UNPKG

@rapharacing/schemas

Version:

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

35 lines 771 B
{ "type": "object", "properties": { "countries": { "type": "array", "items": { "$ref": "_definitions.json#/definitions/Country", "originalRef": "Country" } }, "currency": { "$ref": "_definitions.json#/definitions/Currency", "originalRef": "Currency" }, "defaultLanguage": { "$ref": "_definitions.json#/definitions/Language", "originalRef": "Language" }, "languages": { "type": "array", "items": { "$ref": "_definitions.json#/definitions/Language", "originalRef": "Language" } }, "name": { "type": "string" }, "uid": { "type": "string" } }, "title": "Raphalocale", "$schema": "http://json-schema.org/schema#" }