{
    "$id": "demo",
    "title": "demo schema",
    "definitions": {
        "api_success": {
            "type": "string",
            "title": "api success"
        },
        "api_error": {
            "type": "string",
            "title": "api error"
        }
    }
}