{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api.example.com/structures/acceptance-criteria-management-error-response.json", "title": "ErrorResponse", "type": "object", "description": "Standard error response", "properties": { "code": { "type": "string", "description": "Machine-readable error code" }, "message": { "type": "string", "description": "Human-readable error description" }, "details": { "type": "string", "description": "Additional error context or troubleshooting information" } } }