UNPKG

@rapharacing/schemas

Version:

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

14 lines 246 B
{ "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "ratingValue": { "type": "string" } }, "title": "RatingDistribution", "$schema": "http://json-schema.org/schema#" }