UNPKG

@rapharacing/schemas

Version:

OpenAPI to JSON Schema to be used with middy for CC response validation

30 lines 510 B
{ "type": "object", "properties": { "averageRating": { "type": "number", "format": "double" }, "displayType": { "type": "string" }, "id": { "type": "string" }, "label": { "type": "string" }, "maxLabel": { "type": "string" }, "minLabel": { "type": "string" }, "valueRange": { "type": "integer", "format": "int32" } }, "title": "SecondaryRating", "$schema": "http://json-schema.org/schema#" }