@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
22 lines • 402 B
JSON
{
"type": "object",
"properties": {
"mappingLabels": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"parameters": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"postUrl": {
"type": "string"
}
},
"title": "PaymentRequest",
"$schema": "http://json-schema.org/schema#"
}