fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/use-query-options-param 14 lines 267 B view raw
1components: 2 schemas: 3 MainSchema: 4 type: object 5 properties: 6 typeField: 7 $ref: '#/components/schemas/SiblingSchema' 8 name: 9 type: string 10 SiblingSchema: 11 type: string 12 enum: 13 - TypeA 14 - TypeB