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