Skip to content

Latest commit

 

History

History
177 lines (107 loc) · 7.77 KB

tilt-schema-properties-righttowithdrawconsent.md

File metadata and controls

177 lines (107 loc) · 7.77 KB

RightToWithdrawConsent Schema

#/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*

rightToWithdrawConsent Type

object (RightToWithdrawConsent)

rightToWithdrawConsent Examples

{
  "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"
  ]
}

RightToWithdrawConsent Properties

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
email 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

available

available Type

boolean (Available)

available Default Value

The default value is:

true

available Examples

true
false

description

description

description Type

string (Description)

description Examples

"For the right to withdraw consent please use this contact form and..."

url

url

url Type

string (Url)

url Constraints

URI reference: the string must be a URI reference, according to RFC 3986

url Examples

"https://greencompany.org/rights"

email

email

email Type

string (Email)

email Constraints

email: the string must be an email address, according to RFC 5322, section 3.4.1

email Examples

"contact@greencompany.de"

identificationEvidences

identificationEvidences

identificationEvidences Type

an array of merged types (Details)

identificationEvidences Examples

[
  "Email verification"
]

Additional Properties

Additional properties are allowed and do not have to follow a specific schema