Amazon Data Pipeline · JSON-LD Context
Amazon Data Pipeline Context
JSON-LD context defining the semantic vocabulary for Amazon Data Pipeline from Amazon Data Pipeline.
0 Classes
30 Properties
3 Namespaces
Namespaces
aws:
https://aws.amazon.com/datapipeline/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| Pipeline | ||
| PipelineObject | ||
| PipelineDescription | ||
| Field | ||
| Tag | ||
| ValidationError | ||
| pipelineId | string | |
| name | string | |
| description | string | |
| uniqueId | string | |
| pipelineState | string | |
| id | string | |
| key | string | |
| stringValue | string | |
| refValue | string | |
| fields | set | |
| tags | set | |
| pipelineObjects | set | |
| pipelineIdList | set | |
| pipelineDescriptionList | set | |
| hasMoreResults | boolean | |
| marker | string | |
| errored | boolean | |
| validationErrors | set | |
| validationWarnings | set | |
| startTimestamp | dateTime | |
| cancelActive | boolean | |
| sphere | string | |
| message | string | |
| code | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aws": "https://aws.amazon.com/datapipeline/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Pipeline": {"@id": "aws:Pipeline"},
"PipelineObject": {"@id": "aws:PipelineObject"},
"PipelineDescription": {"@id": "aws:PipelineDescription"},
"Field": {"@id": "aws:Field"},
"Tag": {"@id": "aws:Tag"},
"ValidationError": {"@id": "aws:ValidationError"},
"pipelineId": {"@id": "aws:pipelineId", "@type": "xsd:string"},
"name": {"@id": "schema:name", "@type": "xsd:string"},
"description": {"@id": "schema:description", "@type": "xsd:string"},
"uniqueId": {"@id": "aws:uniqueId", "@type": "xsd:string"},
"pipelineState": {"@id": "aws:pipelineState", "@type": "xsd:string"},
"id": {"@id": "aws:objectId", "@type": "xsd:string"},
"key": {"@id": "aws:fieldKey", "@type": "xsd:string"},
"stringValue": {"@id": "aws:stringValue", "@type": "xsd:string"},
"refValue": {"@id": "aws:refValue", "@type": "xsd:string"},
"fields": {"@id": "aws:fields", "@container": "@set"},
"tags": {"@id": "aws:tags", "@container": "@set"},
"pipelineObjects": {"@id": "aws:pipelineObjects", "@container": "@set"},
"pipelineIdList": {"@id": "aws:pipelineIdList", "@container": "@set"},
"pipelineDescriptionList": {"@id": "aws:pipelineDescriptionList", "@container": "@set"},
"hasMoreResults": {"@id": "aws:hasMoreResults", "@type": "xsd:boolean"},
"marker": {"@id": "aws:marker", "@type": "xsd:string"},
"errored": {"@id": "aws:errored", "@type": "xsd:boolean"},
"validationErrors": {"@id": "aws:validationErrors", "@container": "@set"},
"validationWarnings": {"@id": "aws:validationWarnings", "@container": "@set"},
"startTimestamp": {"@id": "schema:startDate", "@type": "xsd:dateTime"},
"cancelActive": {"@id": "aws:cancelActive", "@type": "xsd:boolean"},
"sphere": {"@id": "aws:sphere", "@type": "xsd:string"},
"message": {"@id": "schema:description", "@type": "xsd:string"},
"code": {"@id": "aws:errorCode", "@type": "xsd:string"}
}
}