UNPKG

@rapharacing/schemas

Version:

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

30 lines 746 B
{ "type": "object", "properties": { "currentConsent": { "description": "Current consent", "$ref": "_definitions.json#/definitions/Consent", "originalRef": "Consent" }, "description": { "type": "string", "description": "Consent template description" }, "id": { "type": "string", "description": "Consent template identifier" }, "name": { "type": "string", "description": "Consent template name" }, "version": { "type": "integer", "format": "int32", "description": "Consent template version" } }, "title": "ConsentTemplate", "description": "Representation of a Consent Template", "$schema": "http://json-schema.org/schema#" }