@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
20 lines • 497 B
JSON
{
"type": "object",
"properties": {
"catalogId": {
"type": "string",
"description": "Catalog identifier"
},
"catalogVersion": {
"type": "string",
"description": "Catalog version"
},
"code": {
"type": "string",
"description": "Code of product express update element"
}
},
"title": "ProductExpressUpdateElement",
"description": "Representation of a Product Express Update Element",
"$schema": "http://json-schema.org/schema#"
}