NetApp · Schema

SelfLink

HAL self link

CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

Properties

Name Type Description
self object
View JSON Schema on GitHub

JSON Schema

netapp-selflink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelfLink",
  "title": "SelfLink",
  "type": "object",
  "description": "HAL self link",
  "properties": {
    "self": {
      "type": "object",
      "properties": {
        "href": {
          "type": "string",
          "format": "uri",
          "description": "URL of this resource"
        }
      },
      "example": "example_value"
    }
  }
}