{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://devex-web.att.com/schemas/enterprise/product-order-request", "title": "Product Order Request", "description": "Request to create an AT&T enterprise service order", "type": "object", "properties": { "externalId": { "type": "string" }, "description": { "type": "string" }, "requestedStartDate": { "type": "string" }, "orderItem": { "type": "array" } } }