Amberflo · JSON-LD Context

Amberflo Billing Pricing Context

JSON-LD context defining the semantic vocabulary for Amberflo Billing Pricing from Amberflo.

1 Classes 3 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

PricingPlanAssignment

Properties

Property Type Container
customerId string
productId string
startTime integer

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#",
    "PricingPlanAssignment": "amberflo:PricingPlanAssignment",
    "customerId": {
      "@id": "amberflo:customerId",
      "@type": "xsd:string"
    },
    "productId": {
      "@id": "amberflo:productId",
      "@type": "xsd:string"
    },
    "startTime": {
      "@id": "amberflo:startTime",
      "@type": "xsd:integer"
    }
  }
}