|
7 | 7 | ],
|
8 | 8 | "modified_details": {
|
9 | 9 | "fields": {
|
10 |
| - "added": { |
11 |
| - "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=boolean].isVerified": { |
12 |
| - "fieldPath": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=boolean].isVerified", |
13 |
| - "isPartOfKey": false, |
14 |
| - "nativeDataType": "boolean", |
15 |
| - "nullable": false, |
16 |
| - "type": { |
17 |
| - "type": { |
18 |
| - "com.linkedin.schema.BooleanType": {} |
19 |
| - } |
20 |
| - } |
21 |
| - }, |
22 |
| - "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=string].emailAddress": { |
23 |
| - "fieldPath": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=string].emailAddress", |
24 |
| - "isPartOfKey": false, |
25 |
| - "nativeDataType": "string", |
26 |
| - "nullable": false, |
27 |
| - "type": { |
28 |
| - "type": { |
29 |
| - "com.linkedin.schema.StringType": {} |
30 |
| - } |
31 |
| - } |
32 |
| - }, |
33 |
| - "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=enum].type": { |
34 |
| - "fieldPath": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=enum].type", |
35 |
| - "isPartOfKey": false, |
36 |
| - "nativeDataType": "Enum", |
37 |
| - "nullable": false, |
38 |
| - "type": { |
39 |
| - "type": { |
40 |
| - "com.linkedin.schema.EnumType": {} |
41 |
| - } |
42 |
| - } |
43 |
| - }, |
44 |
| - "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=string].countryCode": { |
45 |
| - "fieldPath": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=string].countryCode", |
46 |
| - "isPartOfKey": false, |
47 |
| - "nativeDataType": "string", |
48 |
| - "nullable": false, |
49 |
| - "type": { |
50 |
| - "type": { |
51 |
| - "com.linkedin.schema.StringType": {} |
52 |
| - } |
53 |
| - } |
54 |
| - }, |
55 |
| - "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=string].number": { |
56 |
| - "fieldPath": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=string].number", |
57 |
| - "isPartOfKey": false, |
58 |
| - "nativeDataType": "string", |
59 |
| - "nullable": false, |
60 |
| - "type": { |
61 |
| - "type": { |
62 |
| - "com.linkedin.schema.StringType": {} |
63 |
| - } |
64 |
| - } |
65 |
| - } |
66 |
| - }, |
| 10 | + "added": {}, |
67 | 11 | "modified": [
|
68 | 12 | "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts",
|
| 13 | + "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=boolean].isVerified", |
69 | 14 | "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts",
|
70 | 15 | "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].alternativeContacts",
|
71 | 16 | "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=union].[type=EmailContact].primaryContact.[type=boolean].isVerified",
|
|
87 | 32 | "identifier": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts"
|
88 | 33 | }
|
89 | 34 | },
|
| 35 | + "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=boolean].isVerified": { |
| 36 | + "description": { |
| 37 | + "after": null, |
| 38 | + "before": "\nField default value: False", |
| 39 | + "identifier": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=boolean].isVerified" |
| 40 | + } |
| 41 | + }, |
90 | 42 | "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts": {
|
91 | 43 | "description": {
|
92 | 44 | "after": "List of alternative contact methods",
|
|
0 commit comments