xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
arlula:
https://arlula.com/vocab#
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"arlula": "https://arlula.com/vocab#",
"TestResponse": "arlula:TestResponse",
"ArchiveSearchRequest": "arlula:ArchiveSearchRequest",
"ArchiveScene": "arlula:ArchiveScene",
"Bundle": "arlula:Bundle",
"ArchiveOrderRequest": "arlula:ArchiveOrderRequest",
"BatchArchiveOrderRequest": "arlula:BatchArchiveOrderRequest",
"TaskingSearchRequest": "arlula:TaskingSearchRequest",
"TaskingOpportunity": "arlula:TaskingOpportunity",
"TaskingOrderRequest": "arlula:TaskingOrderRequest",
"BatchTaskingOrderRequest": "arlula:BatchTaskingOrderRequest",
"OrderResponse": "arlula:OrderResponse",
"CancelResponse": "arlula:CancelResponse",
"OrdersListResponse": "arlula:OrdersListResponse",
"Order": "arlula:Order",
"Campaign": "arlula:Campaign",
"CampaignsListResponse": "arlula:CampaignsListResponse",
"Dataset": "arlula:Dataset",
"DatasetsListResponse": "arlula:DatasetsListResponse",
"Resource": "arlula:Resource",
"orderId": {"@id": "arlula:orderId", "@type": "xsd:string"},
"sceneId": {"@id": "arlula:sceneId", "@type": "xsd:string"},
"status": {"@id": "arlula:status", "@type": "xsd:string"},
"provider": {"@id": "schema:provider", "@type": "xsd:string"},
"resolution": {"@id": "arlula:resolution", "@type": "xsd:decimal"},
"cloudCover": {"@id": "arlula:cloudCover", "@type": "xsd:decimal"},
"captureDate": {"@id": "dcterms:date", "@type": "xsd:date"},
"price": {"@id": "schema:price", "@type": "xsd:decimal"},
"bundles": {"@id": "arlula:bundles", "@container": "@set"},
"name": {"@id": "schema:name", "@type": "xsd:string"},
"description": {"@id": "dcterms:description", "@type": "xsd:string"},
"campaignId": {"@id": "arlula:campaignId", "@type": "xsd:string"},
"datasetId": {"@id": "arlula:datasetId", "@type": "xsd:string"},
"resourceId": {"@id": "arlula:resourceId", "@type": "xsd:string"},
"type": {"@id": "dcterms:type", "@type": "xsd:string"},
"filename": {"@id": "arlula:filename", "@type": "xsd:string"},
"message": {"@id": "arlula:message", "@type": "xsd:string"},
"opportunityId": {"@id": "arlula:opportunityId", "@type": "xsd:string"},
"satellite": {"@id": "arlula:satellite", "@type": "xsd:string"},
"windowStart": {"@id": "arlula:windowStart", "@type": "xsd:dateTime"},
"windowEnd": {"@id": "arlula:windowEnd", "@type": "xsd:dateTime"},
"cancelled": {"@id": "arlula:cancelled", "@type": "xsd:boolean"},
"datasets": {"@id": "arlula:datasets", "@container": "@set"},
"resources": {"@id": "arlula:resources", "@container": "@set"},
"orders": {"@id": "arlula:orders", "@container": "@set"},
"campaigns": {"@id": "arlula:campaigns", "@container": "@set"}
}
}