CloudZero · JSON-LD Context

Cloudzero Context

JSON-LD context defining the semantic vocabulary for Cloudzero from CloudZero.

2 Classes 11 Properties 3 Namespaces
View Context View on GitHub

Namespaces

cloudzero: https://api.cloudzero.com/v2/
xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Classes

name description

Properties

Property Type Container
costType string
granularity string
groupBy string
viewId string
budgetAmount double
budgetPeriod string
threshold double
streamName string
telemetryValue double
connectionId string
lineItemCost double

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "cloudzero": "https://api.cloudzero.com/v2/",
    "costType": {
      "@id": "cloudzero:costType",
      "@type": "xsd:string"
    },
    "granularity": {
      "@id": "cloudzero:granularity",
      "@type": "xsd:string"
    },
    "groupBy": {
      "@id": "cloudzero:groupBy",
      "@type": "xsd:string"
    },
    "viewId": {
      "@id": "cloudzero:viewId",
      "@type": "xsd:string"
    },
    "budgetAmount": {
      "@id": "cloudzero:budgetAmount",
      "@type": "xsd:double"
    },
    "budgetPeriod": {
      "@id": "cloudzero:budgetPeriod",
      "@type": "xsd:string"
    },
    "threshold": {
      "@id": "cloudzero:threshold",
      "@type": "xsd:double"
    },
    "streamName": {
      "@id": "cloudzero:streamName",
      "@type": "xsd:string"
    },
    "telemetryValue": {
      "@id": "cloudzero:telemetryValue",
      "@type": "xsd:double"
    },
    "connectionId": {
      "@id": "cloudzero:connectionId",
      "@type": "xsd:string"
    },
    "lineItemCost": {
      "@id": "cloudzero:lineItemCost",
      "@type": "xsd:double"
    },
    "name": "schema:name",
    "description": "schema:description",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/"
  }
}