UNPKG

@rapharacing/schemas

Version:

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

16 lines 413 B
{ "type": "object", "properties": { "countriesAndRegionsStoreCount": { "type": "array", "description": "List of store counts", "items": { "$ref": "_definitions.json#/definitions/StoreCount", "originalRef": "StoreCount" } } }, "title": "StoreCountList", "description": "Representation of a Store Count List", "$schema": "http://json-schema.org/schema#" }