OWASP API4 2023 String Restricted (Edit)
To avoid unexpected values being sent or leaked, strings should have a format, RegEx pattern, enum, or const to restrict the possible values.
OWASPSecuritySchemaStringsOpenAPI
To avoid unexpected values being sent or leaked, strings should have a format, RegEx pattern, enum, or const to restrict the possible values.