{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateTrackingStatus", "title": "UpdateTrackingStatus", "required": [ "date", "orderId", "receipt" ], "type": "object", "properties": { "date": { "type": "string" }, "orderId": { "type": "string" }, "receipt": { "type": "string" } }, "example": { "date": "2017-03-29T18:04:31.0521233+00:00", "orderId": "v501245lspt-01", "receipt": "f67d33a8029c42ce9a8f07fc17f54449" } }