Commit a7f3e1ad by David Radley Committed by Madhan Neethiraj

ATLAS-2341: amend the Area 1 models so the relationship names are unique

parent b17d0e97
......@@ -163,7 +163,7 @@
"cardinality": "SET"
},
"endDef2": {
"name": "meetings",
"name": "projectMeetings",
"type": "Project",
"cardinality": "SET"
},
......
......@@ -80,7 +80,7 @@
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "relationshipType",
"name": "communityMembershipType",
"typeName": "CommunityMembershipType",
"cardinality": "SINGLE",
"isIndexable": true,
......@@ -93,7 +93,7 @@
"name": "CommunityResources",
"typeVersion": "1.0",
"endDef1": {
"name": "supportingResources",
"name": "communityResources",
"type": "Community",
"cardinality": "SET",
"isContainer": true
......
......@@ -190,7 +190,8 @@
"superTypes": [
"InformalTag"
],
"typeVersion": "1.0"
"typeVersion": "1.0",
"attributeDefs": []
}
],
"relationshipDefs": [
......@@ -249,56 +250,19 @@
"name": "AttachedFeedback",
"typeVersion": "1.0",
"endDef1": {
"name": "supportingResources",
"type": "Project",
"name": "comments",
"type": "Referenceable",
"cardinality": "SET",
"isContainer": true
},
"endDef2": {
"name": "projectUse",
"type": "Collection",
"name": "commentsOn",
"type": "Comment",
"cardinality": "SINGLE"
},
"relationshipCategory": "AGGREGATION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "resourceUse",
"description": "Role in the team.",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true,
"isUnique": false
}
]
},
{
"name": "ProjectScope",
"typeVersion": "1.0",
"endDef1": {
"name": "projectScope",
"type": "Project",
"cardinality": "SET",
"isContainer": true
},
"endDef2": {
"name": "projectImpactingAssets",
"type": "Collection",
"cardinality": "SINGLE"
},
"relationshipCategory": "COMPOSITION",
"propagateTags": "NONE",
"attributeDefs": [
{
"name": "scopeDescription",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true,
"isUnique": false
}
]
"attributeDefs": []
},
{
"name": "CommentReply",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment