UNPKG

@rapharacing/schemas

Version:

OpenAPI to JSON Schema to be used with middy for CC response validation

20 lines 495 B
{ "type": "object", "properties": { "baseSiteId": { "type": "string", "description": "BaseSite identifier" }, "code": { "type": "string", "description": "Code of update element of order status" }, "status": { "type": "string", "description": "Status of update element" } }, "title": "OrderStatusUpdateElement", "description": "Representation of an Order Status Update Element", "$schema": "http://json-schema.org/schema#" }