{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomerOrderReq", "title": "CustomerOrderReq", "type": "array", "items": { "type": "string", "enum": [ "Both", "Closed", "Open" ] } }