mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Migrate to openapi-ts generator
This commit is contained in:
10
www/app/api/schemas/$HTTPValidationError.ts
Normal file
10
www/app/api/schemas/$HTTPValidationError.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const $HTTPValidationError = {
|
||||
properties: {
|
||||
detail: {
|
||||
type: "array",
|
||||
contains: {
|
||||
type: "ValidationError",
|
||||
},
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user