ValidationProblemDetails
typestringnullable
Type discriminator of the resource.
titlestringnullable
Human-readable title of the resource.
statusinteger<int32>nullable
Current status of the resource.
detailstringnullable
Detailed explanation of the object or error.
instancestringnullable
Value of instance.
errors objectnullable
Value of errors.
property name* string[]
Array [
string
]
property name*any
ValidationProblemDetails
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"errors": {}
}