@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
16 lines • 401 B
JSON
{
"type": "object",
"properties": {
"paymentModes": {
"type": "array",
"description": "List of payment modes",
"items": {
"$ref": "_definitions.json#/definitions/PaymentMode",
"originalRef": "PaymentMode"
}
}
},
"title": "PaymentModeList",
"description": "Representation of a Payment Mode List",
"$schema": "http://json-schema.org/schema#"
}