mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-27 17:02:03 +00:00
Update MXE schema (#1360)
This commit is contained in:
parent
17f1f68f95
commit
feff3b0adb
@ -115,7 +115,7 @@
|
||||
"NUMERIC": "Numerical format, 12345",
|
||||
"URN": "URN format, urn:li:member:12345",
|
||||
"REVERSED_URN": "Reversed URN format, 12345:member:li:urn",
|
||||
"COMPOSITE_URN": "[Deprecated] Use CUSTOM format + pattern instead",
|
||||
"COMPOSITE_URN": "[Deprecated] Use CUSTOM format and valuePattern instead",
|
||||
"CUSTOM": "Any other non-standard format. A pattern for the value is expected to be provided",
|
||||
"ENCODED": "Data is stored in reversible encoded/serialized/encrypted format",
|
||||
"HASHED": "Data is stored in irreversible hashed format"
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
{
|
||||
"name": "fieldPath",
|
||||
"type": "string",
|
||||
"doc": "For example, <grand_grand_parent>.<grand_parent>.<parent>.<name>. See https://iwww.corp.linkedin.com/wiki/cf/display/ENGS/Schema+Metadata for more details."
|
||||
"doc": "For example, <grand_grand_parent>.<grand_parent>.<parent>.<name>. See http://go/tms/schema for more details."
|
||||
},
|
||||
{
|
||||
"name": "fieldJsonPath",
|
||||
@ -51,7 +51,7 @@
|
||||
{
|
||||
"name": "semanticType",
|
||||
"type": [ "null", "string" ],
|
||||
"doc": "semantic data type. can be Urn, MemberId, Email, PhoneNumber, GroupName, etc. https://iwww.corp.linkedin.com/wiki/cf/display/DWH/Metadata+Taxonomy+for+Data+Sets"
|
||||
"doc": "[Deprecated] Do not use this field"
|
||||
},
|
||||
{
|
||||
"name": "abstractType",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user