UNPKG

@rapharacing/schemas

Version:

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

14 lines 309 B
{ "type": "object", "properties": { "customTeamShops": { "type": "array", "items": { "$ref": "_definitions.json#/definitions/CustomTeamShop", "originalRef": "CustomTeamShop" } } }, "title": "CustomTeamShopList", "$schema": "http://json-schema.org/schema#" }