Amberflo · JSON-LD Context

Amberflo Billing Invoice Context

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

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

Invoice

Properties

Property Type Container
invoiceId string
customerId string
startTime integer
endTime integer
totalAmount decimal
currency string
status 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#",
    "Invoice": "amberflo:Invoice",
    "invoiceId": {
      "@id": "amberflo:invoiceId",
      "@type": "xsd:string"
    },
    "customerId": {
      "@id": "amberflo:customerId",
      "@type": "xsd:string"
    },
    "startTime": {
      "@id": "amberflo:startTime",
      "@type": "xsd:integer"
    },
    "endTime": {
      "@id": "amberflo:endTime",
      "@type": "xsd:integer"
    },
    "totalAmount": {
      "@id": "amberflo:totalAmount",
      "@type": "xsd:decimal"
    },
    "currency": {
      "@id": "amberflo:currency",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "amberflo:status",
      "@type": "xsd:string"
    }
  }
}