@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
19 lines • 662 B
JSON
{
"type": "object",
"required": [
"cancellationRequestEntryInputs"
],
"properties": {
"cancellationRequestEntryInputs": {
"type": "array",
"description": "Cancellation request entry inputs which contain information about the order entries which are requested to be cancelled",
"items": {
"$ref": "_definitions.json#/definitions/CancellationRequestEntryInput",
"originalRef": "CancellationRequestEntryInput"
}
}
},
"title": "CancellationRequestEntryInputList",
"description": "Representation of a cancellation request entry input list for an order",
"$schema": "http://json-schema.org/schema#"
}