#/properties/rightToWithdrawConsent#/properties/rightToWithdrawConsent
This schema refers to the right to withdraw consent.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | tilt-schema.json* |
object
(RightToWithdrawConsent)
{
"available": true,
"description": "For the right to withdraw consent please use this contact form and...",
"url": "https://greencompany.org/rights",
"email": "contact@greencompany.de",
"identificationEvidences": [
"Email verification"
]
}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
available | boolean |
Optional | cannot be null | Root schema of a Transparency Information Language |
description | string |
Optional | cannot be null | Root schema of a Transparency Information Language |
url | string |
Optional | cannot be null | Root schema of a Transparency Information Language |
string |
Optional | cannot be null | Root schema of a Transparency Information Language | |
identificationEvidences | array |
Optional | cannot be null | Root schema of a Transparency Information Language |
Additional Properties | Any | Optional | can be null |
available
- is optional
- Type:
boolean
(Available) - cannot be null
- defined in: Root schema of a Transparency Information Language
boolean
(Available)
The default value is:
true
true
false
description
- is optional
- Type:
string
(Description) - cannot be null
- defined in: Root schema of a Transparency Information Language
string
(Description)
"For the right to withdraw consent please use this contact form and..."
url
- is optional
- Type:
string
(Url) - cannot be null
- defined in: Root schema of a Transparency Information Language
string
(Url)
URI reference: the string must be a URI reference, according to RFC 3986
"https://greencompany.org/rights"
email
- is optional
- Type:
string
(Email) - cannot be null
- defined in: Root schema of a Transparency Information Language
string
(Email)
email: the string must be an email address, according to RFC 5322, section 3.4.1
"contact@greencompany.de"
identificationEvidences
- is optional
- Type: an array of merged types (Details)
- cannot be null
- defined in: Root schema of a Transparency Information Language
an array of merged types (Details)
[
"Email verification"
]
Additional properties are allowed and do not have to follow a specific schema