Something went wrong. Try again.
fork of hey-api/openapi-ts because I need some additional things
Something went wrong. Try again.
368 B · 20 lines
JSON
123456789101112131415161718192021{ "openapi": "3.0.3", "info": { "title": "OpenAPI 3.0.3 enum inline example", "version": "1" }, "components": { "schemas": { "Foo": { "properties": { "type": { "enum": ["foo", "bar", "FooBar", "fooBar", "foo bar"], "type": "string" } }, "type": "object" } } }}