Microsoft Windows Server · Schema
WebSiteLinks
HAL-style links to related resources for a web site.
DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025
Properties
| Name | Type | Description |
|---|---|---|
| authentication | object | |
| authorization | object | |
| default_document | object | |
| delegation | object | |
| directory_browsing | object | |
| files | object | |
| handlers | object | |
| ip_restrictions | object | |
| logging | object | |
| modules | object | |
| request_filtering | object | |
| request_monitor | object | |
| request_tracing | object | |
| response_compression | object | |
| response_headers | object | |
| ssl | object | |
| static_content | object | |
| vdirs | object | |
| webapps | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WebSiteLinks",
"title": "WebSiteLinks",
"type": "object",
"description": "HAL-style links to related resources for a web site.",
"properties": {
"authentication": {
"$ref": "#/components/schemas/HalLink"
},
"authorization": {
"$ref": "#/components/schemas/HalLink"
},
"default_document": {
"$ref": "#/components/schemas/HalLink"
},
"delegation": {
"$ref": "#/components/schemas/HalLink"
},
"directory_browsing": {
"$ref": "#/components/schemas/HalLink"
},
"files": {
"$ref": "#/components/schemas/HalLink"
},
"handlers": {
"$ref": "#/components/schemas/HalLink"
},
"ip_restrictions": {
"$ref": "#/components/schemas/HalLink"
},
"logging": {
"$ref": "#/components/schemas/HalLink"
},
"modules": {
"$ref": "#/components/schemas/HalLink"
},
"request_filtering": {
"$ref": "#/components/schemas/HalLink"
},
"request_monitor": {
"$ref": "#/components/schemas/HalLink"
},
"request_tracing": {
"$ref": "#/components/schemas/HalLink"
},
"response_compression": {
"$ref": "#/components/schemas/HalLink"
},
"response_headers": {
"$ref": "#/components/schemas/HalLink"
},
"ssl": {
"$ref": "#/components/schemas/HalLink"
},
"static_content": {
"$ref": "#/components/schemas/HalLink"
},
"vdirs": {
"$ref": "#/components/schemas/HalLink"
},
"webapps": {
"$ref": "#/components/schemas/HalLink"
}
}
}