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.

Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>

+14
+14
specs/json-schema-ref-parser/test-siblings.yaml
··· 1 + components: 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