mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
Migrate to openapi-ts generator
This commit is contained in:
52
www/app/api/schemas/$Page_GetTranscript_.ts
Normal file
52
www/app/api/schemas/$Page_GetTranscript_.ts
Normal file
@@ -0,0 +1,52 @@
|
||||
export const $Page_GetTranscript_ = {
|
||||
properties: {
|
||||
items: {
|
||||
type: "array",
|
||||
contains: {
|
||||
type: "GetTranscript",
|
||||
},
|
||||
isRequired: true,
|
||||
},
|
||||
total: {
|
||||
type: "number",
|
||||
isRequired: true,
|
||||
},
|
||||
page: {
|
||||
type: "any-of",
|
||||
contains: [
|
||||
{
|
||||
type: "number",
|
||||
minimum: 1,
|
||||
},
|
||||
{
|
||||
type: "null",
|
||||
},
|
||||
],
|
||||
isRequired: true,
|
||||
},
|
||||
size: {
|
||||
type: "any-of",
|
||||
contains: [
|
||||
{
|
||||
type: "number",
|
||||
minimum: 1,
|
||||
},
|
||||
{
|
||||
type: "null",
|
||||
},
|
||||
],
|
||||
isRequired: true,
|
||||
},
|
||||
pages: {
|
||||
type: "any-of",
|
||||
contains: [
|
||||
{
|
||||
type: "number",
|
||||
},
|
||||
{
|
||||
type: "null",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user