diff --git a/generator/go.mod b/generator/go.mod index bfb19c1..4c4d7da 100644 --- a/generator/go.mod +++ b/generator/go.mod @@ -3,7 +3,7 @@ module github.com/oasdiff/openapi-changes-model/generator go 1.26.2 require ( - github.com/oasdiff/oasdiff v1.31.0 + github.com/oasdiff/oasdiff v1.32.0 gopkg.in/yaml.v3 v3.0.1 ) @@ -11,13 +11,12 @@ require ( cloud.google.com/go v0.123.0 // indirect github.com/TwiN/go-color v1.4.1 // indirect github.com/getkin/kin-openapi v0.149.0 // indirect - github.com/go-openapi/jsonpointer v0.22.5 // indirect - github.com/go-openapi/swag/jsonname v0.25.5 // indirect + github.com/go-openapi/jsonpointer v1.0.1 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/oasdiff/yaml v0.1.1 // indirect github.com/oasdiff/yaml3 v0.0.14 // indirect github.com/santhosh-tekuri/jsonschema/v6 v6.0.3 // indirect - github.com/tidwall/gjson v1.18.0 // indirect + github.com/tidwall/gjson v1.19.0 // indirect github.com/tidwall/match v1.2.0 // indirect github.com/tidwall/pretty v1.2.1 // indirect github.com/tidwall/sjson v1.2.5 // indirect diff --git a/generator/go.sum b/generator/go.sum index ff7014d..083404b 100644 --- a/generator/go.sum +++ b/generator/go.sum @@ -7,20 +7,18 @@ github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxK github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= github.com/getkin/kin-openapi v0.149.0 h1:ZbhmVJ4yq5RZDUsyP8lcBcGMsjsaTqXEFt6isdtMDfA= github.com/getkin/kin-openapi v0.149.0/go.mod h1:1+BHDzstro+P5CKtPy1X4PfofnFgmRe6uvMy9+r9fKY= -github.com/go-openapi/jsonpointer v0.22.5 h1:8on/0Yp4uTb9f4XvTrM2+1CPrV05QPZXu+rvu2o9jcA= -github.com/go-openapi/jsonpointer v0.22.5/go.mod h1:gyUR3sCvGSWchA2sUBJGluYMbe1zazrYWIkWPjjMUY0= -github.com/go-openapi/swag/jsonname v0.25.5 h1:8p150i44rv/Drip4vWI3kGi9+4W9TdI3US3uUYSFhSo= -github.com/go-openapi/swag/jsonname v0.25.5/go.mod h1:jNqqikyiAK56uS7n8sLkdaNY/uq6+D2m2LANat09pKU= -github.com/go-openapi/testify/v2 v2.4.0 h1:8nsPrHVCWkQ4p8h1EsRVymA2XABB4OT40gcvAu+voFM= -github.com/go-openapi/testify/v2 v2.4.0/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/jsonpointer v1.0.1 h1:2KxywRmNwJkT/FMBa3iRNHEaAxSJvjqoufQZy3au1Mg= +github.com/go-openapi/jsonpointer v1.0.1/go.mod h1:wI7ZYsFmbIi9nBXOZqgDaS/bqOchRGZjqxFli7FBYxY= +github.com/go-openapi/testify/v2 v2.7.0 h1:bycOreEj6wfBvijg3YFogZ/sFjTCDmQnwSodSzHa3X8= +github.com/go-openapi/testify/v2 v2.7.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/oasdiff/oasdiff v1.31.0 h1:4ggpCCxYK5ABpT387yb2wvCI3+1mc9d75i8tcVV5dkQ= -github.com/oasdiff/oasdiff v1.31.0/go.mod h1:25aWQvm5UvK1SJE34s3MPpAyhQUQwf7Q/t/gWDIrHM8= +github.com/oasdiff/oasdiff v1.32.0 h1:ZIKD2gWf4HxIwxVV1E3OCFCuNaZpj+hNJqA19R82pAk= +github.com/oasdiff/oasdiff v1.32.0/go.mod h1:zrOVqxQfWeiPci5XvFhtnCQrJVLov2v8+oEZhAKAHtA= github.com/oasdiff/yaml v0.1.1 h1:6nHx+pn9gBRM6YpBlFZFQGCCd1nuvqOBtTD3KKTgGxY= github.com/oasdiff/yaml v0.1.1/go.mod h1:EYJNoyktvWMJ0Hmhx+6qTaqMOsalUaRGT8Sj1hNcegU= github.com/oasdiff/yaml3 v0.0.14 h1:aLJee3hxBK2H5wdXd9iPcIXb93Nty1Ge0pT171eHtkw= @@ -33,8 +31,8 @@ github.com/santhosh-tekuri/jsonschema/v6 v6.0.3/go.mod h1:JXeL+ps8p7/KNMjDQk3TCw github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= -github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY= -github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= +github.com/tidwall/gjson v1.19.0 h1:xwxm7n691Uf3u5OFjzngavjGTh55KX5q/9w9xHW88JU= +github.com/tidwall/gjson v1.19.0/go.mod h1:V37/opeE/JbLUOfH0QTXiNez2l0RUjYUhpT4szFQAfc= github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM= github.com/tidwall/match v1.2.0 h1:0pt8FlkOwjN2fPt4bIl4BoNxb98gGHN2ObFEDkrfZnM= github.com/tidwall/match v1.2.0/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM= @@ -47,8 +45,8 @@ github.com/wI2L/jsondiff v0.7.1 h1:Fg9+yj+1/x3UtPBJhR91TKEzRkrEEWcAcLbg9dzEaNM= github.com/wI2L/jsondiff v0.7.1/go.mod h1:yAt2W7U6Jd4HK0RA8DGSGk0zDtfEtOUUJVnH/xICpjo= github.com/yargevad/filepathx v1.0.0 h1:SYcT+N3tYGi+NvazubCNlvgIPbzAk7i7y2dwg3I5FYc= github.com/yargevad/filepathx v1.0.0/go.mod h1:BprfX/gpYNJHJfc35GjRRpVcwWXS89gGulUIU5tK3tA= -github.com/yuin/goldmark v1.8.5 h1:r6N5afV5qj/5S4UTch8agZHJ8UxNCMwX7WjkkJam2NA= -github.com/yuin/goldmark v1.8.5/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg= +github.com/yuin/goldmark v1.8.6 h1:d0VcaP1sx9GkFVkoW+KtggpGi2KZ965i14b0+bDQST4= +github.com/yuin/goldmark v1.8.6/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg= go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= golang.org/x/text v0.41.0 h1:vz/seA0lnX87Othu2f/0L24RcgrXD9/YFTSuGjj3rH8= diff --git a/openapi-changes-model.yaml b/openapi-changes-model.yaml index 90aa0ff..4c961fc 100644 --- a/openapi-changes-model.yaml +++ b/openapi-changes-model.yaml @@ -2,7 +2,7 @@ # do not edit by hand. See README.md for how to propose a change. model: OpenAPI Changes Model version: 0.1.0-draft -generated_from: oasdiff v1.31.0 +generated_from: oasdiff v1.32.0 vocabulary: locations: 'A location is a path through the OpenAPI object model, dot-separated, with * standing in for a name the API author chooses (a path, a method, a media type, a property name) and x-* for a specification extension: paths.*.*.requestBody.content.*.schema.maxLength names the maxLength keyword of any request body schema. A claim is location:action[,action...], the edits a change covers; a claim pattern may use ** to cover a location family.' actions: @@ -1049,6 +1049,16 @@ changes: - paths.*.*.requestBody.content.*.schema.exclusiveMaximum:set description: request body exclusiveMaximum set message: the request's body exclusiveMaximum was set to %s + - id: request-body-exclusive-max-unset + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.requestBody.content.*.schema.exclusiveMaximum:unset + description: request body exclusiveMaximum unset + message: the request's body exclusiveMaximum was unset from %s - id: request-body-exclusive-min-decreased level: info direction: request @@ -1079,6 +1089,16 @@ changes: - paths.*.*.requestBody.content.*.schema.exclusiveMinimum:set description: request body exclusiveMinimum set message: the request's body exclusiveMinimum was set to %s + - id: request-body-exclusive-min-unset + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.requestBody.content.*.schema.exclusiveMinimum:unset + description: request body exclusiveMinimum unset + message: the request's body exclusiveMinimum was unset from %s - id: request-body-if-added level: error direction: request @@ -1439,6 +1459,16 @@ changes: - paths.*.*.requestBody.content.*.schema.minimum:increase description: request body min increased message: the request's body min was increased to %s + - id: request-body-min-items-decreased + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.requestBody.content.*.schema.minItems:decrease + description: request body minItems decreased + message: the request's body minItems was decreased from %s to %s - id: request-body-min-items-increased level: error direction: request @@ -1509,6 +1539,16 @@ changes: - paths.*.*.requestBody.content.*.schema.minLength:unset description: request body minLength unset message: the request's body minLength was unset from %s + - id: request-body-min-properties-decreased + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.requestBody.content.*.schema.minProperties:decrease + description: request body minProperties decreased + message: the request's body minProperties was decreased from %s to %s - id: request-body-min-properties-increased level: error direction: request @@ -2062,6 +2102,16 @@ changes: - paths.*.*.parameters.*.schema.exclusiveMaximum:set description: request parameter exclusiveMaximum set message: for the %s request parameter %s, the exclusiveMaximum was set to %s + - id: request-parameter-exclusive-max-unset + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.parameters.*.schema.exclusiveMaximum:unset + description: request parameter exclusiveMaximum unset + message: for the %s request parameter %s, the exclusiveMaximum was unset from %s - id: request-parameter-exclusive-min-decreased level: info direction: request @@ -2092,6 +2142,16 @@ changes: - paths.*.*.parameters.*.schema.exclusiveMinimum:set description: request parameter exclusiveMinimum set message: for the %s request parameter %s, the exclusiveMinimum was set to %s + - id: request-parameter-exclusive-min-unset + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.parameters.*.schema.exclusiveMinimum:unset + description: request parameter exclusiveMinimum unset + message: for the %s request parameter %s, the exclusiveMinimum was unset from %s - id: request-parameter-list-of-types-narrowed level: error direction: request @@ -2112,6 +2172,26 @@ changes: - paths.*.*.parameters.*.schema.type:add description: request parameter list-of-types widened message: '%s request parameter %s list-of-types was widened by adding types %s' + - id: request-parameter-max-contains-decreased + level: error + direction: request + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.parameters.*.schema.maxContains:decrease + description: request parameter maxContains decreased + message: for the %s request parameter %s, the maxContains was decreased from %s to %s + - id: request-parameter-max-contains-increased + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.parameters.*.schema.maxContains:increase + description: request parameter maxContains increased + message: for the %s request parameter %s, the maxContains was increased from %s to %s - id: request-parameter-max-contains-set level: error direction: request @@ -2232,6 +2312,26 @@ changes: - paths.*.*.parameters.*.schema.maxLength:unset description: request parameter maxLength unset message: for the %s request parameter %s, the maxLength was unset from %s + - id: request-parameter-max-properties-decreased + level: error + direction: request + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.parameters.*.schema.maxProperties:decrease + description: request parameter maxProperties decreased + message: for the %s request parameter %s, the maxProperties was decreased from %s to %s + - id: request-parameter-max-properties-increased + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.parameters.*.schema.maxProperties:increase + description: request parameter maxProperties increased + message: for the %s request parameter %s, the maxProperties was increased from %s to %s - id: request-parameter-max-properties-set level: error direction: request @@ -2272,6 +2372,26 @@ changes: - paths.*.*.parameters.*.schema.maximum:unset description: request parameter max unset message: for the %s request parameter %s, the max was unset from %s + - id: request-parameter-min-contains-decreased + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.parameters.*.schema.minContains:decrease + description: request parameter minContains decreased + message: for the %s request parameter %s, the minContains was decreased from %s to %s + - id: request-parameter-min-contains-increased + level: error + direction: request + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.parameters.*.schema.minContains:increase + description: request parameter minContains increased + message: for the %s request parameter %s, the minContains was increased from %s to %s - id: request-parameter-min-contains-set level: error direction: request @@ -2392,6 +2512,26 @@ changes: - paths.*.*.parameters.*.schema.minLength:unset description: request parameter minLength unset message: for the %s request parameter %s, the minLength was unset from %s + - id: request-parameter-min-properties-decreased + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.parameters.*.schema.minProperties:decrease + description: request parameter minProperties decreased + message: for the %s request parameter %s, the minProperties was decreased from %s to %s + - id: request-parameter-min-properties-increased + level: error + direction: request + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.parameters.*.schema.minProperties:increase + description: request parameter minProperties increased + message: for the %s request parameter %s, the minProperties was increased from %s to %s - id: request-parameter-min-properties-set level: error direction: request @@ -3207,6 +3347,16 @@ changes: - paths.*.*.requestBody.content.*.schema.exclusiveMaximum:set description: request property exclusiveMaximum set message: the %s request property's exclusiveMaximum was set to %s + - id: request-property-exclusive-max-unset + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.requestBody.content.*.schema.exclusiveMaximum:unset + description: request property exclusiveMaximum unset + message: the %s request property's exclusiveMaximum was unset from %s - id: request-property-exclusive-min-decreased level: info direction: request @@ -3237,6 +3387,16 @@ changes: - paths.*.*.requestBody.content.*.schema.exclusiveMinimum:set description: request property exclusiveMinimum set message: the %s request property's exclusiveMinimum was set to %s + - id: request-property-exclusive-min-unset + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.requestBody.content.*.schema.exclusiveMinimum:unset + description: request property exclusiveMinimum unset + message: the %s request property's exclusiveMinimum was unset from %s - id: request-property-if-added level: error direction: request @@ -3537,6 +3697,16 @@ changes: - paths.*.*.requestBody.content.*.schema.minimum:increase description: request property min increased message: the %s request property's min was increased to %s + - id: request-property-min-items-decreased + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.requestBody.content.*.schema.minItems:decrease + description: request property minItems decreased + message: the %s request property's minItems was decreased from %s to %s - id: request-property-min-items-increased level: error direction: request @@ -3607,6 +3777,16 @@ changes: - paths.*.*.requestBody.content.*.schema.minLength:unset description: request property minLength unset message: the %s request property's minLength was unset from %s + - id: request-property-min-properties-decreased + level: info + direction: request + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.requestBody.content.*.schema.minProperties:decrease + description: request property minProperties decreased + message: the %s request property's minProperties was decreased from %s to %s - id: request-property-min-properties-increased level: error direction: request @@ -4499,6 +4679,16 @@ changes: - paths.*.*.responses.*.content.*.schema.else:unset description: else subschema removed from response body message: removed 'else' subschema from the response body for the status %s + - id: response-body-exclusive-max-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMaximum:decrease + description: response body exclusiveMaximum decreased + message: the response's body exclusiveMaximum was decreased from %s to %s - id: response-body-exclusive-max-increased level: error direction: response @@ -4509,6 +4699,26 @@ changes: - paths.*.*.responses.*.content.*.schema.exclusiveMaximum:increase description: response body exclusiveMaximum increased message: the response's body exclusiveMaximum was increased from %s to %s + - id: response-body-exclusive-max-set + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMaximum:set + description: response body exclusiveMaximum set + message: the response's body exclusiveMaximum was set to %s + - id: response-body-exclusive-max-unset + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMaximum:unset + description: response body exclusiveMaximum unset + message: the response's body exclusiveMaximum was unset from %s - id: response-body-exclusive-min-decreased level: error direction: response @@ -4519,6 +4729,36 @@ changes: - paths.*.*.responses.*.content.*.schema.exclusiveMinimum:decrease description: response body exclusiveMinimum decreased message: the response's body exclusiveMinimum was decreased from %s to %s + - id: response-body-exclusive-min-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMinimum:increase + description: response body exclusiveMinimum increased + message: the response's body exclusiveMinimum was increased from %s to %s + - id: response-body-exclusive-min-set + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMinimum:set + description: response body exclusiveMinimum set + message: the response's body exclusiveMinimum was set to %s + - id: response-body-exclusive-min-unset + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMinimum:unset + description: response body exclusiveMinimum unset + message: the response's body exclusiveMinimum was unset from %s - id: response-body-if-added level: info direction: response @@ -4599,6 +4839,16 @@ changes: - paths.*.*.responses.*.content.*.schema.maxContains:unset description: response body maxContains unset message: the response's body maxContains was unset from %s + - id: response-body-max-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.maximum:decrease + description: response body max decreased + message: the response's body max was decreased from %s to %s - id: response-body-max-increased level: error direction: response @@ -4609,6 +4859,16 @@ changes: - paths.*.*.responses.*.content.*.schema.maximum:increase description: response body max increased message: the response's body max was increased from %s to %s + - id: response-body-max-items-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.maxItems:decrease + description: response body maxItems decreased + message: the response's body maxItems was decreased from %s to %s - id: response-body-max-items-increased level: error direction: response @@ -4639,6 +4899,16 @@ changes: - paths.*.*.responses.*.content.*.schema.maxItems:unset description: response body maxItems unset message: the response's body maxItems was unset from %s + - id: response-body-max-length-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.maxLength:decrease + description: response body maxLength decreased + message: the response's body maxLength was decreased from %s to %s - id: response-body-max-length-increased level: error direction: response @@ -4669,6 +4939,16 @@ changes: - paths.*.*.responses.*.content.*.schema.maxLength:unset description: response body max length unset message: the response's body maxLength was unset from %s + - id: response-body-max-properties-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.maxProperties:decrease + description: response body maxProperties decreased + message: the response's body maxProperties was decreased from %s to %s - id: response-body-max-properties-increased level: error direction: response @@ -4819,6 +5099,16 @@ changes: - paths.*.*.responses.*.content.*.schema.minimum:decrease description: response body min decreased message: the response's body min was decreased from %s to %s + - id: response-body-min-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.minimum:increase + description: response body min increased + message: the response's body min was increased from %s to %s - id: response-body-min-items-decreased level: error direction: response @@ -4829,6 +5119,16 @@ changes: - paths.*.*.responses.*.content.*.schema.minItems:decrease description: response body min items decreased message: the response's body minItems was decreased from %s to %s + - id: response-body-min-items-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.minItems:increase + description: response body minItems increased + message: the response's body minItems was increased from %s to %s - id: response-body-min-items-set level: info direction: response @@ -4859,6 +5159,16 @@ changes: - paths.*.*.responses.*.content.*.schema.minLength:decrease description: response body min length decreased message: the response's body minLength was decreased from %s to %s + - id: response-body-min-length-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.minLength:increase + description: response body minLength increased + message: the response's body minLength was increased from %s to %s - id: response-body-min-length-set level: info direction: response @@ -4889,6 +5199,16 @@ changes: - paths.*.*.responses.*.content.*.schema.minProperties:decrease description: response body min properties decreased message: the response's body minProperties was decreased from %s to %s + - id: response-body-min-properties-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.minProperties:increase + description: response body minProperties increased + message: the response's body minProperties was increased from %s to %s - id: response-body-min-properties-set level: info direction: response @@ -5251,6 +5571,106 @@ changes: - paths.*.*.responses.*.headers.*.required:unset description: response header became optional message: the response header %s became optional for the status %s + - id: response-header-exclusive-max-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.exclusiveMaximum:decrease + description: response header exclusiveMaximum decreased + message: the %s response header's exclusiveMaximum was decreased from %s to %s for the status %s + - id: response-header-exclusive-max-increased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.exclusiveMaximum:increase + description: response header exclusiveMaximum increased + message: the %s response header's exclusiveMaximum was increased from %s to %s for the status %s + - id: response-header-exclusive-max-set + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.exclusiveMaximum:set + description: response header exclusiveMaximum set + message: the %s response header's exclusiveMaximum was set to %s for the status %s + - id: response-header-exclusive-max-unset + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.exclusiveMaximum:unset + description: response header exclusiveMaximum unset + message: the %s response header's exclusiveMaximum was unset from %s for the status %s + - id: response-header-exclusive-min-decreased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.exclusiveMinimum:decrease + description: response header exclusiveMinimum decreased + message: the %s response header's exclusiveMinimum was decreased from %s to %s for the status %s + - id: response-header-exclusive-min-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.exclusiveMinimum:increase + description: response header exclusiveMinimum increased + message: the %s response header's exclusiveMinimum was increased from %s to %s for the status %s + - id: response-header-exclusive-min-set + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.exclusiveMinimum:set + description: response header exclusiveMinimum set + message: the %s response header's exclusiveMinimum was set to %s for the status %s + - id: response-header-exclusive-min-unset + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.exclusiveMinimum:unset + description: response header exclusiveMinimum unset + message: the %s response header's exclusiveMinimum was unset from %s for the status %s + - id: response-header-max-contains-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.maxContains:decrease + description: response header maxContains decreased + message: the %s response header's maxContains was decreased from %s to %s for the status %s + - id: response-header-max-contains-increased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.maxContains:increase + description: response header maxContains increased + message: the %s response header's maxContains was increased from %s to %s for the status %s - id: response-header-max-contains-set level: info direction: response @@ -5271,6 +5691,46 @@ changes: - paths.*.*.responses.*.headers.*.schema.maxContains:unset description: response header maxContains unset message: the %s response header's maxContains was unset from %s for the status %s + - id: response-header-max-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.maximum:decrease + description: response header max decreased + message: the %s response header's max was decreased from %s to %s for the status %s + - id: response-header-max-increased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.maximum:increase + description: response header max increased + message: the %s response header's max was increased from %s to %s for the status %s + - id: response-header-max-items-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.maxItems:decrease + description: response header maxItems decreased + message: the %s response header's maxItems was decreased from %s to %s for the status %s + - id: response-header-max-items-increased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.maxItems:increase + description: response header maxItems increased + message: the %s response header's maxItems was increased from %s to %s for the status %s - id: response-header-max-items-set level: info direction: response @@ -5291,6 +5751,26 @@ changes: - paths.*.*.responses.*.headers.*.schema.maxItems:unset description: response header maxItems unset message: the %s response header's maxItems was unset from %s for the status %s + - id: response-header-max-length-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.maxLength:decrease + description: response header maxLength decreased + message: the %s response header's maxLength was decreased from %s to %s for the status %s + - id: response-header-max-length-increased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.maxLength:increase + description: response header maxLength increased + message: the %s response header's maxLength was increased from %s to %s for the status %s - id: response-header-max-length-set level: info direction: response @@ -5311,6 +5791,26 @@ changes: - paths.*.*.responses.*.headers.*.schema.maxLength:unset description: response header maxLength unset message: the %s response header's maxLength was unset from %s for the status %s + - id: response-header-max-properties-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.maxProperties:decrease + description: response header maxProperties decreased + message: the %s response header's maxProperties was decreased from %s to %s for the status %s + - id: response-header-max-properties-increased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.maxProperties:increase + description: response header maxProperties increased + message: the %s response header's maxProperties was increased from %s to %s for the status %s - id: response-header-max-properties-set level: info direction: response @@ -5351,6 +5851,26 @@ changes: - paths.*.*.responses.*.headers.*.schema.maximum:unset description: response header max unset message: the %s response header's max was unset from %s for the status %s + - id: response-header-min-contains-decreased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.minContains:decrease + description: response header minContains decreased + message: the %s response header's minContains was decreased from %s to %s for the status %s + - id: response-header-min-contains-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.minContains:increase + description: response header minContains increased + message: the %s response header's minContains was increased from %s to %s for the status %s - id: response-header-min-contains-set level: info direction: response @@ -5371,6 +5891,46 @@ changes: - paths.*.*.responses.*.headers.*.schema.minContains:unset description: response header minContains unset message: the %s response header's minContains was unset from %s for the status %s + - id: response-header-min-decreased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.minimum:decrease + description: response header min decreased + message: the %s response header's min was decreased from %s to %s for the status %s + - id: response-header-min-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.minimum:increase + description: response header min increased + message: the %s response header's min was increased from %s to %s for the status %s + - id: response-header-min-items-decreased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.minItems:decrease + description: response header minItems decreased + message: the %s response header's minItems was decreased from %s to %s for the status %s + - id: response-header-min-items-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.minItems:increase + description: response header minItems increased + message: the %s response header's minItems was increased from %s to %s for the status %s - id: response-header-min-items-set level: info direction: response @@ -5391,6 +5951,26 @@ changes: - paths.*.*.responses.*.headers.*.schema.minItems:unset description: response header minItems unset message: the %s response header's minItems was unset from %s for the status %s + - id: response-header-min-length-decreased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.minLength:decrease + description: response header minLength decreased + message: the %s response header's minLength was decreased from %s to %s for the status %s + - id: response-header-min-length-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.minLength:increase + description: response header minLength increased + message: the %s response header's minLength was increased from %s to %s for the status %s - id: response-header-min-length-set level: info direction: response @@ -5411,6 +5991,26 @@ changes: - paths.*.*.responses.*.headers.*.schema.minLength:unset description: response header minLength unset message: the %s response header's minLength was unset from %s for the status %s + - id: response-header-min-properties-decreased + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.headers.*.schema.minProperties:decrease + description: response header minProperties decreased + message: the %s response header's minProperties was decreased from %s to %s for the status %s + - id: response-header-min-properties-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.headers.*.schema.minProperties:increase + description: response header minProperties increased + message: the %s response header's minProperties was increased from %s to %s for the status %s - id: response-header-min-properties-set level: info direction: response @@ -6160,6 +6760,16 @@ changes: - paths.*.*.responses.*.content.*.schema.enum:remove description: response property enum value removed message: removed the %s enum value from the %s response property for the response status %s + - id: response-property-exclusive-max-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMaximum:decrease + description: response property exclusiveMaximum decreased + message: the %s response property's exclusiveMaximum was decreased from %s to %s for the response status %s - id: response-property-exclusive-max-increased level: error direction: response @@ -6170,6 +6780,26 @@ changes: - paths.*.*.responses.*.content.*.schema.exclusiveMaximum:increase description: response property exclusiveMaximum increased message: the %s response property's exclusiveMaximum was increased from %s to %s for the response status %s + - id: response-property-exclusive-max-set + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMaximum:set + description: response property exclusiveMaximum set + message: the %s response property's exclusiveMaximum was set to %s for the response status %s + - id: response-property-exclusive-max-unset + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMaximum:unset + description: response property exclusiveMaximum unset + message: the %s response property's exclusiveMaximum was unset from %s for the response status %s - id: response-property-exclusive-min-decreased level: error direction: response @@ -6180,6 +6810,36 @@ changes: - paths.*.*.responses.*.content.*.schema.exclusiveMinimum:decrease description: response property exclusiveMinimum decreased message: the %s response property's exclusiveMinimum was decreased from %s to %s for the response status %s + - id: response-property-exclusive-min-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMinimum:increase + description: response property exclusiveMinimum increased + message: the %s response property's exclusiveMinimum was increased from %s to %s for the response status %s + - id: response-property-exclusive-min-set + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMinimum:set + description: response property exclusiveMinimum set + message: the %s response property's exclusiveMinimum was set to %s for the response status %s + - id: response-property-exclusive-min-unset + level: error + direction: response + area: schema + kind: constraints + effect: widens + claims: + - paths.*.*.responses.*.content.*.schema.exclusiveMinimum:unset + description: response property exclusiveMinimum unset + message: the %s response property's exclusiveMinimum was unset from %s for the response status %s - id: response-property-if-added level: info direction: response @@ -6260,6 +6920,16 @@ changes: - paths.*.*.responses.*.content.*.schema.maxContains:unset description: response property maxContains unset message: the %s response property's maxContains was unset from %s for the response status %s + - id: response-property-max-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.maximum:decrease + description: response property max decreased + message: the %s response property's max was decreased from %s to %s for the response status %s - id: response-property-max-increased level: error direction: response @@ -6270,6 +6940,16 @@ changes: - paths.*.*.responses.*.content.*.schema.maximum:increase description: response property max increased message: the %s response property's max was increased from %s to %s for the response status %s + - id: response-property-max-items-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.maxItems:decrease + description: response property maxItems decreased + message: the %s response property's maxItems was decreased from %s to %s for the response status %s - id: response-property-max-items-increased level: error direction: response @@ -6300,6 +6980,16 @@ changes: - paths.*.*.responses.*.content.*.schema.maxItems:unset description: response property maxItems unset message: the %s response property's maxItems was unset from %s for the response status %s + - id: response-property-max-length-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.maxLength:decrease + description: response property maxLength decreased + message: the %s response property's maxLength was decreased from %s to %s for the response status %s - id: response-property-max-length-increased level: error direction: response @@ -6330,6 +7020,16 @@ changes: - paths.*.*.responses.*.content.*.schema.maxLength:unset description: response property max length unset message: the %s response property's maxLength was unset from %s for the response status %s + - id: response-property-max-properties-decreased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.maxProperties:decrease + description: response property maxProperties decreased + message: the %s response property's maxProperties was decreased from %s to %s for the response status %s - id: response-property-max-properties-increased level: error direction: response @@ -6430,6 +7130,16 @@ changes: - paths.*.*.responses.*.content.*.schema.minimum:decrease description: response property min decreased message: the %s response property's min was decreased from %s to %s for the response status %s + - id: response-property-min-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.minimum:increase + description: response property min increased + message: the %s response property's min was increased from %s to %s for the response status %s - id: response-property-min-items-decreased level: error direction: response @@ -6440,6 +7150,16 @@ changes: - paths.*.*.responses.*.content.*.schema.minItems:decrease description: response property min items decreased message: the %s response property's minItems was decreased from %s to %s for the response status %s + - id: response-property-min-items-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.minItems:increase + description: response property minItems increased + message: the %s response property's minItems was increased from %s to %s for the response status %s - id: response-property-min-items-set level: info direction: response @@ -6470,6 +7190,16 @@ changes: - paths.*.*.responses.*.content.*.schema.minLength:decrease description: response property min length decreased message: the %s response property's minLength was decreased from %s to %s for the response status %s + - id: response-property-min-length-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.minLength:increase + description: response property minLength increased + message: the %s response property's minLength was increased from %s to %s for the response status %s - id: response-property-min-length-set level: info direction: response @@ -6500,6 +7230,16 @@ changes: - paths.*.*.responses.*.content.*.schema.minProperties:decrease description: response property min properties decreased message: the %s response property's minProperties was decreased from %s to %s for the response status %s + - id: response-property-min-properties-increased + level: info + direction: response + area: schema + kind: constraints + effect: narrows + claims: + - paths.*.*.responses.*.content.*.schema.minProperties:increase + description: response property minProperties increased + message: the %s response property's minProperties was increased from %s to %s for the response status %s - id: response-property-min-properties-set level: info direction: response @@ -54348,35 +55088,35 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-additional-properties-changed - location: paths.*.*.parameters.*.schema.additionalProperties action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-additional-properties-set - location: paths.*.*.parameters.*.schema.additionalProperties action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-additional-properties-unset - location: paths.*.*.parameters.*.schema.allOf.* action: add polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-all-of-added - location: paths.*.*.parameters.*.schema.allOf.* action: remove polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-all-of-removed - location: paths.*.*.parameters.*.schema.allowEmptyValue action: set @@ -54393,105 +55133,105 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-any-of-added - location: paths.*.*.parameters.*.schema.anyOf.* action: remove polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-any-of-removed - location: paths.*.*.parameters.*.schema.const action: change polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-const-changed - location: paths.*.*.parameters.*.schema.const action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-const-set - location: paths.*.*.parameters.*.schema.const action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-const-unset - location: paths.*.*.parameters.*.schema.contains action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-contains-set - location: paths.*.*.parameters.*.schema.contains action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-contains-unset - location: paths.*.*.parameters.*.schema.contentEncoding action: change polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-content-encoding-changed - location: paths.*.*.parameters.*.schema.contentEncoding action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-content-encoding-set - location: paths.*.*.parameters.*.schema.contentEncoding action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-content-encoding-unset - location: paths.*.*.parameters.*.schema.contentMediaType action: change polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-content-media-type-changed - location: paths.*.*.parameters.*.schema.contentMediaType action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-content-media-type-set - location: paths.*.*.parameters.*.schema.contentMediaType action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-content-media-type-unset - location: paths.*.*.parameters.*.schema.contentSchema action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-content-schema-set - location: paths.*.*.parameters.*.schema.contentSchema action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-content-schema-unset - location: paths.*.*.parameters.*.schema.default action: change @@ -54516,42 +55256,42 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-dependent-required-added - location: paths.*.*.parameters.*.schema.dependentRequired.* action: remove polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-dependent-required-removed - location: paths.*.*.parameters.*.schema.dependentSchemas.* action: add polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-dependent-schema-added - location: paths.*.*.parameters.*.schema.dependentSchemas.* action: remove polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-dependent-schema-removed - location: paths.*.*.parameters.*.schema.deprecated action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-deprecated-set - location: paths.*.*.parameters.*.schema.deprecated action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-deprecated-unset - location: paths.*.*.parameters.*.schema.description action: change @@ -54573,70 +55313,70 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-discriminator-set - location: paths.*.*.parameters.*.schema.discriminator action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-discriminator-unset - location: paths.*.*.parameters.*.schema.discriminator.mapping.* action: add polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-mapping-added - location: paths.*.*.parameters.*.schema.discriminator.mapping.* action: change polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-mapping-changed - location: paths.*.*.parameters.*.schema.discriminator.mapping.* action: remove polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-mapping-removed - location: paths.*.*.parameters.*.schema.discriminator.mapping.* action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-mapping-set - location: paths.*.*.parameters.*.schema.discriminator.mapping.* action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-mapping-unset - location: paths.*.*.parameters.*.schema.discriminator.propertyName action: change polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-property-name-changed - location: paths.*.*.parameters.*.schema.discriminator.propertyName action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-property-name-set - location: paths.*.*.parameters.*.schema.discriminator.propertyName action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-property-name-unset - location: paths.*.*.parameters.*.schema.discriminator.x-* action: add @@ -54658,14 +55398,14 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-else-set - location: paths.*.*.parameters.*.schema.else action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-else-unset - location: paths.*.*.parameters.*.schema.enum action: add @@ -54729,10 +55469,9 @@ coverage: - location: paths.*.*.parameters.*.schema.exclusiveMaximum action: unset polarity: request - status: waived - category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' - suggestedId: request-parameter-exclusive-maximum-unset + status: covered + checks: + - request-parameter-exclusive-max-unset - location: paths.*.*.parameters.*.schema.exclusiveMinimum action: decrease polarity: request @@ -54754,10 +55493,9 @@ coverage: - location: paths.*.*.parameters.*.schema.exclusiveMinimum action: unset polarity: request - status: waived - category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' - suggestedId: request-parameter-exclusive-minimum-unset + status: covered + checks: + - request-parameter-exclusive-min-unset - location: paths.*.*.parameters.*.schema.externalDocs action: set polarity: request @@ -54845,43 +55583,41 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-if-set - location: paths.*.*.parameters.*.schema.if action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-if-unset - location: paths.*.*.parameters.*.schema.items action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-items-set - location: paths.*.*.parameters.*.schema.items action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-items-unset - location: paths.*.*.parameters.*.schema.maxContains action: decrease polarity: request - status: waived - category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' - suggestedId: request-parameter-max-contains-decreased + status: covered + checks: + - request-parameter-max-contains-decreased - location: paths.*.*.parameters.*.schema.maxContains action: increase polarity: request - status: waived - category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' - suggestedId: request-parameter-max-contains-increased + status: covered + checks: + - request-parameter-max-contains-increased - location: paths.*.*.parameters.*.schema.maxContains action: set polarity: request @@ -54945,17 +55681,15 @@ coverage: - location: paths.*.*.parameters.*.schema.maxProperties action: decrease polarity: request - status: waived - category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' - suggestedId: request-parameter-max-properties-decreased + status: covered + checks: + - request-parameter-max-properties-decreased - location: paths.*.*.parameters.*.schema.maxProperties action: increase polarity: request - status: waived - category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' - suggestedId: request-parameter-max-properties-increased + status: covered + checks: + - request-parameter-max-properties-increased - location: paths.*.*.parameters.*.schema.maxProperties action: set polarity: request @@ -54995,17 +55729,15 @@ coverage: - location: paths.*.*.parameters.*.schema.minContains action: decrease polarity: request - status: waived - category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' - suggestedId: request-parameter-min-contains-decreased + status: covered + checks: + - request-parameter-min-contains-decreased - location: paths.*.*.parameters.*.schema.minContains action: increase polarity: request - status: waived - category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' - suggestedId: request-parameter-min-contains-increased + status: covered + checks: + - request-parameter-min-contains-increased - location: paths.*.*.parameters.*.schema.minContains action: set polarity: request @@ -55069,17 +55801,15 @@ coverage: - location: paths.*.*.parameters.*.schema.minProperties action: decrease polarity: request - status: waived - category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' - suggestedId: request-parameter-min-properties-decreased + status: covered + checks: + - request-parameter-min-properties-decreased - location: paths.*.*.parameters.*.schema.minProperties action: increase polarity: request - status: waived - category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' - suggestedId: request-parameter-min-properties-increased + status: covered + checks: + - request-parameter-min-properties-increased - location: paths.*.*.parameters.*.schema.minProperties action: set polarity: request @@ -55121,14 +55851,14 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-multiple-of-decreased - location: paths.*.*.parameters.*.schema.multipleOf action: increase polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-multiple-of-increased - location: paths.*.*.parameters.*.schema.multipleOf action: set @@ -55147,14 +55877,14 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-not-set - location: paths.*.*.parameters.*.schema.not action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-not-unset - location: paths.*.*.parameters.*.schema.nullable action: set @@ -55175,14 +55905,14 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-one-of-added - location: paths.*.*.parameters.*.schema.oneOf.* action: remove polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-one-of-removed - location: paths.*.*.parameters.*.schema.pattern action: change @@ -55208,28 +55938,28 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-pattern-propertie-added - location: paths.*.*.parameters.*.schema.patternProperties.* action: remove polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-pattern-propertie-removed - location: paths.*.*.parameters.*.schema.prefixItems.* action: add polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-prefix-item-added - location: paths.*.*.parameters.*.schema.prefixItems.* action: remove polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-prefix-item-removed - location: paths.*.*.parameters.*.schema.properties.* action: add @@ -55242,35 +55972,35 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-propertie-removed - location: paths.*.*.parameters.*.schema.propertyNames action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-property-names-set - location: paths.*.*.parameters.*.schema.propertyNames action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-property-names-unset - location: paths.*.*.parameters.*.schema.readOnly action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-read-only-set - location: paths.*.*.parameters.*.schema.readOnly action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-read-only-unset - location: paths.*.*.parameters.*.schema.required action: add @@ -55283,21 +56013,21 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-required-removed - location: paths.*.*.parameters.*.schema.then action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-then-set - location: paths.*.*.parameters.*.schema.then action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-then-unset - location: paths.*.*.parameters.*.schema.title action: change @@ -55348,70 +56078,70 @@ coverage: polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-unevaluated-items-changed - location: paths.*.*.parameters.*.schema.unevaluatedItems action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-unevaluated-items-set - location: paths.*.*.parameters.*.schema.unevaluatedItems action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-unevaluated-items-unset - location: paths.*.*.parameters.*.schema.unevaluatedProperties action: change polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-unevaluated-properties-changed - location: paths.*.*.parameters.*.schema.unevaluatedProperties action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-unevaluated-properties-set - location: paths.*.*.parameters.*.schema.unevaluatedProperties action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-unevaluated-properties-unset - location: paths.*.*.parameters.*.schema.uniqueItems action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-unique-items-set - location: paths.*.*.parameters.*.schema.uniqueItems action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-unique-items-unset - location: paths.*.*.parameters.*.schema.writeOnly action: set polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-write-only-set - location: paths.*.*.parameters.*.schema.writeOnly action: unset polarity: request status: waived category: open - reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157, #1159)' + reason: 'parameter schemas are checked for type/format, enum, bounds, pattern, nullable, default, and required/property membership; the remaining schema keywords are unchecked (tracked in #1054, #1155, #1156, #1157)' suggestedId: request-parameter-write-only-unset - location: paths.*.*.parameters.*.schema.x-* action: add @@ -59233,10 +59963,10 @@ coverage: - location: paths.*.*.requestBody.content.*.schema.exclusiveMaximum action: unset polarity: request - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: request-body-exclusive-maximum-unset + status: covered + checks: + - request-body-exclusive-max-unset + - request-property-exclusive-max-unset - location: paths.*.*.requestBody.content.*.schema.exclusiveMinimum action: decrease polarity: request @@ -59262,10 +59992,10 @@ coverage: - location: paths.*.*.requestBody.content.*.schema.exclusiveMinimum action: unset polarity: request - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: request-body-exclusive-minimum-unset + status: covered + checks: + - request-body-exclusive-min-unset + - request-property-exclusive-min-unset - location: paths.*.*.requestBody.content.*.schema.externalDocs action: set polarity: request @@ -59555,10 +60285,10 @@ coverage: - location: paths.*.*.requestBody.content.*.schema.minItems action: decrease polarity: request - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: request-body-min-items-decreased + status: covered + checks: + - request-body-min-items-decreased + - request-property-min-items-decreased - location: paths.*.*.requestBody.content.*.schema.minItems action: increase polarity: request @@ -59611,10 +60341,10 @@ coverage: - location: paths.*.*.requestBody.content.*.schema.minProperties action: decrease polarity: request - status: waived - category: open - reason: 'remaining directions and non-body contexts are unchecked; the breaking directions have rules (tracked in #1159, #1171 for the set case)' - suggestedId: request-body-min-properties-decreased + status: covered + checks: + - request-body-min-properties-decreased + - request-property-min-properties-decreased - location: paths.*.*.requestBody.content.*.schema.minProperties action: increase polarity: request @@ -63809,10 +64539,10 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.exclusiveMaximum action: decrease polarity: response - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-exclusive-maximum-decreased + status: covered + checks: + - response-body-exclusive-max-decreased + - response-property-exclusive-max-decreased - location: paths.*.*.responses.*.content.*.schema.exclusiveMaximum action: increase polarity: response @@ -63823,17 +64553,17 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.exclusiveMaximum action: set polarity: response - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-exclusive-maximum-set + status: covered + checks: + - response-body-exclusive-max-set + - response-property-exclusive-max-set - location: paths.*.*.responses.*.content.*.schema.exclusiveMaximum action: unset polarity: response - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-exclusive-maximum-unset + status: covered + checks: + - response-body-exclusive-max-unset + - response-property-exclusive-max-unset - location: paths.*.*.responses.*.content.*.schema.exclusiveMinimum action: decrease polarity: response @@ -63844,24 +64574,24 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.exclusiveMinimum action: increase polarity: response - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-exclusive-minimum-increased + status: covered + checks: + - response-body-exclusive-min-increased + - response-property-exclusive-min-increased - location: paths.*.*.responses.*.content.*.schema.exclusiveMinimum action: set polarity: response - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-exclusive-minimum-set + status: covered + checks: + - response-body-exclusive-min-set + - response-property-exclusive-min-set - location: paths.*.*.responses.*.content.*.schema.exclusiveMinimum action: unset polarity: response - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-exclusive-minimum-unset + status: covered + checks: + - response-body-exclusive-min-unset + - response-property-exclusive-min-unset - location: paths.*.*.responses.*.content.*.schema.externalDocs action: set polarity: response @@ -64011,10 +64741,10 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.maxItems action: decrease polarity: response - status: waived - category: open - reason: 'remaining directions (request unset widens, response set/decrease narrow the server''s output) and non-body contexts are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-max-items-decreased + status: covered + checks: + - response-body-max-items-decreased + - response-property-max-items-decreased - location: paths.*.*.responses.*.content.*.schema.maxItems action: increase polarity: response @@ -64039,10 +64769,10 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.maxLength action: decrease polarity: response - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-max-length-decreased + status: covered + checks: + - response-body-max-length-decreased + - response-property-max-length-decreased - location: paths.*.*.responses.*.content.*.schema.maxLength action: increase polarity: response @@ -64067,10 +64797,10 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.maxProperties action: decrease polarity: response - status: waived - category: open - reason: 'remaining directions and non-body contexts are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-max-properties-decreased + status: covered + checks: + - response-body-max-properties-decreased + - response-property-max-properties-decreased - location: paths.*.*.responses.*.content.*.schema.maxProperties action: increase polarity: response @@ -64095,10 +64825,10 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.maximum action: decrease polarity: response - status: waived - category: open - reason: 'remaining directions (request unset widens, response set/decrease narrows the server''s output) are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-maximum-decreased + status: covered + checks: + - response-body-max-decreased + - response-property-max-decreased - location: paths.*.*.responses.*.content.*.schema.maximum action: increase polarity: response @@ -64158,10 +64888,10 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.minItems action: increase polarity: response - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-min-items-increased + status: covered + checks: + - response-body-min-items-increased + - response-property-min-items-increased - location: paths.*.*.responses.*.content.*.schema.minItems action: set polarity: response @@ -64186,10 +64916,10 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.minLength action: increase polarity: response - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-min-length-increased + status: covered + checks: + - response-body-min-length-increased + - response-property-min-length-increased - location: paths.*.*.responses.*.content.*.schema.minLength action: set polarity: response @@ -64214,10 +64944,10 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.minProperties action: increase polarity: response - status: waived - category: open - reason: 'remaining directions and non-body contexts are unchecked; the breaking directions have rules (tracked in #1159, #1171 for the set case)' - suggestedId: response-min-properties-increased + status: covered + checks: + - response-body-min-properties-increased + - response-property-min-properties-increased - location: paths.*.*.responses.*.content.*.schema.minProperties action: set polarity: response @@ -64242,10 +64972,10 @@ coverage: - location: paths.*.*.responses.*.content.*.schema.minimum action: increase polarity: response - status: waived - category: open - reason: 'remaining directions are unchecked; the breaking directions have rules (tracked in #1159)' - suggestedId: response-minimum-increased + status: covered + checks: + - response-body-min-increased + - response-property-min-increased - location: paths.*.*.responses.*.content.*.schema.minimum action: set polarity: response @@ -64552,7 +65282,7 @@ coverage: polarity: response status: waived category: open - reason: 'response set (narrowing the output) and non-body contexts are unchecked; the breaking directions have rules (tracked in #1159)' + reason: response set (narrowing the output) and parameter/header scopes are unchecked; a flag rather than an ordered bound, so outside the generated set/unset rules suggestedId: response-unique-items-set - location: paths.*.*.responses.*.content.*.schema.uniqueItems action: unset @@ -64746,126 +65476,126 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-allow-reserved-set - location: paths.*.*.responses.*.headers.*.allowReserved action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-allow-reserved-unset - location: paths.*.*.responses.*.headers.*.content.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-added - location: paths.*.*.responses.*.headers.*.content.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-removed - location: paths.*.*.responses.*.headers.*.content.*.encoding.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-encoding-added - location: paths.*.*.responses.*.headers.*.content.*.encoding.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-encoding-removed - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.allowReserved action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-allow-reserved-set - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.allowReserved action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-allow-reserved-unset - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.contentType action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-type-changed - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.contentType action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-type-set - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.contentType action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-type-unset - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.explode action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-explode-set - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.explode action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-explode-unset - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.headers.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-added - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.headers.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-removed - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.style action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-style-changed - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.style action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-style-set - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.style action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-style-unset - location: paths.*.*.responses.*.headers.*.content.*.encoding.*.x-* action: add @@ -64987,189 +65717,189 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-item-schema-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-item-schema-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$anchor action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-anchor-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$anchor action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-anchor-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$anchor action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-anchor-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$comment action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-comment-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$comment action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-comment-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$comment action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-comment-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$defs.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-def-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$defs.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-def-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$dynamicAnchor action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dynamic-anchor-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$dynamicAnchor action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dynamic-anchor-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$dynamicAnchor action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dynamic-anchor-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$dynamicRef action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dynamic-ref-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$dynamicRef action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dynamic-ref-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$dynamicRef action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dynamic-ref-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$id action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-id-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$id action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-id-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$id action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-id-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$schema action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-schema-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$schema action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-schema-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.$schema action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-schema-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.additionalProperties action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-additional-properties-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.additionalProperties action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-additional-properties-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.additionalProperties action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-additional-properties-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.allOf.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-all-of-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.allOf.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-all-of-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.allowEmptyValue action: set @@ -65186,168 +65916,168 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-any-of-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.anyOf.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-any-of-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.const action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-const-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.const action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-const-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.const action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-const-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.contains action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-contains-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.contains action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-contains-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.contentEncoding action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-encoding-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.contentEncoding action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-encoding-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.contentEncoding action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-encoding-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.contentMediaType action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-media-type-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.contentMediaType action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-media-type-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.contentMediaType action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-media-type-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.contentSchema action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-schema-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.contentSchema action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-schema-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.default action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-default-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.default action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-default-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.default action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-default-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.dependentRequired.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-required-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.dependentRequired.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-required-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.dependentSchemas.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-schema-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.dependentSchemas.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-schema-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.deprecated action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-deprecated-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.deprecated action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-deprecated-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.description action: change @@ -65369,70 +66099,70 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-discriminator-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.discriminator action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-discriminator-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.discriminator.mapping.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.discriminator.mapping.* action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.discriminator.mapping.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.discriminator.mapping.* action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.discriminator.mapping.* action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.discriminator.propertyName action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-name-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.discriminator.propertyName action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-name-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.discriminator.propertyName action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-name-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.discriminator.x-* action: add @@ -65454,28 +66184,28 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-else-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.else action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-else-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.enum action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-enum-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.enum action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-enum-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.example action: change @@ -65507,56 +66237,56 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-maximum-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.exclusiveMaximum action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-maximum-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.exclusiveMaximum action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-maximum-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.exclusiveMaximum action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-maximum-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.exclusiveMinimum action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-minimum-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.exclusiveMinimum action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-minimum-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.exclusiveMinimum action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-minimum-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.exclusiveMinimum action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-minimum-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.externalDocs action: set @@ -65618,518 +66348,518 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-format-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.format action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-format-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.format action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-format-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.if action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-if-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.if action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-if-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.items action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-items-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.items action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-items-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxContains action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-contains-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxContains action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-contains-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxContains action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-contains-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxContains action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-contains-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxItems action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-items-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxItems action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-items-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxItems action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-items-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxItems action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-items-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxLength action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-length-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxLength action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-length-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxLength action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-length-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxLength action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-length-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxProperties action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-properties-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxProperties action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-properties-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxProperties action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-properties-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maxProperties action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-properties-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maximum action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-maximum-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maximum action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-maximum-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maximum action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-maximum-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.maximum action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-maximum-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minContains action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-contains-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minContains action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-contains-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minContains action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-contains-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minContains action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-contains-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minItems action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-items-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minItems action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-items-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minItems action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-items-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minItems action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-items-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minLength action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-length-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minLength action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-length-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minLength action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-length-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minLength action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-length-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minProperties action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-properties-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minProperties action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-properties-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minProperties action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-properties-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minProperties action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-properties-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minimum action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-minimum-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minimum action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-minimum-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minimum action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-minimum-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.minimum action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-minimum-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.multipleOf action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-multiple-of-decreased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.multipleOf action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-multiple-of-increased - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.multipleOf action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-multiple-of-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.multipleOf action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-multiple-of-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.not action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-not-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.not action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-not-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.nullable action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-nullable-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.nullable action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-nullable-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.oneOf.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-one-of-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.oneOf.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-one-of-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.pattern action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.pattern action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.pattern action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.patternProperties.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-propertie-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.patternProperties.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-propertie-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.prefixItems.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-prefix-item-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.prefixItems.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-prefix-item-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.properties.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-propertie-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.properties.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-propertie-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.propertyNames action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-names-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.propertyNames action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-names-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.readOnly action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-read-only-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.readOnly action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-read-only-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.required action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-required-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.required action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-required-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.then action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-then-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.then action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-then-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.title action: change @@ -66151,84 +66881,84 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-type-added - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.type action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-type-removed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.unevaluatedItems action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-items-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.unevaluatedItems action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-items-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.unevaluatedItems action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-items-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.unevaluatedProperties action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-properties-changed - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.unevaluatedProperties action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-properties-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.unevaluatedProperties action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-properties-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.uniqueItems action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unique-items-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.uniqueItems action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unique-items-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.writeOnly action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-write-only-set - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.writeOnly action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-write-only-unset - location: paths.*.*.responses.*.headers.*.content.*.itemSchema.x-* action: add @@ -66340,14 +67070,14 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-schema-set - location: paths.*.*.responses.*.headers.*.content.*.schema action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-schema-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.$anchor action: change @@ -66454,35 +67184,35 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-additional-properties-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.additionalProperties action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-additional-properties-set - location: paths.*.*.responses.*.headers.*.content.*.schema.additionalProperties action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-additional-properties-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.allOf.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-all-of-added - location: paths.*.*.responses.*.headers.*.content.*.schema.allOf.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-all-of-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.allowEmptyValue action: set @@ -66499,168 +67229,168 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-any-of-added - location: paths.*.*.responses.*.headers.*.content.*.schema.anyOf.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-any-of-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.const action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-const-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.const action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-const-set - location: paths.*.*.responses.*.headers.*.content.*.schema.const action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-const-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.contains action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-contains-set - location: paths.*.*.responses.*.headers.*.content.*.schema.contains action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-contains-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.contentEncoding action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-encoding-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.contentEncoding action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-encoding-set - location: paths.*.*.responses.*.headers.*.content.*.schema.contentEncoding action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-encoding-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.contentMediaType action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-media-type-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.contentMediaType action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-media-type-set - location: paths.*.*.responses.*.headers.*.content.*.schema.contentMediaType action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-media-type-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.contentSchema action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-schema-set - location: paths.*.*.responses.*.headers.*.content.*.schema.contentSchema action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-schema-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.default action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-default-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.default action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-default-set - location: paths.*.*.responses.*.headers.*.content.*.schema.default action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-default-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.dependentRequired.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-required-added - location: paths.*.*.responses.*.headers.*.content.*.schema.dependentRequired.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-required-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.dependentSchemas.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-schema-added - location: paths.*.*.responses.*.headers.*.content.*.schema.dependentSchemas.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-schema-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.deprecated action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-deprecated-set - location: paths.*.*.responses.*.headers.*.content.*.schema.deprecated action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-deprecated-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.description action: change @@ -66682,70 +67412,70 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-discriminator-set - location: paths.*.*.responses.*.headers.*.content.*.schema.discriminator action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-discriminator-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.discriminator.mapping.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-added - location: paths.*.*.responses.*.headers.*.content.*.schema.discriminator.mapping.* action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.discriminator.mapping.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.discriminator.mapping.* action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-set - location: paths.*.*.responses.*.headers.*.content.*.schema.discriminator.mapping.* action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.discriminator.propertyName action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-name-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.discriminator.propertyName action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-name-set - location: paths.*.*.responses.*.headers.*.content.*.schema.discriminator.propertyName action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-name-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.discriminator.x-* action: add @@ -66767,28 +67497,28 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-else-set - location: paths.*.*.responses.*.headers.*.content.*.schema.else action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-else-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.enum action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-enum-added - location: paths.*.*.responses.*.headers.*.content.*.schema.enum action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-enum-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.example action: change @@ -66820,56 +67550,56 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-maximum-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.exclusiveMaximum action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-maximum-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.exclusiveMaximum action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-maximum-set - location: paths.*.*.responses.*.headers.*.content.*.schema.exclusiveMaximum action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-maximum-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.exclusiveMinimum action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-minimum-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.exclusiveMinimum action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-minimum-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.exclusiveMinimum action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-minimum-set - location: paths.*.*.responses.*.headers.*.content.*.schema.exclusiveMinimum action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-exclusive-minimum-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.externalDocs action: set @@ -66931,518 +67661,518 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-format-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.format action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-format-set - location: paths.*.*.responses.*.headers.*.content.*.schema.format action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-format-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.if action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-if-set - location: paths.*.*.responses.*.headers.*.content.*.schema.if action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-if-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.items action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-items-set - location: paths.*.*.responses.*.headers.*.content.*.schema.items action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-items-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.maxContains action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-contains-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.maxContains action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-contains-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.maxContains action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-contains-set - location: paths.*.*.responses.*.headers.*.content.*.schema.maxContains action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-contains-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.maxItems action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-items-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.maxItems action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-items-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.maxItems action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-items-set - location: paths.*.*.responses.*.headers.*.content.*.schema.maxItems action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-items-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.maxLength action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-length-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.maxLength action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-length-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.maxLength action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-length-set - location: paths.*.*.responses.*.headers.*.content.*.schema.maxLength action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-length-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.maxProperties action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-properties-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.maxProperties action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-properties-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.maxProperties action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-properties-set - location: paths.*.*.responses.*.headers.*.content.*.schema.maxProperties action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-max-properties-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.maximum action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-maximum-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.maximum action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-maximum-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.maximum action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-maximum-set - location: paths.*.*.responses.*.headers.*.content.*.schema.maximum action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-maximum-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.minContains action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-contains-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.minContains action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-contains-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.minContains action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-contains-set - location: paths.*.*.responses.*.headers.*.content.*.schema.minContains action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-contains-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.minItems action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-items-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.minItems action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-items-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.minItems action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-items-set - location: paths.*.*.responses.*.headers.*.content.*.schema.minItems action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-items-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.minLength action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-length-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.minLength action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-length-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.minLength action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-length-set - location: paths.*.*.responses.*.headers.*.content.*.schema.minLength action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-length-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.minProperties action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-properties-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.minProperties action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-properties-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.minProperties action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-properties-set - location: paths.*.*.responses.*.headers.*.content.*.schema.minProperties action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-min-properties-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.minimum action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-minimum-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.minimum action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-minimum-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.minimum action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-minimum-set - location: paths.*.*.responses.*.headers.*.content.*.schema.minimum action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-minimum-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.multipleOf action: decrease polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-multiple-of-decreased - location: paths.*.*.responses.*.headers.*.content.*.schema.multipleOf action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-multiple-of-increased - location: paths.*.*.responses.*.headers.*.content.*.schema.multipleOf action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-multiple-of-set - location: paths.*.*.responses.*.headers.*.content.*.schema.multipleOf action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-multiple-of-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.not action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-not-set - location: paths.*.*.responses.*.headers.*.content.*.schema.not action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-not-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.nullable action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-nullable-set - location: paths.*.*.responses.*.headers.*.content.*.schema.nullable action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-nullable-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.oneOf.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-one-of-added - location: paths.*.*.responses.*.headers.*.content.*.schema.oneOf.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-one-of-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.pattern action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.pattern action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-set - location: paths.*.*.responses.*.headers.*.content.*.schema.pattern action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.patternProperties.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-propertie-added - location: paths.*.*.responses.*.headers.*.content.*.schema.patternProperties.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-propertie-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.prefixItems.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-prefix-item-added - location: paths.*.*.responses.*.headers.*.content.*.schema.prefixItems.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-prefix-item-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.properties.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-propertie-added - location: paths.*.*.responses.*.headers.*.content.*.schema.properties.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-propertie-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.propertyNames action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-names-set - location: paths.*.*.responses.*.headers.*.content.*.schema.propertyNames action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-names-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.readOnly action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-read-only-set - location: paths.*.*.responses.*.headers.*.content.*.schema.readOnly action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-read-only-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.required action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-required-added - location: paths.*.*.responses.*.headers.*.content.*.schema.required action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-required-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.then action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-then-set - location: paths.*.*.responses.*.headers.*.content.*.schema.then action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-then-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.title action: change @@ -67464,84 +68194,84 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-type-added - location: paths.*.*.responses.*.headers.*.content.*.schema.type action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-type-removed - location: paths.*.*.responses.*.headers.*.content.*.schema.unevaluatedItems action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-items-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.unevaluatedItems action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-items-set - location: paths.*.*.responses.*.headers.*.content.*.schema.unevaluatedItems action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-items-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.unevaluatedProperties action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-properties-changed - location: paths.*.*.responses.*.headers.*.content.*.schema.unevaluatedProperties action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-properties-set - location: paths.*.*.responses.*.headers.*.content.*.schema.unevaluatedProperties action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-properties-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.uniqueItems action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unique-items-set - location: paths.*.*.responses.*.headers.*.content.*.schema.uniqueItems action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unique-items-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.writeOnly action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-write-only-set - location: paths.*.*.responses.*.headers.*.content.*.schema.writeOnly action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-write-only-unset - location: paths.*.*.responses.*.headers.*.content.*.schema.x-* action: add @@ -67668,14 +68398,14 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-deprecated-set - location: paths.*.*.responses.*.headers.*.deprecated action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-deprecated-unset - location: paths.*.*.responses.*.headers.*.description action: change @@ -67797,14 +68527,14 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-explode-set - location: paths.*.*.responses.*.headers.*.explode action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-explode-unset - location: paths.*.*.responses.*.headers.*.in action: change @@ -67841,7 +68571,7 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-required-set - location: paths.*.*.responses.*.headers.*.required action: unset @@ -67854,14 +68584,14 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-schema-set - location: paths.*.*.responses.*.headers.*.schema action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-schema-unset - location: paths.*.*.responses.*.headers.*.schema.$anchor action: change @@ -67968,35 +68698,35 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-additional-properties-changed - location: paths.*.*.responses.*.headers.*.schema.additionalProperties action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-additional-properties-set - location: paths.*.*.responses.*.headers.*.schema.additionalProperties action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-additional-properties-unset - location: paths.*.*.responses.*.headers.*.schema.allOf.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-all-of-added - location: paths.*.*.responses.*.headers.*.schema.allOf.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-all-of-removed - location: paths.*.*.responses.*.headers.*.schema.allowEmptyValue action: set @@ -68013,168 +68743,168 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-any-of-added - location: paths.*.*.responses.*.headers.*.schema.anyOf.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-any-of-removed - location: paths.*.*.responses.*.headers.*.schema.const action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-const-changed - location: paths.*.*.responses.*.headers.*.schema.const action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-const-set - location: paths.*.*.responses.*.headers.*.schema.const action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-const-unset - location: paths.*.*.responses.*.headers.*.schema.contains action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-contains-set - location: paths.*.*.responses.*.headers.*.schema.contains action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-contains-unset - location: paths.*.*.responses.*.headers.*.schema.contentEncoding action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-encoding-changed - location: paths.*.*.responses.*.headers.*.schema.contentEncoding action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-encoding-set - location: paths.*.*.responses.*.headers.*.schema.contentEncoding action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-encoding-unset - location: paths.*.*.responses.*.headers.*.schema.contentMediaType action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-media-type-changed - location: paths.*.*.responses.*.headers.*.schema.contentMediaType action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-media-type-set - location: paths.*.*.responses.*.headers.*.schema.contentMediaType action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-media-type-unset - location: paths.*.*.responses.*.headers.*.schema.contentSchema action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-schema-set - location: paths.*.*.responses.*.headers.*.schema.contentSchema action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-content-schema-unset - location: paths.*.*.responses.*.headers.*.schema.default action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-default-changed - location: paths.*.*.responses.*.headers.*.schema.default action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-default-set - location: paths.*.*.responses.*.headers.*.schema.default action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-default-unset - location: paths.*.*.responses.*.headers.*.schema.dependentRequired.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-required-added - location: paths.*.*.responses.*.headers.*.schema.dependentRequired.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-required-removed - location: paths.*.*.responses.*.headers.*.schema.dependentSchemas.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-schema-added - location: paths.*.*.responses.*.headers.*.schema.dependentSchemas.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-dependent-schema-removed - location: paths.*.*.responses.*.headers.*.schema.deprecated action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-deprecated-set - location: paths.*.*.responses.*.headers.*.schema.deprecated action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-deprecated-unset - location: paths.*.*.responses.*.headers.*.schema.description action: change @@ -68196,70 +68926,70 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-discriminator-set - location: paths.*.*.responses.*.headers.*.schema.discriminator action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-discriminator-unset - location: paths.*.*.responses.*.headers.*.schema.discriminator.mapping.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-added - location: paths.*.*.responses.*.headers.*.schema.discriminator.mapping.* action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-changed - location: paths.*.*.responses.*.headers.*.schema.discriminator.mapping.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-removed - location: paths.*.*.responses.*.headers.*.schema.discriminator.mapping.* action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-set - location: paths.*.*.responses.*.headers.*.schema.discriminator.mapping.* action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-mapping-unset - location: paths.*.*.responses.*.headers.*.schema.discriminator.propertyName action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-name-changed - location: paths.*.*.responses.*.headers.*.schema.discriminator.propertyName action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-name-set - location: paths.*.*.responses.*.headers.*.schema.discriminator.propertyName action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-name-unset - location: paths.*.*.responses.*.headers.*.schema.discriminator.x-* action: add @@ -68281,28 +69011,28 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-else-set - location: paths.*.*.responses.*.headers.*.schema.else action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-else-unset - location: paths.*.*.responses.*.headers.*.schema.enum action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-enum-added - location: paths.*.*.responses.*.headers.*.schema.enum action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-enum-removed - location: paths.*.*.responses.*.headers.*.schema.example action: change @@ -68332,59 +69062,51 @@ coverage: - location: paths.*.*.responses.*.headers.*.schema.exclusiveMaximum action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-exclusive-maximum-decreased + status: covered + checks: + - response-header-exclusive-max-decreased - location: paths.*.*.responses.*.headers.*.schema.exclusiveMaximum action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-exclusive-maximum-increased + status: covered + checks: + - response-header-exclusive-max-increased - location: paths.*.*.responses.*.headers.*.schema.exclusiveMaximum action: set polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-exclusive-maximum-set + status: covered + checks: + - response-header-exclusive-max-set - location: paths.*.*.responses.*.headers.*.schema.exclusiveMaximum action: unset polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-exclusive-maximum-unset + status: covered + checks: + - response-header-exclusive-max-unset - location: paths.*.*.responses.*.headers.*.schema.exclusiveMinimum action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-exclusive-minimum-decreased + status: covered + checks: + - response-header-exclusive-min-decreased - location: paths.*.*.responses.*.headers.*.schema.exclusiveMinimum action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-exclusive-minimum-increased + status: covered + checks: + - response-header-exclusive-min-increased - location: paths.*.*.responses.*.headers.*.schema.exclusiveMinimum action: set polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-exclusive-minimum-set + status: covered + checks: + - response-header-exclusive-min-set - location: paths.*.*.responses.*.headers.*.schema.exclusiveMinimum action: unset polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-exclusive-minimum-unset + status: covered + checks: + - response-header-exclusive-min-unset - location: paths.*.*.responses.*.headers.*.schema.externalDocs action: set polarity: response @@ -68470,43 +69192,41 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-if-set - location: paths.*.*.responses.*.headers.*.schema.if action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-if-unset - location: paths.*.*.responses.*.headers.*.schema.items action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-items-set - location: paths.*.*.responses.*.headers.*.schema.items action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-items-unset - location: paths.*.*.responses.*.headers.*.schema.maxContains action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-max-contains-decreased + status: covered + checks: + - response-header-max-contains-decreased - location: paths.*.*.responses.*.headers.*.schema.maxContains action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-max-contains-increased + status: covered + checks: + - response-header-max-contains-increased - location: paths.*.*.responses.*.headers.*.schema.maxContains action: set polarity: response @@ -68522,17 +69242,15 @@ coverage: - location: paths.*.*.responses.*.headers.*.schema.maxItems action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-max-items-decreased + status: covered + checks: + - response-header-max-items-decreased - location: paths.*.*.responses.*.headers.*.schema.maxItems action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-max-items-increased + status: covered + checks: + - response-header-max-items-increased - location: paths.*.*.responses.*.headers.*.schema.maxItems action: set polarity: response @@ -68548,17 +69266,15 @@ coverage: - location: paths.*.*.responses.*.headers.*.schema.maxLength action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-max-length-decreased + status: covered + checks: + - response-header-max-length-decreased - location: paths.*.*.responses.*.headers.*.schema.maxLength action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-max-length-increased + status: covered + checks: + - response-header-max-length-increased - location: paths.*.*.responses.*.headers.*.schema.maxLength action: set polarity: response @@ -68574,17 +69290,15 @@ coverage: - location: paths.*.*.responses.*.headers.*.schema.maxProperties action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-max-properties-decreased + status: covered + checks: + - response-header-max-properties-decreased - location: paths.*.*.responses.*.headers.*.schema.maxProperties action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-max-properties-increased + status: covered + checks: + - response-header-max-properties-increased - location: paths.*.*.responses.*.headers.*.schema.maxProperties action: set polarity: response @@ -68600,17 +69314,15 @@ coverage: - location: paths.*.*.responses.*.headers.*.schema.maximum action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-maximum-decreased + status: covered + checks: + - response-header-max-decreased - location: paths.*.*.responses.*.headers.*.schema.maximum action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-maximum-increased + status: covered + checks: + - response-header-max-increased - location: paths.*.*.responses.*.headers.*.schema.maximum action: set polarity: response @@ -68626,17 +69338,15 @@ coverage: - location: paths.*.*.responses.*.headers.*.schema.minContains action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-min-contains-decreased + status: covered + checks: + - response-header-min-contains-decreased - location: paths.*.*.responses.*.headers.*.schema.minContains action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-min-contains-increased + status: covered + checks: + - response-header-min-contains-increased - location: paths.*.*.responses.*.headers.*.schema.minContains action: set polarity: response @@ -68652,17 +69362,15 @@ coverage: - location: paths.*.*.responses.*.headers.*.schema.minItems action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-min-items-decreased + status: covered + checks: + - response-header-min-items-decreased - location: paths.*.*.responses.*.headers.*.schema.minItems action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-min-items-increased + status: covered + checks: + - response-header-min-items-increased - location: paths.*.*.responses.*.headers.*.schema.minItems action: set polarity: response @@ -68678,17 +69386,15 @@ coverage: - location: paths.*.*.responses.*.headers.*.schema.minLength action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-min-length-decreased + status: covered + checks: + - response-header-min-length-decreased - location: paths.*.*.responses.*.headers.*.schema.minLength action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-min-length-increased + status: covered + checks: + - response-header-min-length-increased - location: paths.*.*.responses.*.headers.*.schema.minLength action: set polarity: response @@ -68704,17 +69410,15 @@ coverage: - location: paths.*.*.responses.*.headers.*.schema.minProperties action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-min-properties-decreased + status: covered + checks: + - response-header-min-properties-decreased - location: paths.*.*.responses.*.headers.*.schema.minProperties action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-min-properties-increased + status: covered + checks: + - response-header-min-properties-increased - location: paths.*.*.responses.*.headers.*.schema.minProperties action: set polarity: response @@ -68730,17 +69434,15 @@ coverage: - location: paths.*.*.responses.*.headers.*.schema.minimum action: decrease polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-minimum-decreased + status: covered + checks: + - response-header-min-decreased - location: paths.*.*.responses.*.headers.*.schema.minimum action: increase polarity: response - status: waived - category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' - suggestedId: response-header-minimum-increased + status: covered + checks: + - response-header-min-increased - location: paths.*.*.responses.*.headers.*.schema.minimum action: set polarity: response @@ -68758,14 +69460,14 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-multiple-of-decreased - location: paths.*.*.responses.*.headers.*.schema.multipleOf action: increase polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-multiple-of-increased - location: paths.*.*.responses.*.headers.*.schema.multipleOf action: set @@ -68784,14 +69486,14 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-not-set - location: paths.*.*.responses.*.headers.*.schema.not action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-not-unset - location: paths.*.*.responses.*.headers.*.schema.nullable action: set @@ -68810,133 +69512,133 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-one-of-added - location: paths.*.*.responses.*.headers.*.schema.oneOf.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-one-of-removed - location: paths.*.*.responses.*.headers.*.schema.pattern action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-changed - location: paths.*.*.responses.*.headers.*.schema.pattern action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-set - location: paths.*.*.responses.*.headers.*.schema.pattern action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-unset - location: paths.*.*.responses.*.headers.*.schema.patternProperties.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-propertie-added - location: paths.*.*.responses.*.headers.*.schema.patternProperties.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-pattern-propertie-removed - location: paths.*.*.responses.*.headers.*.schema.prefixItems.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-prefix-item-added - location: paths.*.*.responses.*.headers.*.schema.prefixItems.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-prefix-item-removed - location: paths.*.*.responses.*.headers.*.schema.properties.* action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-propertie-added - location: paths.*.*.responses.*.headers.*.schema.properties.* action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-propertie-removed - location: paths.*.*.responses.*.headers.*.schema.propertyNames action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-names-set - location: paths.*.*.responses.*.headers.*.schema.propertyNames action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-property-names-unset - location: paths.*.*.responses.*.headers.*.schema.readOnly action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-read-only-set - location: paths.*.*.responses.*.headers.*.schema.readOnly action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-read-only-unset - location: paths.*.*.responses.*.headers.*.schema.required action: add polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-required-added - location: paths.*.*.responses.*.headers.*.schema.required action: remove polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-required-removed - location: paths.*.*.responses.*.headers.*.schema.then action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-then-set - location: paths.*.*.responses.*.headers.*.schema.then action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-then-unset - location: paths.*.*.responses.*.headers.*.schema.title action: change @@ -68978,70 +69680,70 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-items-changed - location: paths.*.*.responses.*.headers.*.schema.unevaluatedItems action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-items-set - location: paths.*.*.responses.*.headers.*.schema.unevaluatedItems action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-items-unset - location: paths.*.*.responses.*.headers.*.schema.unevaluatedProperties action: change polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-properties-changed - location: paths.*.*.responses.*.headers.*.schema.unevaluatedProperties action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-properties-set - location: paths.*.*.responses.*.headers.*.schema.unevaluatedProperties action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unevaluated-properties-unset - location: paths.*.*.responses.*.headers.*.schema.uniqueItems action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unique-items-set - location: paths.*.*.responses.*.headers.*.schema.uniqueItems action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-unique-items-unset - location: paths.*.*.responses.*.headers.*.schema.writeOnly action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-write-only-set - location: paths.*.*.responses.*.headers.*.schema.writeOnly action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-write-only-unset - location: paths.*.*.responses.*.headers.*.schema.x-* action: add @@ -69153,21 +69855,21 @@ coverage: polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-style-changed - location: paths.*.*.responses.*.headers.*.style action: set polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-style-set - location: paths.*.*.responses.*.headers.*.style action: unset polarity: response status: waived category: open - reason: 'response headers are checked for existence, required, and schema type/format/nullable only; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' + reason: 'response headers are checked for existence, required, and schema type/format/nullable and the bound keywords; serialization fields, the content form, and the remaining schema keywords are unchecked (tracked in #1162)' suggestedId: response-header-style-unset - location: paths.*.*.responses.*.headers.*.x-* action: add