Skip to content

SwaggerValidationError

Field Type Required Description
code string
error object
message string
{
"code": "string",
"error": {
"code": "SCHEMA_VALIDATION_FAILED",
"message": "string",
"paramName": "string",
"results": {
"errors": [],
"warnings": []
}
},
"message": "string"
}