David Radley created ATLAS-2133:
-----------------------------------

             Summary: Add ExternalTypeIdDefs to every Def element
                 Key: ATLAS-2133
                 URL: https://issues.apache.org/jira/browse/ATLAS-2133
             Project: Atlas
          Issue Type: Bug
            Reporter: David Radley
            Assignee: David Radley


Adding external type identifications (ExternalTypeIdDefs) as a new array 
associated with attributes, structures (and the otehr defs). We are thinking 
the elements would be specified in the typeDefs in the form:

ExternalTypeIdDefs [
{   "scheme":"O-DEF",
    "value":"123-456",
    "description":"Relational Database",
    "ResponsibleOrg":"Open Group",
    "ReferenceDocumentationURL":"http://xxx.yyy.zzz";
},
{
...
}
]

Scheme and value would be manditory.

One way to handle type aliases would be using the above mechanism: 
{   "scheme":"alias",
    "value":"RDB",
    "description":"short hand relational database key for consumer A",
    "ResponsibleOrg":"Consumer A organisation",
    "ReferenceDocumentationURL":"http://aaa.bbb.bbb";
},

or

{   "scheme":"alias",
    "value":"RDB"
},



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to