{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PendingProductOrder", "type": "object", "properties": { "type": { "type": "string", "description": "Type of product order, e.g. 'Add' or 'Remove'." }, "status": { "type": "string", "description": "Status of the pending product order." }, "requested": { "type": "string", "description": "Date and time when product was ordered." } } }