{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClassificationRequestResponse", "title": "ClassificationRequestResponse", "type": "object", "properties": { "requestId": { "type": "string" }, "status": { "type": "string", "enum": [ "Pending", "InProgress" ] }, "itemCount": { "type": "integer" }, "submittedDate": { "type": "string", "format": "date-time" } } }