@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
20 lines • 442 B
JSON
{
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "Payment mode code"
},
"description": {
"type": "string",
"description": "Payment mode description"
},
"name": {
"type": "string",
"description": "Payment mode name"
}
},
"title": "PaymentMode",
"description": "Representation of a Payment Mode",
"$schema": "http://json-schema.org/schema#"
}