/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $MarketplaceApplicationCreateResponse = {
    properties: {
        request_uuid: {
            type: 'string',
            format: 'uuid',
        },
        object_uuid: {
            type: 'string',
            format: 'uuid',
        },
        unique_hash: {
            type: 'string',
            format: 'uuid',
        },
    },
};