Experimental
Schema
ValidationViolations
Type:
object
The validation failures returned for a request.
violations
Type:
array
violations is a repeated field that contains all the Violation messages corresponding to the violations detected.Array item
Schema:
ValidationViolation
All schema constraints and annotations
{
"description": "`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.",
"items": {
"$ref": "#/components/schemas/ValidationViolation"
},
"type": "array"
}All schema constraints and annotations
{
"description": "The validation failures returned for a request.",
"properties": {
"violations": {
"description": "`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.",
"items": {
"$ref": "#/components/schemas/ValidationViolation"
},
"type": "array"
}
},
"title": "Violations",
"type": "object"
}