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

iis-administration-hal-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HalLink",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "description": "The URI of the linked resource."
    }
  }
}