UNPKG

@rapharacing/schemas

Version:

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

16 lines 425 B
{ "type": "object", "properties": { "consentTemplates": { "type": "array", "description": "List of consent templates", "items": { "$ref": "_definitions.json#/definitions/ConsentTemplate", "originalRef": "ConsentTemplate" } } }, "title": "ConsentTemplateList", "description": "Representation of a Consent Template List", "$schema": "http://json-schema.org/schema#" }