{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TermsConditionsConsent", "type": "object", "properties": { "date": { "type": "string" }, "firstName": { "type": "string" }, "lastName": { "type": "string" }, "jobTitle": { "type": "string" }, "consentUuid": { "type": "string" }, "consentVersion": { "type": "string" } } }