StackRox · JSON-LD Context

Stackrox Context

JSON-LD context defining the semantic vocabulary for Stackrox from StackRox.

7 Classes 5 Properties 1 Namespaces
View Context View on GitHub

Namespaces

stackrox: https://stackrox.io/schema/

Classes

severity state lifecycleStage namespace clusterId name description

Properties

Property Type Container
Alert reference
Policy reference
Deployment reference
Cluster reference
Image reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "stackrox": "https://stackrox.io/schema/",
    "Alert": {
      "@id": "stackrox:SecurityAlert",
      "@type": "@id"
    },
    "Policy": {
      "@id": "stackrox:SecurityPolicy",
      "@type": "@id"
    },
    "Deployment": {
      "@id": "schema:SoftwareApplication",
      "@type": "@id"
    },
    "Cluster": {
      "@id": "stackrox:KubernetesCluster",
      "@type": "@id"
    },
    "Image": {
      "@id": "stackrox:ContainerImage",
      "@type": "@id"
    },
    "severity": "stackrox:severity",
    "state": "stackrox:alertState",
    "lifecycleStage": "stackrox:lifecycleStage",
    "namespace": "stackrox:kubernetesNamespace",
    "clusterId": "stackrox:clusterIdentifier",
    "name": "schema:name",
    "description": "schema:description"
  }
}