Amberflo · JSON-LD Context

Amberflo Metering Filtering Context

JSON-LD context defining the semantic vocabulary for Amberflo Metering Filtering from Amberflo.

1 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

amberflo: https://amberflo.io/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

FilteringRule

Properties

Property Type Container
meterApiName string
ruleId string
dimensionName string
dimensionValues string set
action string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "amberflo": "https://amberflo.io/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "FilteringRule": "amberflo:FilteringRule",
    "meterApiName": {
      "@id": "amberflo:meterApiName",
      "@type": "xsd:string"
    },
    "ruleId": {
      "@id": "amberflo:ruleId",
      "@type": "xsd:string"
    },
    "dimensionName": {
      "@id": "amberflo:dimensionName",
      "@type": "xsd:string"
    },
    "dimensionValues": {
      "@id": "amberflo:dimensionValues",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "action": {
      "@id": "amberflo:action",
      "@type": "xsd:string"
    }
  }
}