pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
668 B
28 lines
668 B
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const $ValidationError = {
|
|
properties: {
|
|
loc: {
|
|
type: 'array',
|
|
contains: {
|
|
type: 'any-of',
|
|
contains: [{
|
|
type: 'string',
|
|
}, {
|
|
type: 'number',
|
|
}],
|
|
},
|
|
isRequired: true,
|
|
},
|
|
msg: {
|
|
type: 'string',
|
|
isRequired: true,
|
|
},
|
|
type: {
|
|
type: 'string',
|
|
isRequired: true,
|
|
},
|
|
},
|
|
} as const;
|
|
|