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/11/20 18:10:28 UTC

atlas git commit: ATLAS-2269: Error in the Area 0 and 3 model files

Repository: atlas
Updated Branches:
  refs/heads/master 0765d5796 -> 4a8777b40


ATLAS-2269: Error in the Area 0 and 3 model files

Signed-off-by: Madhan Neethiraj <ma...@apache.org>


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

Branch: refs/heads/master
Commit: 4a8777b40e641584c088e6e9bc14145f72f681c0
Parents: 0765d57
Author: David Radley <da...@uk.ibm.com>
Authored: Mon Nov 20 15:38:17 2017 +0000
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Mon Nov 20 09:58:29 2017 -0800

----------------------------------------------------------------------
 addons/models/0000-Area0/0090-CloudPlatformsAndServices.json      | 2 +-
 addons/models/0300-Area3-SubjectArea/0320-CategoryHierarchy.json  | 1 -
 addons/models/0300-Area3-SubjectArea/0330-Terms.json              | 1 -
 addons/models/0300-Area3-SubjectArea/0350-RelatedTerms.json       | 2 +-
 addons/models/0300-Area3-SubjectArea/0370-SemanticAssignment.json | 3 +--
 5 files changed, 3 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/4a8777b4/addons/models/0000-Area0/0090-CloudPlatformsAndServices.json
----------------------------------------------------------------------
diff --git a/addons/models/0000-Area0/0090-CloudPlatformsAndServices.json b/addons/models/0000-Area0/0090-CloudPlatformsAndServices.json
index 803c0d1..de5fb36 100644
--- a/addons/models/0000-Area0/0090-CloudPlatformsAndServices.json
+++ b/addons/models/0000-Area0/0090-CloudPlatformsAndServices.json
@@ -21,7 +21,7 @@
     },
     {
       "name": "CloudPlatform",
-      "descriptiojn":"If the cloud provider is offering platform as a service (PaaS), an application may deploy server capability onto the cloud platform.",
+      "description":"If the cloud provider is offering platform as a service (PaaS), an application may deploy server capability onto the cloud platform.",
       "superTypes": [],
       "entityTypes":["Server"],
       "typeVersion": "1.0",

http://git-wip-us.apache.org/repos/asf/atlas/blob/4a8777b4/addons/models/0300-Area3-SubjectArea/0320-CategoryHierarchy.json
----------------------------------------------------------------------
diff --git a/addons/models/0300-Area3-SubjectArea/0320-CategoryHierarchy.json b/addons/models/0300-Area3-SubjectArea/0320-CategoryHierarchy.json
index 804be9e..1063797 100644
--- a/addons/models/0300-Area3-SubjectArea/0320-CategoryHierarchy.json
+++ b/addons/models/0300-Area3-SubjectArea/0320-CategoryHierarchy.json
@@ -86,7 +86,6 @@
     },
     {
       "name": "LibraryCategoryReference",
-      "superTypes": [],
       "typeVersion": "1.0",
       "description": "LibraryCategoryReference provides reference information for how this category corresponds to a category in an external glossary.",
       "endDef1": {

http://git-wip-us.apache.org/repos/asf/atlas/blob/4a8777b4/addons/models/0300-Area3-SubjectArea/0330-Terms.json
----------------------------------------------------------------------
diff --git a/addons/models/0300-Area3-SubjectArea/0330-Terms.json b/addons/models/0300-Area3-SubjectArea/0330-Terms.json
index c267fb2..73315ab 100644
--- a/addons/models/0300-Area3-SubjectArea/0330-Terms.json
+++ b/addons/models/0300-Area3-SubjectArea/0330-Terms.json
@@ -153,7 +153,6 @@
     },
     {
       "name": "LibraryTermReference",
-      "superTypes": [],
       "typeVersion": "1.0",
       "description": "Library Term Reference provides reference information for how this term corresponds to a term in an external glossary.",
       "endDef1": {

http://git-wip-us.apache.org/repos/asf/atlas/blob/4a8777b4/addons/models/0300-Area3-SubjectArea/0350-RelatedTerms.json
----------------------------------------------------------------------
diff --git a/addons/models/0300-Area3-SubjectArea/0350-RelatedTerms.json b/addons/models/0300-Area3-SubjectArea/0350-RelatedTerms.json
index 37e1141..d88f57c 100644
--- a/addons/models/0300-Area3-SubjectArea/0350-RelatedTerms.json
+++ b/addons/models/0300-Area3-SubjectArea/0350-RelatedTerms.json
@@ -289,7 +289,7 @@
       "typeVersion": "1.0",
       "description": "Translation is a relationship that defines that the related terms represent the same meaning, but each are written in a different language. Hence one is a translation of the other. The language of each term is defined in the Glossary object that anchors the term.",
       "endDef1": {
-        "name": "TransatedTerms",
+        "name": "TranslatedTerms",
         "type": "GlossaryTerm",
         "cardinality": "SET"
       },

http://git-wip-us.apache.org/repos/asf/atlas/blob/4a8777b4/addons/models/0300-Area3-SubjectArea/0370-SemanticAssignment.json
----------------------------------------------------------------------
diff --git a/addons/models/0300-Area3-SubjectArea/0370-SemanticAssignment.json b/addons/models/0300-Area3-SubjectArea/0370-SemanticAssignment.json
index c5fd7cc..c9f1b7a 100644
--- a/addons/models/0300-Area3-SubjectArea/0370-SemanticAssignment.json
+++ b/addons/models/0300-Area3-SubjectArea/0370-SemanticAssignment.json
@@ -142,8 +142,7 @@
         "isContainer": false,
         "cardinality": "SET",
         "isLegacyAttribute": false
-      },
-      "relationshipLabel": "r:SemanticAssignment"
+      }
     }
   ]
 }