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 23 lines 457 B view raw
1openapi: 3.1.1 2info: 3 title: OpenAPI 3.1.1 object property names example 4 version: 1 5components: 6 schemas: 7 Foo: 8 enum: 9 - foo 10 - bar 11 type: string 12 Bar: 13 additionalProperties: 14 type: string 15 propertyNames: 16 $ref: '#/components/schemas/Foo' 17 type: object 18 Baz: 19 additionalProperties: 20 type: integer 21 propertyNames: 22 $ref: '#/components/schemas/Foo' 23 type: object