{
  "$schema": "registration.schema.json",
  "properties": {
    "environment.terminal.profiles": {
      "type": "array",
      "title": "@SettingsProfileLabel;{E632CA91-B170-401A-AC2E-6B83FFDC3C10}",
      "items": {
        "type": "object",
        "properties": {
          "displayName": {
            "type": "string",
            "title": "@SettingsNameLabel;{E632CA91-B170-401A-AC2E-6B83FFDC3C10}",
            "default": ""
          },
          "location": {
            "type": "string",
            "title": "@SettingsLocationLabel;{E632CA91-B170-401A-AC2E-6B83FFDC3C10}",
            "format": "path",
            "pathKind": "file",
            "default": ""
          },
          "arguments": {
            "type": "string",
            "title": "@SettingsArgsLabel;{E632CA91-B170-401A-AC2E-6B83FFDC3C10}",
            "default": ""
          }
        }
      },
      "default": [
      ],
      "itemsAreOrdered": false,
      "hasUserSelectableDefaultItem": true,

      "migrationCallback": {
        "serviceId": "7A810946-8B53-4F17-A5DD-EF3BDF48BEEA"
      }
    }
  },
  "categories": {
    "environment.terminal": {
      "title": "@SettingsTitle;{E632CA91-B170-401A-AC2E-6B83FFDC3C10}"
    }
  }
}