Albato · JSON-LD Context
Albato Albato Context
JSON-LD context defining the semantic vocabulary for Albato Albato from Albato.
0 Classes
36 Properties
2 Namespaces
Namespaces
albato:
https://albato.com/schema/
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| Automation | ||
| id | string | |
| name | string | |
| description | string | |
| status | string | |
| trigger_count | integer | |
| success_count | integer | |
| error_count | integer | |
| created_at | dateTime | |
| updated_at | dateTime | |
| AutomationStep | ||
| app | string | |
| type | string | |
| event | string | |
| config | string | |
| Execution | ||
| automation_id | string | |
| started_at | dateTime | |
| finished_at | dateTime | |
| error_message | string | |
| steps_completed | integer | |
| Team | ||
| external_id | string | |
| plan | string | |
| active_automations | integer | |
| transaction_count | integer | |
| User | ||
| string | ||
| role | string | |
| team_id | string | |
| Connector | ||
| category | string | |
| triggers_count | integer | |
| actions_count | integer | |
| icon_url | anyURI | |
| Template |
JSON-LD Document
{
"@context": {
"albato": "https://albato.com/schema/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Automation": {
"@id": "albato:Automation"
},
"id": {
"@id": "albato:id",
"@type": "xsd:string"
},
"name": {
"@id": "albato:name",
"@type": "xsd:string"
},
"description": {
"@id": "albato:description",
"@type": "xsd:string"
},
"status": {
"@id": "albato:status",
"@type": "xsd:string"
},
"trigger_count": {
"@id": "albato:trigger_count",
"@type": "xsd:integer"
},
"success_count": {
"@id": "albato:success_count",
"@type": "xsd:integer"
},
"error_count": {
"@id": "albato:error_count",
"@type": "xsd:integer"
},
"created_at": {
"@id": "albato:created_at",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "albato:updated_at",
"@type": "xsd:dateTime"
},
"AutomationStep": {
"@id": "albato:AutomationStep"
},
"app": {
"@id": "albato:app",
"@type": "xsd:string"
},
"type": {
"@id": "albato:type",
"@type": "xsd:string"
},
"event": {
"@id": "albato:event",
"@type": "xsd:string"
},
"config": {
"@id": "albato:config",
"@type": "xsd:string"
},
"Execution": {
"@id": "albato:Execution"
},
"automation_id": {
"@id": "albato:automation_id",
"@type": "xsd:string"
},
"started_at": {
"@id": "albato:started_at",
"@type": "xsd:dateTime"
},
"finished_at": {
"@id": "albato:finished_at",
"@type": "xsd:dateTime"
},
"error_message": {
"@id": "albato:error_message",
"@type": "xsd:string"
},
"steps_completed": {
"@id": "albato:steps_completed",
"@type": "xsd:integer"
},
"Team": {
"@id": "albato:Team"
},
"external_id": {
"@id": "albato:external_id",
"@type": "xsd:string"
},
"plan": {
"@id": "albato:plan",
"@type": "xsd:string"
},
"active_automations": {
"@id": "albato:active_automations",
"@type": "xsd:integer"
},
"transaction_count": {
"@id": "albato:transaction_count",
"@type": "xsd:integer"
},
"User": {
"@id": "albato:User"
},
"email": {
"@id": "albato:email",
"@type": "xsd:string"
},
"role": {
"@id": "albato:role",
"@type": "xsd:string"
},
"team_id": {
"@id": "albato:team_id",
"@type": "xsd:string"
},
"Connector": {
"@id": "albato:Connector"
},
"category": {
"@id": "albato:category",
"@type": "xsd:string"
},
"triggers_count": {
"@id": "albato:triggers_count",
"@type": "xsd:integer"
},
"actions_count": {
"@id": "albato:actions_count",
"@type": "xsd:integer"
},
"icon_url": {
"@id": "albato:icon_url",
"@type": "xsd:anyURI"
},
"Template": {
"@id": "albato:Template"
}
}
}