{ "$schema": "https://json-structure.org/schema/v0", "name": "Error", "type": "object", "description": "Standard Zluri API error.", "properties": { "error": {"type": "string"}, "code": {"type": "string"} }, "required": ["error"] }