@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
16 lines • 500 B
JSON
{
"type": "object",
"properties": {
"productExpressUpdateElements": {
"type": "array",
"description": "List of product express update element",
"items": {
"$ref": "_definitions.json#/definitions/ProductExpressUpdateElement",
"originalRef": "ProductExpressUpdateElement"
}
}
},
"title": "ProductExpressUpdateElementList",
"description": "Representation of a Product Express Update Element List",
"$schema": "http://json-schema.org/schema#"
}