ACR error response.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AcrErrors", "title": "AcrErrors", "type": "object", "description": "ACR error response.", "properties": { "errors": { "type": "array", "items": { "$ref": "#/components/schemas/AcrErrorInfo" }, "description": "Array of detailed error information.", "example": [] } } }