Zluri · JSON-LD Context
Zluri Context
JSON-LD context defining the semantic vocabulary for Zluri from Zluri.
0 Classes
9 Properties
1 Namespaces
Namespaces
zluri:
https://api-ext.zluri.com/v2/
Properties
| Property | Type | Container |
|---|---|---|
| Instance | ||
| Sync | ||
| Webhook | ||
| SnapshotDataUpload | ||
| FactDataUpload | ||
| User | ||
| Application | ||
| Contract | ||
| Transaction |
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"zluri": "https://api-ext.zluri.com/v2/",
"Instance": {
"@id": "zluri:Instance",
"@context": {
"id": "@id",
"name": "schema:name",
"status": "schema:status",
"notification_emails": "schema:email",
"created_at": "schema:dateCreated",
"updated_at": "schema:dateModified"
}
},
"Sync": {
"@id": "zluri:Sync",
"@context": {
"id": "@id",
"instance_id": "schema:isPartOf",
"status": "schema:status",
"created_at": "schema:dateCreated",
"finished_at": "schema:endDate"
}
},
"Webhook": {
"@id": "zluri:Webhook",
"@context": {
"id": "@id",
"url": "schema:url",
"events": "schema:about",
"status": "schema:status",
"created_at": "schema:dateCreated",
"updated_at": "schema:dateModified"
}
},
"SnapshotDataUpload": {
"@id": "zluri:SnapshotDataUpload",
"@context": {
"entity": "schema:additionalType",
"page": "schema:position",
"data": "schema:dataset"
}
},
"FactDataUpload": {
"@id": "zluri:FactDataUpload",
"@context": {
"entity": "schema:additionalType",
"page": "schema:position",
"data": "schema:dataset"
}
},
"User": {
"@id": "schema:Person",
"@context": {
"email": "schema:email",
"name": "schema:name",
"status": "schema:status"
}
},
"Application": {
"@id": "schema:SoftwareApplication",
"@context": {
"name": "schema:name",
"status": "schema:status"
}
},
"Contract": {
"@id": "schema:Service",
"@context": {
"name": "schema:name",
"status": "schema:status"
}
},
"Transaction": {
"@id": "schema:PayAction",
"@context": {
"amount": "schema:price",
"date": "schema:startTime"
}
}
}
}