HalLink

DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

Properties

Name Type Description
href string The URI of the linked resource.
View JSON Schema on GitHub

JSON Schema

microsoft-windows-server-hallink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HalLink",
  "title": "HalLink",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "format": "uri-reference",
      "description": "The URI of the linked resource.",
      "example": "example_value"
    }
  }
}