UNPKG

@rapharacing/schemas

Version:

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

25 lines 791 B
{ "type": "object", "required": [ "orderCode", "returnRequestEntryInputs" ], "properties": { "orderCode": { "type": "string", "example": "00000001", "description": "Code of the order which return request is related to" }, "returnRequestEntryInputs": { "type": "array", "description": "Return request entry inputs which contain information about the order entries which are requested to be returned", "items": { "$ref": "_definitions.json#/definitions/ReturnRequestEntryInput", "originalRef": "ReturnRequestEntryInput" } } }, "title": "ReturnRequestEntryInputList", "description": "Representation of a return request entry input list for an order", "$schema": "http://json-schema.org/schema#" }