@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
16 lines • 417 B
JSON
{
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "Description of the promotion restriction"
},
"restrictionType": {
"type": "string",
"description": "Type of the promotion restriction"
}
},
"title": "PromotionRestriction",
"description": "Representation of a Promotion Restriction",
"$schema": "http://json-schema.org/schema#"
}