You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2017/09/22 02:10:32 UTC

[4/7] atlas git commit: ATLAS-2100: UserProfile & SavedSearch API implementation. Fixed accidentally deleted type.

ATLAS-2100: UserProfile & SavedSearch API implementation. Fixed accidentally deleted type.


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/2e138da4
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/2e138da4
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/2e138da4

Branch: refs/heads/branch-0.8
Commit: 2e138da48861f213fb415bf19af026b9821f5022
Parents: 3aeba23
Author: ashutoshm <am...@hortonworks.com>
Authored: Mon Sep 18 16:52:14 2017 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Thu Sep 21 19:10:04 2017 -0700

----------------------------------------------------------------------
 addons/models/0010-base_model.json | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/2e138da4/addons/models/0010-base_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0010-base_model.json b/addons/models/0010-base_model.json
index db95d7e..8f38f59 100644
--- a/addons/models/0010-base_model.json
+++ b/addons/models/0010-base_model.json
@@ -1,7 +1,23 @@
 {
   "enumDefs": [],
   "structDefs": [],
-  "classificationDefs": [],
+  "classificationDefs": [
+    {
+      "name": "TaxonomyTerm",
+      "superTypes": [],
+      "typeVersion": "1.0",
+      "attributeDefs": [
+        {
+          "name": "atlas.taxonomy",
+          "typeName": "string",
+          "cardinality": "SINGLE",
+          "isIndexable": false,
+          "isOptional": true,
+          "isUnique": false
+        }
+      ]
+    }
+  ],
   "entityDefs": [
     {
       "name": "Referenceable",