/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $TaskEventLabel = {
    properties: {
        type: {
            type: 'string',
        },
        description: {
            type: 'string',
        },
        unique: {
            type: 'boolean',
        },
        maxlength: {
            type: 'number',
        },
        response_code: {
            type: 'number',
        },
        schema: {
            properties: {
                type: {
                    type: 'string',
                },
                description: {
                    type: 'string',
                },
                maxlength: {
                    type: 'number',
                },
            },
        },
    },
};