{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RegisterChange", "title": "RegisterChange", "type": "object", "properties": { "date": { "type": "string", "description": "Date of order change." }, "orderId": { "type": "string", "description": "ID of the order." }, "receipt": { "type": "string", "description": "Receipt identification." } } }