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