blob: bb357fe64930eed4e1cc776aba2344b0512e5ae0 [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/consent/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Consent",
"type": "object",
"properties" : {
"scope" : {
"type" : "string"
},
"typeIdentifier" : {
"type" : "string"
},
"status" : {
"enum" : [ "GRANTED", "DENIED", "REVOKED" ]
},
"statusDate" : {
"type" : "string",
"format" : "date-time"
},
"revokeDate" : {
"type" : "string",
"format" : "date-time"
}
}
}