D3V-Server/backend/schema/components/error.json

10 lines
118 B
JSON
Raw Normal View History

2026-03-07 13:49:44 +00:00
{
"type": "object",
"description": "Error",
"properties": {
"error": {
"$ref": "./error-object.json"
}
}
}