{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "spacelift": "https://spacelift.io/vocab/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Stack": "spacelift:Stack", "Run": "spacelift:Run", "Policy": "spacelift:Policy", "Context": "spacelift:Context", "WorkerPool": "spacelift:WorkerPool", "Module": "spacelift:Module", "Blueprint": "spacelift:Blueprint", "id": "@id", "name": "schema:name", "description": "schema:description", "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" }, "labels": { "@id": "schema:keywords" }, "repository": { "@id": "spacelift:repository" }, "branch": { "@id": "spacelift:branch" }, "projectRoot": { "@id": "spacelift:projectRoot" }, "provider": { "@id": "spacelift:vcsProvider" }, "state": { "@id": "spacelift:state" }, "space": { "@id": "spacelift:space" }, "workerPool": { "@id": "spacelift:workerPool" }, "driftDetection": { "@id": "spacelift:driftDetection", "@type": "xsd:boolean" }, "autoApply": { "@id": "spacelift:autoApply", "@type": "xsd:boolean" }, "administrative": { "@id": "spacelift:administrative", "@type": "xsd:boolean" }, "lockedAt": { "@id": "spacelift:lockedAt", "@type": "xsd:dateTime" }, "lockedBy": { "@id": "spacelift:lockedBy" }, "vendorConfig": { "@id": "spacelift:vendorConfig" } } }