Microsoft Windows Server · JSON Structure

Iis Administration Web Site Structure

Type: object Properties: 8
DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

WebSite is a JSON Structure definition published by Microsoft Windows Server, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name id physical_path key status server_auto_start enabled_protocols bindings

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WebSite",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "physical_path": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "server_auto_start": {
      "type": "boolean"
    },
    "enabled_protocols": {
      "type": "string"
    },
    "bindings": {
      "type": "array"
    }
  }
}