BFE · JSON-LD Context

Bfe Context

JSON-LD context defining the semantic vocabulary for Bfe from BFE.

5 Classes 7 Properties 3 Namespaces
View Context View on GitHub

Namespaces

bfe: https://bfe-networks.net/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

MonitorCategoriesResponse MonitorMetricsResponse ReloadEntriesResponse ReloadEntry ReloadResponse

Properties

Property Type Container
categories string
name string
metrics string
entries string
description string
success boolean
message string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "bfe": "https://bfe-networks.net/schema/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "MonitorCategoriesResponse": "bfe:MonitorCategoriesResponse",
    "MonitorMetricsResponse": "bfe:MonitorMetricsResponse",
    "ReloadEntriesResponse": "bfe:ReloadEntriesResponse",
    "ReloadEntry": "bfe:ReloadEntry",
    "ReloadResponse": "bfe:ReloadResponse",
    "categories": {
      "@id": "bfe:categories",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "bfe:name",
      "@type": "xsd:string"
    },
    "metrics": {
      "@id": "bfe:metrics",
      "@type": "xsd:string"
    },
    "entries": {
      "@id": "bfe:entries",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "bfe:description",
      "@type": "xsd:string"
    },
    "success": {
      "@id": "bfe:success",
      "@type": "xsd:boolean"
    },
    "message": {
      "@id": "bfe:message",
      "@type": "xsd:string"
    }
  }
}