diff --git a/api-specs/Konnect/control-planes-config/control-planes-config.yaml b/api-specs/Konnect/control-planes-config/control-planes-config.yaml index 0bbaefe8d891..c946eae49124 100644 --- a/api-specs/Konnect/control-planes-config/control-planes-config.yaml +++ b/api-specs/Konnect/control-planes-config/control-planes-config.yaml @@ -4540,13 +4540,7 @@ components: nullable: true enum: - required - - enum - - min_length - max_length - - min_digits - - min_lowercase - - min_uppercase - - min_symbols - is_array - is_base64 - is_boolean @@ -4557,11 +4551,18 @@ components: - is_object - is_string - is_uuid + - is_fqdn + - is_arn - unknown_property - is_label - matches_regex - InvalidParameterChoiceItem: + - invalid + - is_supported_network_availability_zone_list + - is_supported_network_cidr_block + - is_supported_provider_region + InvalidParameterStandard: type: object + additionalProperties: false properties: field: type: string @@ -4569,6 +4570,65 @@ components: readOnly: true rule: $ref: '#/components/schemas/InvalidRules' + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + InvalidParameterMinimumLength: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - min_length + - min_digits + - min_lowercase + - min_uppercase + - min_symbols + minimum: + type: integer + example: 8 + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + - rule + - minimum + InvalidParameterChoiceItem: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - enum reason: type: string example: is a required field @@ -4576,14 +4636,21 @@ components: choices: type: array uniqueItems: true - nullable: true - items: {} readOnly: true + nullable: false + minimum: 1 + items: {} + source: + type: string + example: body required: - field - reason + - rule + - choices InvalidParameterDependentItem: type: object + additionalProperties: false properties: field: type: string @@ -4606,6 +4673,9 @@ components: nullable: true items: {} readOnly: true + source: + type: string + example: body required: - field - rule @@ -4619,6 +4689,8 @@ components: description: invalid parameters items: oneOf: + - $ref: '#/components/schemas/InvalidParameterStandard' + - $ref: '#/components/schemas/InvalidParameterMinimumLength' - $ref: '#/components/schemas/InvalidParameterChoiceItem' - $ref: '#/components/schemas/InvalidParameterDependentItem' BadRequestError: diff --git a/api-specs/Konnect/v0/yaml/mesh-control-planes.yaml b/api-specs/Konnect/v0/yaml/mesh-control-planes.yaml index 494dc3ae99e5..738237bf2fff 100644 --- a/api-specs/Konnect/v0/yaml/mesh-control-planes.yaml +++ b/api-specs/Konnect/v0/yaml/mesh-control-planes.yaml @@ -363,13 +363,7 @@ components: nullable: true enum: - required - - enum - - min_length - max_length - - min_digits - - min_lowercase - - min_uppercase - - min_symbols - is_array - is_base64 - is_boolean @@ -380,11 +374,18 @@ components: - is_object - is_string - is_uuid + - is_fqdn + - is_arn - unknown_property - is_label - matches_regex - InvalidParameterChoiceItem: + - invalid + - is_supported_network_availability_zone_list + - is_supported_network_cidr_block + - is_supported_provider_region + InvalidParameterStandard: type: object + additionalProperties: false properties: field: type: string @@ -392,6 +393,65 @@ components: readOnly: true rule: $ref: '#/components/schemas/InvalidRules' + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + InvalidParameterMinimumLength: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - min_length + - min_digits + - min_lowercase + - min_uppercase + - min_symbols + minimum: + type: integer + example: 8 + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + - rule + - minimum + InvalidParameterChoiceItem: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - enum reason: type: string example: is a required field @@ -399,14 +459,21 @@ components: choices: type: array uniqueItems: true - nullable: true - items: {} readOnly: true + nullable: false + minimum: 1 + items: {} + source: + type: string + example: body required: - field - reason + - rule + - choices InvalidParameterDependentItem: type: object + additionalProperties: false properties: field: type: string @@ -429,6 +496,9 @@ components: nullable: true items: {} readOnly: true + source: + type: string + example: body required: - field - rule @@ -442,6 +512,8 @@ components: description: invalid parameters items: oneOf: + - $ref: '#/components/schemas/InvalidParameterStandard' + - $ref: '#/components/schemas/InvalidParameterMinimumLength' - $ref: '#/components/schemas/InvalidParameterChoiceItem' - $ref: '#/components/schemas/InvalidParameterDependentItem' BadRequestError: diff --git a/api-specs/Konnect/v1/yaml/ksearch.yaml b/api-specs/Konnect/v1/yaml/ksearch.yaml index edf6a09d3b0d..41077925c81b 100644 --- a/api-specs/Konnect/v1/yaml/ksearch.yaml +++ b/api-specs/Konnect/v1/yaml/ksearch.yaml @@ -282,13 +282,7 @@ components: nullable: true enum: - required - - enum - - min_length - max_length - - min_digits - - min_lowercase - - min_uppercase - - min_symbols - is_array - is_base64 - is_boolean @@ -299,11 +293,18 @@ components: - is_object - is_string - is_uuid + - is_fqdn + - is_arn - unknown_property - is_label - matches_regex - InvalidParameterChoiceItem: + - invalid + - is_supported_network_availability_zone_list + - is_supported_network_cidr_block + - is_supported_provider_region + InvalidParameterStandard: type: object + additionalProperties: false properties: field: type: string @@ -311,6 +312,65 @@ components: readOnly: true rule: $ref: '#/components/schemas/InvalidRules' + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + InvalidParameterMinimumLength: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - min_length + - min_digits + - min_lowercase + - min_uppercase + - min_symbols + minimum: + type: integer + example: 8 + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + - rule + - minimum + InvalidParameterChoiceItem: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - enum reason: type: string example: is a required field @@ -318,14 +378,21 @@ components: choices: type: array uniqueItems: true - nullable: true - items: {} readOnly: true + nullable: false + minimum: 1 + items: {} + source: + type: string + example: body required: - field - reason + - rule + - choices InvalidParameterDependentItem: type: object + additionalProperties: false properties: field: type: string @@ -348,6 +415,9 @@ components: nullable: true items: {} readOnly: true + source: + type: string + example: body required: - field - rule @@ -361,6 +431,8 @@ components: description: invalid parameters items: oneOf: + - $ref: '#/components/schemas/InvalidParameterStandard' + - $ref: '#/components/schemas/InvalidParameterMinimumLength' - $ref: '#/components/schemas/InvalidParameterChoiceItem' - $ref: '#/components/schemas/InvalidParameterDependentItem' BadRequestError: diff --git a/api-specs/Konnect/v2/yaml/api-products.yaml b/api-specs/Konnect/v2/yaml/api-products.yaml index 8bf6d51d95d0..c4ef643e4b56 100644 --- a/api-specs/Konnect/v2/yaml/api-products.yaml +++ b/api-specs/Konnect/v2/yaml/api-products.yaml @@ -1953,13 +1953,7 @@ components: nullable: true enum: - required - - enum - - min_length - max_length - - min_digits - - min_lowercase - - min_uppercase - - min_symbols - is_array - is_base64 - is_boolean @@ -1970,11 +1964,18 @@ components: - is_object - is_string - is_uuid + - is_fqdn + - is_arn - unknown_property - is_label - matches_regex - InvalidParameterChoiceItem: + - invalid + - is_supported_network_availability_zone_list + - is_supported_network_cidr_block + - is_supported_provider_region + InvalidParameterStandard: type: object + additionalProperties: false properties: field: type: string @@ -1982,6 +1983,65 @@ components: readOnly: true rule: $ref: '#/components/schemas/InvalidRules' + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + InvalidParameterMinimumLength: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - min_length + - min_digits + - min_lowercase + - min_uppercase + - min_symbols + minimum: + type: integer + example: 8 + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + - rule + - minimum + InvalidParameterChoiceItem: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - enum reason: type: string example: is a required field @@ -1989,14 +2049,21 @@ components: choices: type: array uniqueItems: true - nullable: true - items: {} readOnly: true + nullable: false + minimum: 1 + items: {} + source: + type: string + example: body required: - field - reason + - rule + - choices InvalidParameterDependentItem: type: object + additionalProperties: false properties: field: type: string @@ -2019,6 +2086,9 @@ components: nullable: true items: {} readOnly: true + source: + type: string + example: body required: - field - rule @@ -2032,6 +2102,8 @@ components: description: invalid parameters items: oneOf: + - $ref: '#/components/schemas/InvalidParameterStandard' + - $ref: '#/components/schemas/InvalidParameterMinimumLength' - $ref: '#/components/schemas/InvalidParameterChoiceItem' - $ref: '#/components/schemas/InvalidParameterDependentItem' BadRequestError: @@ -2774,7 +2846,7 @@ components: invalid_parameters: - field: name rule: min_length - choices: [] + minimum: 1 reason: name must be longer than or equal to 1 characters APIProductDocumentBadRequestExample: value: @@ -2785,7 +2857,6 @@ components: invalid_parameters: - field: slug rule: matches_regex - choices: [] reason: slug must match /^[\w-]+$/ regular expression APIProductVersionSpecContentBadRequestExample: value: @@ -2796,7 +2867,7 @@ components: invalid_parameters: - field: content rule: min_length - choices: [] + minimum: 1 reason: content must be longer than or equal to 1 characters UnauthorizedExample: value: diff --git a/api-specs/Konnect/v2/yaml/application-auth-strategies.yaml b/api-specs/Konnect/v2/yaml/application-auth-strategies.yaml index 03903bf0ffa8..8ab62b302f0a 100644 --- a/api-specs/Konnect/v2/yaml/application-auth-strategies.yaml +++ b/api-specs/Konnect/v2/yaml/application-auth-strategies.yaml @@ -1818,13 +1818,7 @@ components: nullable: true enum: - required - - enum - - min_length - max_length - - min_digits - - min_lowercase - - min_uppercase - - min_symbols - is_array - is_base64 - is_boolean @@ -1835,11 +1829,18 @@ components: - is_object - is_string - is_uuid + - is_fqdn + - is_arn - unknown_property - is_label - matches_regex - InvalidParameterChoiceItem: + - invalid + - is_supported_network_availability_zone_list + - is_supported_network_cidr_block + - is_supported_provider_region + InvalidParameterStandard: type: object + additionalProperties: false properties: field: type: string @@ -1847,6 +1848,65 @@ components: readOnly: true rule: $ref: '#/components/schemas/InvalidRules' + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + InvalidParameterMinimumLength: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - min_length + - min_digits + - min_lowercase + - min_uppercase + - min_symbols + minimum: + type: integer + example: 8 + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + - rule + - minimum + InvalidParameterChoiceItem: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - enum reason: type: string example: is a required field @@ -1854,14 +1914,21 @@ components: choices: type: array uniqueItems: true - nullable: true - items: {} readOnly: true + nullable: false + minimum: 1 + items: {} + source: + type: string + example: body required: - field - reason + - rule + - choices InvalidParameterDependentItem: type: object + additionalProperties: false properties: field: type: string @@ -1884,6 +1951,9 @@ components: nullable: true items: {} readOnly: true + source: + type: string + example: body required: - field - rule @@ -1897,6 +1967,8 @@ components: description: invalid parameters items: oneOf: + - $ref: '#/components/schemas/InvalidParameterStandard' + - $ref: '#/components/schemas/InvalidParameterMinimumLength' - $ref: '#/components/schemas/InvalidParameterChoiceItem' - $ref: '#/components/schemas/InvalidParameterDependentItem' BadRequestError: diff --git a/api-specs/Konnect/v2/yaml/audit-logs.yaml b/api-specs/Konnect/v2/yaml/audit-logs.yaml index e56466a9960e..092fb2314dbd 100644 --- a/api-specs/Konnect/v2/yaml/audit-logs.yaml +++ b/api-specs/Konnect/v2/yaml/audit-logs.yaml @@ -610,13 +610,7 @@ components: nullable: true enum: - required - - enum - - min_length - max_length - - min_digits - - min_lowercase - - min_uppercase - - min_symbols - is_array - is_base64 - is_boolean @@ -627,11 +621,18 @@ components: - is_object - is_string - is_uuid + - is_fqdn + - is_arn - unknown_property - is_label - matches_regex - InvalidParameterChoiceItem: + - invalid + - is_supported_network_availability_zone_list + - is_supported_network_cidr_block + - is_supported_provider_region + InvalidParameterStandard: type: object + additionalProperties: false properties: field: type: string @@ -639,6 +640,65 @@ components: readOnly: true rule: $ref: '#/components/schemas/InvalidRules' + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + InvalidParameterMinimumLength: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - min_length + - min_digits + - min_lowercase + - min_uppercase + - min_symbols + minimum: + type: integer + example: 8 + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + - rule + - minimum + InvalidParameterChoiceItem: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - enum reason: type: string example: is a required field @@ -646,14 +706,21 @@ components: choices: type: array uniqueItems: true - nullable: true - items: {} readOnly: true + nullable: false + minimum: 1 + items: {} + source: + type: string + example: body required: - field - reason + - rule + - choices InvalidParameterDependentItem: type: object + additionalProperties: false properties: field: type: string @@ -676,6 +743,9 @@ components: nullable: true items: {} readOnly: true + source: + type: string + example: body required: - field - rule @@ -689,6 +759,8 @@ components: description: invalid parameters items: oneOf: + - $ref: '#/components/schemas/InvalidParameterStandard' + - $ref: '#/components/schemas/InvalidParameterMinimumLength' - $ref: '#/components/schemas/InvalidParameterChoiceItem' - $ref: '#/components/schemas/InvalidParameterDependentItem' BadRequestError: diff --git a/api-specs/Konnect/v2/yaml/control-planes.yaml b/api-specs/Konnect/v2/yaml/control-planes.yaml index ec902524f8d0..6b6c1e9ad79a 100644 --- a/api-specs/Konnect/v2/yaml/control-planes.yaml +++ b/api-specs/Konnect/v2/yaml/control-planes.yaml @@ -1142,13 +1142,7 @@ components: nullable: true enum: - required - - enum - - min_length - max_length - - min_digits - - min_lowercase - - min_uppercase - - min_symbols - is_array - is_base64 - is_boolean @@ -1159,11 +1153,18 @@ components: - is_object - is_string - is_uuid + - is_fqdn + - is_arn - unknown_property - is_label - matches_regex - InvalidParameterChoiceItem: + - invalid + - is_supported_network_availability_zone_list + - is_supported_network_cidr_block + - is_supported_provider_region + InvalidParameterStandard: type: object + additionalProperties: false properties: field: type: string @@ -1171,6 +1172,65 @@ components: readOnly: true rule: $ref: '#/components/schemas/InvalidRules' + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + InvalidParameterMinimumLength: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - min_length + - min_digits + - min_lowercase + - min_uppercase + - min_symbols + minimum: + type: integer + example: 8 + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + - rule + - minimum + InvalidParameterChoiceItem: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - enum reason: type: string example: is a required field @@ -1178,14 +1238,21 @@ components: choices: type: array uniqueItems: true - nullable: true - items: {} readOnly: true + nullable: false + minimum: 1 + items: {} + source: + type: string + example: body required: - field - reason + - rule + - choices InvalidParameterDependentItem: type: object + additionalProperties: false properties: field: type: string @@ -1208,6 +1275,9 @@ components: nullable: true items: {} readOnly: true + source: + type: string + example: body required: - field - rule @@ -1221,6 +1291,8 @@ components: description: invalid parameters items: oneOf: + - $ref: '#/components/schemas/InvalidParameterStandard' + - $ref: '#/components/schemas/InvalidParameterMinimumLength' - $ref: '#/components/schemas/InvalidParameterChoiceItem' - $ref: '#/components/schemas/InvalidParameterDependentItem' BadRequestError: diff --git a/api-specs/Konnect/v2/yaml/portal-management.yaml b/api-specs/Konnect/v2/yaml/portal-management.yaml index a2a41de75ce6..21fce074c0b3 100644 --- a/api-specs/Konnect/v2/yaml/portal-management.yaml +++ b/api-specs/Konnect/v2/yaml/portal-management.yaml @@ -6660,13 +6660,7 @@ components: nullable: true enum: - required - - enum - - min_length - max_length - - min_digits - - min_lowercase - - min_uppercase - - min_symbols - is_array - is_base64 - is_boolean @@ -6677,11 +6671,18 @@ components: - is_object - is_string - is_uuid + - is_fqdn + - is_arn - unknown_property - is_label - matches_regex - InvalidParameterChoiceItem: + - invalid + - is_supported_network_availability_zone_list + - is_supported_network_cidr_block + - is_supported_provider_region + InvalidParameterStandard: type: object + additionalProperties: false properties: field: type: string @@ -6689,6 +6690,65 @@ components: readOnly: true rule: $ref: '#/components/schemas/InvalidRules' + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + InvalidParameterMinimumLength: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - min_length + - min_digits + - min_lowercase + - min_uppercase + - min_symbols + minimum: + type: integer + example: 8 + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + - rule + - minimum + InvalidParameterChoiceItem: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - enum reason: type: string example: is a required field @@ -6696,14 +6756,21 @@ components: choices: type: array uniqueItems: true - nullable: true - items: {} readOnly: true + nullable: false + minimum: 1 + items: {} + source: + type: string + example: body required: - field - reason + - rule + - choices InvalidParameterDependentItem: type: object + additionalProperties: false properties: field: type: string @@ -6726,6 +6793,9 @@ components: nullable: true items: {} readOnly: true + source: + type: string + example: body required: - field - rule @@ -6739,6 +6809,8 @@ components: description: invalid parameters items: oneOf: + - $ref: '#/components/schemas/InvalidParameterStandard' + - $ref: '#/components/schemas/InvalidParameterMinimumLength' - $ref: '#/components/schemas/InvalidParameterChoiceItem' - $ref: '#/components/schemas/InvalidParameterDependentItem' BadRequestError: diff --git a/api-specs/Konnect/v3/yaml/identity.yaml b/api-specs/Konnect/v3/yaml/identity.yaml index 2753a4c4eaed..59ede06a869e 100644 --- a/api-specs/Konnect/v3/yaml/identity.yaml +++ b/api-specs/Konnect/v3/yaml/identity.yaml @@ -3259,13 +3259,7 @@ components: nullable: true enum: - required - - enum - - min_length - max_length - - min_digits - - min_lowercase - - min_uppercase - - min_symbols - is_array - is_base64 - is_boolean @@ -3276,11 +3270,18 @@ components: - is_object - is_string - is_uuid + - is_fqdn + - is_arn - unknown_property - is_label - matches_regex - InvalidParameterChoiceItem: + - invalid + - is_supported_network_availability_zone_list + - is_supported_network_cidr_block + - is_supported_provider_region + InvalidParameterStandard: type: object + additionalProperties: false properties: field: type: string @@ -3288,6 +3289,65 @@ components: readOnly: true rule: $ref: '#/components/schemas/InvalidRules' + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + InvalidParameterMinimumLength: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - min_length + - min_digits + - min_lowercase + - min_uppercase + - min_symbols + minimum: + type: integer + example: 8 + source: + type: string + example: body + reason: + type: string + example: is a required field + readOnly: true + required: + - field + - reason + - rule + - minimum + InvalidParameterChoiceItem: + type: object + additionalProperties: false + properties: + field: + type: string + example: name + readOnly: true + rule: + description: invalid parameters rules + type: string + readOnly: true + nullable: false + enum: + - enum reason: type: string example: is a required field @@ -3295,14 +3355,21 @@ components: choices: type: array uniqueItems: true - nullable: true - items: {} readOnly: true + nullable: false + minimum: 1 + items: {} + source: + type: string + example: body required: - field - reason + - rule + - choices InvalidParameterDependentItem: type: object + additionalProperties: false properties: field: type: string @@ -3325,6 +3392,9 @@ components: nullable: true items: {} readOnly: true + source: + type: string + example: body required: - field - rule @@ -3338,6 +3408,8 @@ components: description: invalid parameters items: oneOf: + - $ref: '#/components/schemas/InvalidParameterStandard' + - $ref: '#/components/schemas/InvalidParameterMinimumLength' - $ref: '#/components/schemas/InvalidParameterChoiceItem' - $ref: '#/components/schemas/InvalidParameterDependentItem' BadRequestError: @@ -3422,6 +3494,10 @@ components: example: kong:trace:1234567890 detail: example: Conflict + StringFieldEqualsFilter: + title: StringFieldEqualsFilter + description: Filter a string value by exact match. + type: string ForbiddenError: allOf: - $ref: '#/components/schemas/BaseError' @@ -3437,10 +3513,6 @@ components: example: kong:trace:1234567890 detail: example: Forbidden - StringFieldEqualsFilter: - title: StringFieldEqualsFilter - description: Filter a string value by exact match. - type: string StringFieldContainsFilter: type: object title: StringFieldContainsFilter