Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.61 KB

tilt-schema-properties-thirdcountrytransfers.md

File metadata and controls

42 lines (34 loc) · 1.61 KB

ThirdCountryTransfers Schema

#/properties/thirdCountryTransfers#/properties/thirdCountryTransfers

This schema refers to the adequacy decisions of any third country transfers.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none tilt-schema.json*

thirdCountryTransfers Type

an array of merged types (Details)

thirdCountryTransfers Examples

[
  {
    "country": "ES",
    "adequacyDecision": {
      "available": true,
      "description": "An adequacy decision was made on the 23rd April 2020 by..."
    },
    "appropriateGuarantees": {
      "available": true,
      "description": "Here the appropriate guarantee was formulated by..."
    },
    "presenceOfEnforceableRightsAndEffectiveRemedies": {
      "available": true,
      "description": "These rights are given because of..."
    },
    "standardDataProtectionClause": {
      "available": true,
      "description": "The standard data protection clause which applies here can be found here: ..."
    }
  }
]