{
  "$schema": "http://json-schema.org/schema",
  "$id": "transloco-upgrade",
  "title": "Run an upgrade script [Legacy and will be removed in v7]",
  "type": "object",
  "properties": {
    "path": {
      "description": "The entry path of the upgrade script.",
      "x-prompt": "✍ Which folder should be the entry path for the script?",
      "type": "string",
      "default": "./src/app",
      "alias": "p"
    }
  },
  "required": []
}
