UNPKG

test-openapi

Version:
19 lines (18 loc) 221 B
{ "general": { "type": "object" }, "task": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] } }