Microsoft Windows Server · JSON Structure

Iis Administration Application Structure

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

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

Properties

location path id physical_path enabled_protocols

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Application",
  "type": "object",
  "properties": {
    "location": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "physical_path": {
      "type": "string"
    },
    "enabled_protocols": {
      "type": "string"
    }
  }
}