Files

10 lines
118 B
JSON
Raw Permalink Normal View History

2024-10-11 11:21:22 +10:00
{
"type": "object",
"description": "Error",
"properties": {
"error": {
"$ref": "./error-object.json"
}
}
}