@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
21 lines • 518 B
JSON
{
"type": "object",
"properties": {
"hasImage": {
"type": "boolean",
"description": "Flag if varian category has image assigned"
},
"name": {
"type": "string",
"description": "Variant category name"
},
"priority": {
"type": "integer",
"format": "int32",
"description": "Priority number of variant category"
}
},
"title": "VariantCategory",
"description": "Representation of a Variant Category",
"$schema": "http://json-schema.org/schema#"
}