{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse", "type": "object", "description": "Common error response for all Azure Resource Manager APIs.", "properties": { "code": { "type": "string", "description": "The error code." }, "message": { "type": "string", "description": "The error message." }, "target": { "type": "string", "description": "The error target." }, "details": { "type": "array", "description": "The error details." }, "additionalInfo": { "type": "array", "description": "The error additional info." } } }