Elexon · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Elexon.

6 Classes 2 Properties 5 Namespaces
View Context View on GitHub

Namespaces

elexon: https://data.elexon.co.uk/bmrs/api/v1/
bmrs: https://bmrs.elexon.co.uk/
api: https://data.elexon.co.uk/swagger/v1/swagger.json#
openapi: https://spec.openapis.org/oas/v3.0/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

title description version tags paths schemas

Properties

Property Type Container
url reference
provider reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "elexon": "https://data.elexon.co.uk/bmrs/api/v1/",
    "bmrs": "https://bmrs.elexon.co.uk/",
    "api": "https://data.elexon.co.uk/swagger/v1/swagger.json#",
    "openapi": "https://spec.openapis.org/oas/v3.0/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "title": "schema:name",
    "description": "schema:description",
    "version": "schema:version",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "provider": {
      "@id": "schema:provider",
      "@type": "@id"
    },
    "tags": "schema:keywords",
    "paths": "elexon:path",
    "schemas": "elexon:schema"
  }
}