diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/applicationGateway.json index 47b00dd8bc6b..733dff2bed04 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/applicationGateway.json @@ -1540,12 +1540,16 @@ "properties": { "requestHeaderConfigurations": { "type": "array", - "$ref": "#/definitions/ApplicationGatewayHeaderConfiguration", + "items": { + "$ref": "#/definitions/ApplicationGatewayHeaderConfiguration" + }, "description": "Request Header Actions in the Action Set" }, "responseHeaderConfigurations": { "type": "array", - "$ref": "#/definitions/ApplicationGatewayHeaderConfiguration", + "items": { + "$ref": "#/definitions/ApplicationGatewayHeaderConfiguration" + }, "description": "Response Header Actions in the Action Set" } },