Super Micro Computer · JSON-LD Context

Super Micro Computer Context

JSON-LD context defining the semantic vocabulary for Super Micro Computer from Super Micro Computer.

11 Classes 14 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dmtf: https://redfish.dmtf.org/schemas/v1/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ComputerSystem Chassis Manager Session Account Storage EventSubscription SoftwareInventory Status Health PowerState

Properties

Property Type Container
Id string
Name string
Description string
Manufacturer string
Model string
SerialNumber string
BIOSVersion string
FirmwareVersion string
PowerConsumedWatts decimal
ReadingCelsius decimal
UserName string
RoleId string
Destination anyURI
RedfishVersion string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://www.supermicro.com/vocab/",
    "schema": "https://schema.org/",
    "dmtf": "https://redfish.dmtf.org/schemas/v1/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ComputerSystem": "dmtf:ComputerSystem",
    "Chassis": "dmtf:Chassis",
    "Manager": "dmtf:Manager",
    "Session": "dmtf:Session",
    "Account": "dmtf:ManagerAccount",
    "Storage": "dmtf:Storage",
    "EventSubscription": "dmtf:EventSubscription",
    "SoftwareInventory": "dmtf:SoftwareInventory",
    "Id": {
      "@id": "dmtf:Resource.Id",
      "@type": "xsd:string"
    },
    "Name": {
      "@id": "dmtf:Resource.Name",
      "@type": "xsd:string"
    },
    "Description": {
      "@id": "dmtf:Resource.Description",
      "@type": "xsd:string"
    },
    "Status": "dmtf:Resource.Status",
    "Health": "dmtf:Resource.Health",
    "PowerState": "dmtf:ComputerSystem.PowerState",
    "Manufacturer": {
      "@id": "schema:manufacturer",
      "@type": "xsd:string"
    },
    "Model": {
      "@id": "schema:model",
      "@type": "xsd:string"
    },
    "SerialNumber": {
      "@id": "schema:serialNumber",
      "@type": "xsd:string"
    },
    "BIOSVersion": {
      "@id": "dmtf:ComputerSystem.BiosVersion",
      "@type": "xsd:string"
    },
    "FirmwareVersion": {
      "@id": "dmtf:SoftwareInventory.Version",
      "@type": "xsd:string"
    },
    "PowerConsumedWatts": {
      "@id": "dmtf:Power.PowerConsumedWatts",
      "@type": "xsd:decimal"
    },
    "ReadingCelsius": {
      "@id": "dmtf:Thermal.ReadingCelsius",
      "@type": "xsd:decimal"
    },
    "UserName": {
      "@id": "dmtf:ManagerAccount.UserName",
      "@type": "xsd:string"
    },
    "RoleId": {
      "@id": "dmtf:ManagerAccount.RoleId",
      "@type": "xsd:string"
    },
    "Destination": {
      "@id": "dmtf:EventDestination.Destination",
      "@type": "xsd:anyURI"
    },
    "RedfishVersion": {
      "@id": "dmtf:ServiceRoot.RedfishVersion",
      "@type": "xsd:string"
    }
  }
}