Dell Servers · Schema

ResourceLink

Link to a Redfish resource

HardwareInfrastructureManagementMonitoringServers

Properties

Name Type Description
@odata.id string OData resource URI
View JSON Schema on GitHub

JSON Schema

dell-servers-resourcelink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceLink",
  "title": "ResourceLink",
  "type": "object",
  "description": "Link to a Redfish resource",
  "properties": {
    "@odata.id": {
      "type": "string",
      "description": "OData resource URI"
    }
  }
}