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 main 18 lines 364 B view raw
1openapi: 3.1.0 2info: 3 title: OpenAPI 3.1.0 array items oneOf length 1 example 4 version: '1' 5components: 6 schemas: 7 Foo: 8 type: object 9 properties: 10 foo: 11 type: array 12 items: 13 oneOf: 14 - $ref: '#/components/schemas/Bar' 15 maxItems: 2147483647 16 minItems: 1 17 Bar: 18 type: string