{ "@context": { "@version": 1.1, "@vocab": "https://schema.org/", "dronedeploy": "https://www.dronedeploy.com/graphql/", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dcterms": "http://purl.org/dc/terms/", "Plan": { "@id": "dronedeploy:Plan", "@context": { "id": { "@id": "dronedeploy:Plan/id", "@type": "xsd:string" }, "name": { "@id": "dronedeploy:Plan/name", "@type": "xsd:string" }, "dateCreation": { "@id": "dronedeploy:Plan/dateCreation", "@type": "xsd:dateTime" }, "geometry": { "@id": "dronedeploy:Plan/geometry" }, "location": { "@id": "dronedeploy:Plan/location" } } }, "MapPlan": { "@id": "dronedeploy:MapPlan", "@context": { "status": { "@id": "dronedeploy:MapPlan/status", "@type": "xsd:string" } } }, "Export": { "@id": "dronedeploy:Export", "@context": { "id": { "@id": "dronedeploy:Export/id", "@type": "xsd:string" }, "status": { "@id": "dronedeploy:Export/status", "@type": "xsd:string" }, "dateCreation": { "@id": "dronedeploy:Export/dateCreation", "@type": "xsd:dateTime" }, "downloadPath": { "@id": "dronedeploy:Export/downloadPath", "@type": "xsd:anyURI" }, "parameters": { "@id": "dronedeploy:Export/parameters" } } }, "ExportParameters": { "@id": "dronedeploy:ExportParameters", "@context": { "layer": { "@id": "dronedeploy:ExportParameters/layer", "@type": "xsd:string" }, "projection": { "@id": "dronedeploy:ExportParameters/projection", "@type": "xsd:string" }, "merge": { "@id": "dronedeploy:ExportParameters/merge", "@type": "xsd:boolean" }, "contourInterval": { "@id": "dronedeploy:ExportParameters/contourInterval", "@type": "xsd:double" }, "fileFormat": { "@id": "dronedeploy:ExportParameters/fileFormat", "@type": "xsd:string" }, "resolution": { "@id": "dronedeploy:ExportParameters/resolution", "@type": "xsd:double" } } }, "LatLng": { "@id": "schema:GeoCoordinates", "@context": { "lat": { "@id": "schema:latitude", "@type": "xsd:double" }, "lng": { "@id": "schema:longitude", "@type": "xsd:double" } } }, "Viewer": { "@id": "dronedeploy:Viewer", "@context": { "id": { "@id": "dronedeploy:Viewer/id", "@type": "xsd:string" }, "username": { "@id": "dronedeploy:Viewer/username", "@type": "xsd:string" } } }, "Organization": { "@id": "schema:Organization", "@context": { "id": { "@id": "dronedeploy:Organization/id", "@type": "xsd:string" }, "name": { "@id": "schema:name", "@type": "xsd:string" } } } } }