blob: 034a5312190ee026742d0f130e7d312b819c5d8d [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/consentType/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "ConsentType",
"type": "object",
"properties" : {
"typeIdentifier" : {
"type" : "string"
},
"activated" : {
"type" : [ "null", "boolean" ]
},
"title" : {
"type" : ["null", "string"]
},
"description" : {
"type" : ["null", "string"]
}
}
}