{
  "$id": "https://alwaysai.co/app-version-control-schema.json",
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "title": "app_version_control",
  "type": "object",
  "oneOf": [
    {
      "$ref": "https://alwaysai.co/app-install-schema.json"
    },
    {
      "$ref": "https://alwaysai.co/app-update-config-schema.json"
    },
    {
      "$ref": "https://alwaysai.co/app-uninstall-schema.json"
    }
  ]
}