diff --git a/components/schemas/environments/services/loadbalancer/config/types/v1/WafConfig.yml b/components/schemas/environments/services/loadbalancer/config/types/v1/WafConfig.yml index 70ead5b6..c285fe49 100644 --- a/components/schemas/environments/services/loadbalancer/config/types/v1/WafConfig.yml +++ b/components/schemas/environments/services/loadbalancer/config/types/v1/WafConfig.yml @@ -56,9 +56,10 @@ properties: enum: - ip-match - geo-match - - url-match - - method-match - - header-match + - http-url-match + - http-method-match + - http-header-match + - http-body-match operator: description: A string that indicates the range of values relative to the value property. type: string diff --git a/stackspec/schema/services/loadbalancer/types/v1/StackSpecWafConfig.yml b/stackspec/schema/services/loadbalancer/types/v1/StackSpecWafConfig.yml index 7ff8e04a..fe1a364c 100644 --- a/stackspec/schema/services/loadbalancer/types/v1/StackSpecWafConfig.yml +++ b/stackspec/schema/services/loadbalancer/types/v1/StackSpecWafConfig.yml @@ -70,9 +70,10 @@ properties: enum: - ip-match - geo-match - - url-match - - method-match - - header-match + - http-url-match + - http-method-match + - http-header-match + - http-body-match - $ref: ../../../../StackVariable.yml operator: description: A string that indicates the range of values relative to the value property.