{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://devex-web.att.com/schemas/enterprise/product-order", "title": "Product Order", "description": "AT&T enterprise product order status and details", "type": "object", "properties": { "id": { "type": "string" }, "externalId": { "type": "string" }, "state": { "type": "string", "enum": [ "acknowledged", "inProgress", "pending", "held", "cancelled", "completed", "failed", "partial" ] }, "orderDate": { "type": "string" }, "completionDate": { "type": [ "string", "null" ] } } }