{ "$defs": { "timestamp": {"type": "string"} }, "status": { "type": "object", "timestamp": {"$ref": "#/$defs/timestamp"}, "message": {"type": "string"}, "required": ["timestamp", "message"] } }