@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
22 lines • 457 B
JSON
{
"type": "object",
"properties": {
"customProducts": {
"type": "array",
"items": {
"$ref": "_definitions.json#/definitions/CustomProduct",
"originalRef": "CustomProduct"
}
},
"totalItems": {
"type": "integer",
"format": "int32"
},
"totalPages": {
"type": "integer",
"format": "int32"
}
},
"title": "CustomProductList",
"$schema": "http://json-schema.org/schema#"
}