Apache Oozie · JSON-LD Context
Apache Oozie Context
JSON-LD context defining the semantic vocabulary for Apache Oozie from Apache Oozie.
9 Classes
27 Properties
4 Namespaces
Namespaces
oozie:
https://oozie.apache.org/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
BuildVersion
JobAction
JobId
JobInfo
JobList
SystemMetrics
SystemStatus
ValidationResult
name
Properties
| Property | Type | Container |
|---|---|---|
| actions | string | set |
| appName | string | |
| appPath | string | |
| buildVersion | string | |
| bundlejobs | string | set |
| coordinatorjobs | string | set |
| counters | reference | |
| createdTime | dateTime | |
| endTime | dateTime | |
| errorCode | string | |
| errorMessage | string | |
| gauges | reference | |
| group | string | |
| id | string | |
| lastModTime | dateTime | |
| len | integer | |
| offset | integer | |
| run | integer | |
| startTime | dateTime | |
| status | string | |
| systemMode | string | |
| timers | reference | |
| total | integer | |
| type | string | |
| user | string | |
| validate | reference | |
| workflows | string | set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"oozie": "https://oozie.apache.org/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"BuildVersion": "oozie:BuildVersion",
"JobAction": "oozie:JobAction",
"JobId": "oozie:JobId",
"JobInfo": "oozie:JobInfo",
"JobList": "oozie:JobList",
"SystemMetrics": "oozie:SystemMetrics",
"SystemStatus": "oozie:SystemStatus",
"ValidationResult": "oozie:ValidationResult",
"actions": {
"@id": "oozie:actions",
"@container": "@set",
"@type": "xsd:string"
},
"appName": {
"@id": "oozie:appName",
"@type": "xsd:string"
},
"appPath": {
"@id": "oozie:appPath",
"@type": "xsd:string"
},
"buildVersion": {
"@id": "oozie:buildVersion",
"@type": "xsd:string"
},
"bundlejobs": {
"@id": "oozie:bundlejobs",
"@container": "@set",
"@type": "xsd:string"
},
"coordinatorjobs": {
"@id": "oozie:coordinatorjobs",
"@container": "@set",
"@type": "xsd:string"
},
"counters": {
"@id": "oozie:counters",
"@type": "@id"
},
"createdTime": {
"@id": "oozie:createdTime",
"@type": "xsd:dateTime"
},
"endTime": {
"@id": "oozie:endTime",
"@type": "xsd:dateTime"
},
"errorCode": {
"@id": "oozie:errorCode",
"@type": "xsd:string"
},
"errorMessage": {
"@id": "oozie:errorMessage",
"@type": "xsd:string"
},
"gauges": {
"@id": "oozie:gauges",
"@type": "@id"
},
"group": {
"@id": "oozie:group",
"@type": "xsd:string"
},
"id": {
"@id": "oozie:id",
"@type": "xsd:string"
},
"lastModTime": {
"@id": "oozie:lastModTime",
"@type": "xsd:dateTime"
},
"len": {
"@id": "oozie:len",
"@type": "xsd:integer"
},
"name": "schema:name",
"offset": {
"@id": "oozie:offset",
"@type": "xsd:integer"
},
"run": {
"@id": "oozie:run",
"@type": "xsd:integer"
},
"startTime": {
"@id": "oozie:startTime",
"@type": "xsd:dateTime"
},
"status": {
"@id": "oozie:status",
"@type": "xsd:string"
},
"systemMode": {
"@id": "oozie:systemMode",
"@type": "xsd:string"
},
"timers": {
"@id": "oozie:timers",
"@type": "@id"
},
"total": {
"@id": "oozie:total",
"@type": "xsd:integer"
},
"type": {
"@id": "oozie:type",
"@type": "xsd:string"
},
"user": {
"@id": "oozie:user",
"@type": "xsd:string"
},
"validate": {
"@id": "oozie:validate",
"@type": "@id"
},
"workflows": {
"@id": "oozie:workflows",
"@container": "@set",
"@type": "xsd:string"
}
}
}