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