{
  "collectionName": "navigations_items",
  "info": {
    "name": "navigationItem",
    "description": ""
  },
  "options": {
    "increments": true,
    "timestamps": true,
    "comment": "Navigation Item"
  },
  "pluginOptions": {
    "content-manager": {
      "visible": false
    },
    "content-type-builder": {
      "visible": false
    },
    "i18n": {
      "localized": false
    }
  },
  "attributes": {
    "title": {
      "type": "text",
      "configurable": false,
      "required": true,
      "pluginOptions": {
        "i18n": {
          "localized": false
        }
      }
    },
    "type": {
      "type": "enumeration",
      "enum": [
        "INTERNAL",
        "EXTERNAL"
      ],
      "default": "INTERNAL",
      "configurable": false
    },
    "path": {
      "type": "text",
      "targetField": "title",
      "configurable": false
    },
    "externalPath": {
      "type": "text",
      "configurable": false
    },
    "uiRouterKey": {
      "type": "string",
      "configurable": false
    },
    "menuAttached": {
      "type": "boolean",
      "default": false,
      "configurable": false
    },
    "order": {
      "type": "integer",
      "default": 0,
      "configurable": false
    },
    "related": {
      "collection": "navigations_items_related",
      "plugin": "navigation",
      "configurable": false
    },
    "parent": {
      "columnName": "parent",
      "model": "navigationItem",
      "plugin": "navigation",
      "configurable": false,
      "default": null
    },
    "master": {
      "columnName": "master",
      "model": "navigation",
      "plugin": "navigation",
      "configurable": false
    },
    "audience": {
      "collection": "audience",
      "plugin": "navigation"
    }
  }
}
