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 18 lines 302 B view raw
1{ 2 "components": { 3 "schemas": { 4 "OtherSchema": { 5 "type": "object", 6 "properties": { 7 "code": { 8 "$ref": "#/components/schemas/Status" 9 } 10 } 11 }, 12 "Status": { 13 "type": "integer", 14 "enum": [0, 1, 2] 15 } 16 } 17 } 18}