UNPKG

@rapharacing/schemas

Version:

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

16 lines 421 B
{ "type": "object", "properties": { "pointOfServices": { "type": "array", "description": "List of points of service", "items": { "$ref": "_definitions.json#/definitions/PointOfService", "originalRef": "PointOfService" } } }, "title": "PointOfServiceList", "description": "Representation of a Point of Service List", "$schema": "http://json-schema.org/schema#" }