Update MXE schema (#1360)

This commit is contained in:
Yi (Alan) Wang 2018-09-04 16:47:29 -07:00 committed by GitHub
parent 17f1f68f95
commit feff3b0adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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",