A signed Data Processing Addendum (DPA) document. An alternate
link relationship to a PDF for download is provided.
Property | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
created read-only |
The time at which the DPA was signed and submitted. |
||||||||
customer write-only |
The customer for which this DPA is being signed.
|
||||||||
exhibit1 write-only |
Fields provided under the EXHIBIT 1 section of the DPA.
|
||||||||
id read-only |
An identifier for this signed copy of the Data Processing Addendum. |
||||||||
ipAddress read-only |
The IP address of the signatory. |
||||||||
links required read-only |
Each property defines a hypertext link relationship as indicated by a link object or array of link objects. The target URL of each hypertext link relationship is related to the current resource according to the defined semantics of the link relationship property name. |
||||||||
type |
The type of object represented. |
||||||||
userAgent read-only |
The user agent identifier of the signatory. |
The following schema is based on OpenAPI 3.0 and is provided in our downloadable OpenAPI document.
{
"description": "A signed Data Processing Addendum (DPA) document. An `alternate` link\nrelationship to a PDF for download is provided.",
"properties": {
"created": {
"description": "The time at which the DPA was signed and submitted.",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"customer": {
"description": "The customer for which this DPA is being signed.",
"properties": {
"name": {
"description": "The legal name of the customer for and on behalf of whom this\nDPA is being signed.",
"type": "string"
},
"signatory": {
"description": "The signatory for the customer.",
"properties": {
"address": {
"description": "The address of the person signing for the customer.",
"type": "string"
},
"date": {
"description": "The date of the signature. The date may be provided in any\nformat.",
"type": "string"
},
"name": {
"description": "The name of the person signing for the customer.",
"type": "string"
},
"signature": {
"description": "The signature for the signatory.",
"properties": {
"signaturePaths": {
"description": "The SVG paths that define this signature.",
"type": "string"
},
"svgViewbox": {
"description": "The SVG viewbox that defines the dimensions of this\nsignature.",
"type": "string"
}
},
"type": "object"
},
"title": {
"description": "The title of the person signing for the customer.",
"type": "string"
}
},
"type": "object"
}
},
"type": "object",
"writeOnly": true
},
"exhibit1": {
"description": "Fields provided under the EXHIBIT 1 section of the DPA.",
"properties": {
"annexA": {
"description": "Fields provided under the ANNEX A section of EXHIBIT 1.",
"properties": {
"dataExporter": {
"description": "The data exporter party to this DPA.",
"properties": {
"name": {
"description": "The name of the data exporting organization.",
"type": "string"
},
"signatory": {
"description": "The signatory for the data exporting organization.",
"properties": {
"name": {
"description": "The name of the person signing for the data\nexporting organization.",
"type": "string"
},
"signature": {
"description": "The signature for the signatory.",
"properties": {
"signaturePaths": {
"description": "The SVG paths that define this signature.",
"type": "string"
},
"svgViewbox": {
"description": "The SVG viewbox that defines the dimensions of\nthis signature.",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"annexB": {
"description": "Fields provided under the ANNEX B section of EXHIBIT 1.",
"properties": {
"dataExporter": {
"description": "The data exporter party to this DPA.",
"properties": {
"signatory": {
"description": "The signatory for the data exporting organization.",
"properties": {
"name": {
"description": "The name of the person signing for the data\nexporting organization.",
"type": "string"
},
"signature": {
"description": "The signature for the signatory.",
"properties": {
"signaturePaths": {
"description": "The SVG paths that define this signature.",
"type": "string"
},
"svgViewbox": {
"description": "The SVG viewbox that defines the dimensions of\nthis signature.",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"dataExporter": {
"description": "The data exporter party to this DPA.",
"properties": {
"address": {
"description": "The address of the data exporting organization.",
"type": "string"
},
"email": {
"description": "The email address of the data exporting organization.",
"type": "string"
},
"fax": {
"description": "The fax number of the data exporting organization.",
"type": "string"
},
"name": {
"description": "The name of the data exporting organization.",
"type": "string"
},
"other": {
"description": "Other information identifying the data exporting\norganization.",
"type": "string"
},
"phone": {
"description": "The phone number of the data exporting organization.",
"type": "string"
},
"signatory": {
"description": "The signatory for the data exporting organization.",
"properties": {
"address": {
"description": "The address of the person signing for the data exporting\norganization.",
"type": "string"
},
"name": {
"description": "The name of the person signing for the data exporting\norganization.",
"type": "string"
},
"signature": {
"description": "The signature for the signatory.",
"properties": {
"signaturePaths": {
"description": "The SVG paths that define this signature.",
"type": "string"
},
"svgViewbox": {
"description": "The SVG viewbox that defines the dimensions of this\nsignature.",
"type": "string"
}
},
"type": "object"
},
"title": {
"description": "The title of the person signing for the data exporting\norganization.",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object",
"writeOnly": true
},
"id": {
"description": "An identifier for this signed copy of the Data Processing Addendum.",
"format": "uuid",
"readOnly": true,
"type": "string"
},
"ipAddress": {
"description": "The IP address of the signatory.",
"format": "ipv4",
"readOnly": true,
"type": "string"
},
"links": {
"allOf": [
{
"readOnly": true
},
{
"$ref": "#/components/schemas/Links"
}
]
},
"type": {
"description": "The type of object represented.",
"enum": [
"dpa"
],
"type": "string"
},
"userAgent": {
"description": "The user agent identifier of the signatory.",
"readOnly": true,
"type": "string"
}
},
"title": "Data Processing Addendum",
"type": "object"
}