Harness · JSON-LD Context

Harness Context

JSON-LD context defining the semantic vocabulary for Harness from Harness.

4 Classes 7 Properties 3 Namespaces
View Context View on GitHub

Namespaces

harness: https://harness.dev/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Organization Project Pipeline PipelineExecution

Properties

Property Type Container
identifier string
name string
description string
status string
orgIdentifier string
color string
tags set

JSON-LD Document

harness-context.jsonld Raw ↑
{
  "@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" }
  }
}