blob: 995f77f9af35f886f63b4656cf88afa1193fb1a0 [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/consentType/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"self":{
"vendor":"org.apache.unomi",
"name": "consentType",
"format":"jsonschema",
"version":"1-0-0"
},
"title": "ConsentType",
"type": "object",
"properties" : {
"typeIdentifier" : {
"type" : "string"
},
"activated" : {
"type" : [ "null", "boolean" ]
},
"title" : {
"type" : ["null", "string"]
},
"description" : {
"type" : ["null", "string"]
}
},
"unevaluatedProperties": false
}