{
    "$id": "https://alwaysai.co/app-update-config-schema.json",
    "$schema": "https://json-schema.org/draft/2019-09/schema",
    "title": "app_update_config",
    "type": "object",
    "properties": {
        "baseCommand": {
            "type": "string",
            "enum": ["update_config"]
        },
        "projectId": {
            "$ref": "https://alwaysai.co/common-schema.json#/$defs/projectId"
        },
        "appCfg": {
            "type": "string"
        },
        "envVars": {
            "type": "string"
        }
    },
    "required": ["baseCommand", "projectId"]
}
