{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-documentstatusenum.json", "title": "DocumentStatusEnum", "description": "Current status of the document. Rejected documents must be re-uploaded.", "type": "string", "enum": [ "PENDING_UPLOAD", "UPLOADED", "PENDING_SCAN", "ACCEPTED_CLEAN", "REJECTED_INFECTED" ] }