UNPKG

@rapharacing/schemas

Version:

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

67 lines 1.66 kB
{ "type": "object", "properties": { "channel": { "type": "string", "description": "Channel" }, "defaultLanguage": { "description": "Default language for Basesite", "$ref": "_definitions.json#/definitions/Language", "originalRef": "Language" }, "defaultPreviewCatalogId": { "type": "string", "description": "Default preview catalog id" }, "defaultPreviewCategoryCode": { "type": "string", "description": "Default preview category code" }, "defaultPreviewProductCode": { "type": "string", "description": "Default preview product code" }, "locale": { "type": "string", "description": "Locale data for Basesite" }, "name": { "type": "string", "description": "Name of Basesite" }, "stores": { "type": "array", "description": "List of Basestores", "items": { "$ref": "_definitions.json#/definitions/BaseStore", "originalRef": "BaseStore" } }, "theme": { "type": "string", "description": "Theme of Basesite" }, "uid": { "type": "string", "description": "Unique identifier of Basesite" }, "urlEncodingAttributes": { "type": "array", "description": "List of url encoding attributes", "items": { "type": "string" } }, "urlPatterns": { "type": "array", "description": "List of url patterns", "items": { "type": "string" } } }, "title": "BaseSite", "description": "Representation of a Base Site", "$schema": "http://json-schema.org/schema#" }