{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AcrErrors", "type": "object", "description": "ACR error response.", "properties": { "errors": { "type": "array", "description": "Array of detailed error information." } } }