Backupify Context
JSON-LD context defining the semantic vocabulary for Backupify from Backupify.
8 Classes
16 Properties
3 Namespaces
Namespaces
bkp:
https://api.datto.com/schema/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
BulkSeatChangeRequest
BulkSeatChangeResponse
Domain
DomainsResponse
Seat
SeatChange
SeatChangeResult
SeatsResponse
Properties
| Property |
Type |
Container |
| action |
string |
|
| displayName |
string |
|
| domain |
string |
|
| domains |
string |
set |
| email |
|
|
| externalSubscriptionId |
string |
|
| lastBackup |
dateTime |
|
| licenseStatus |
string |
|
| message |
string |
|
| remoteId |
string |
|
| results |
string |
set |
| saasCustomerId |
string |
|
| seatType |
string |
|
| seats |
string |
set |
| status |
string |
|
| success |
boolean |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"bkp": "https://api.datto.com/schema/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"BulkSeatChangeRequest": "bkp:BulkSeatChangeRequest",
"BulkSeatChangeResponse": "bkp:BulkSeatChangeResponse",
"Domain": "bkp:Domain",
"DomainsResponse": "bkp:DomainsResponse",
"Seat": "bkp:Seat",
"SeatChange": "bkp:SeatChange",
"SeatChangeResult": "bkp:SeatChangeResult",
"SeatsResponse": "bkp:SeatsResponse",
"action": {
"@id": "bkp:action",
"@type": "xsd:string"
},
"displayName": {
"@id": "bkp:displayName",
"@type": "xsd:string"
},
"domain": {
"@id": "bkp:domain",
"@type": "xsd:string"
},
"domains": {
"@id": "bkp:domains",
"@container": "@set",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email"
},
"externalSubscriptionId": {
"@id": "bkp:externalSubscriptionId",
"@type": "xsd:string"
},
"lastBackup": {
"@id": "bkp:lastBackup",
"@type": "xsd:dateTime"
},
"licenseStatus": {
"@id": "bkp:licenseStatus",
"@type": "xsd:string"
},
"message": {
"@id": "bkp:message",
"@type": "xsd:string"
},
"remoteId": {
"@id": "bkp:remoteId",
"@type": "xsd:string"
},
"results": {
"@id": "bkp:results",
"@container": "@set",
"@type": "xsd:string"
},
"saasCustomerId": {
"@id": "bkp:saasCustomerId",
"@type": "xsd:string"
},
"seatType": {
"@id": "bkp:seatType",
"@type": "xsd:string"
},
"seats": {
"@id": "bkp:seats",
"@container": "@set",
"@type": "xsd:string"
},
"status": {
"@id": "bkp:status",
"@type": "xsd:string"
},
"success": {
"@id": "bkp:success",
"@type": "xsd:boolean"
}
}
}