{ "@context": { "@version": 1.1, "harness": "https://harness.dev/schema/", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Organization": "harness:Organization", "Project": "harness:Project", "Pipeline": "harness:Pipeline", "PipelineExecution": "harness:PipelineExecution", "identifier": { "@id": "harness:identifier", "@type": "xsd:string" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "description": { "@id": "schema:description", "@type": "xsd:string" }, "status": { "@id": "harness:status", "@type": "xsd:string" }, "orgIdentifier": { "@id": "harness:orgIdentifier", "@type": "xsd:string" }, "color": { "@id": "harness:color", "@type": "xsd:string" }, "tags": { "@id": "harness:tags", "@container": "@set" } } }