@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
23 lines • 613 B
JSON
{
"type": "object",
"properties": {
"orderEntry": {
"description": "Order entry of Consignment entry",
"$ref": "_definitions.json#/definitions/OrderEntry",
"originalRef": "OrderEntry"
},
"quantity": {
"type": "integer",
"format": "int64",
"description": "Quantity value of Consignment entry"
},
"shippedQuantity": {
"type": "integer",
"format": "int64",
"description": "Shipped quantity"
}
},
"title": "ConsignmentEntry",
"description": "Representation of a Consignment Entry",
"$schema": "http://json-schema.org/schema#"
}