test(datahub-schematron): update golden diff to fix schema translation test (#14132)

This commit is contained in:
Vinayak Hulawale 2025-07-18 03:25:18 -04:00 committed by GitHub
parent 1350fe21fa
commit 1df3da5d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,65 +7,10 @@
],
"modified_details": {
"fields": {
"added": {
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=boolean].isVerified": {
"fieldPath": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=boolean].isVerified",
"isPartOfKey": false,
"nativeDataType": "boolean",
"nullable": false,
"type": {
"type": {
"com.linkedin.schema.BooleanType": {}
}
}
},
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=string].emailAddress": {
"fieldPath": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=string].emailAddress",
"isPartOfKey": false,
"nativeDataType": "string",
"nullable": false,
"type": {
"type": {
"com.linkedin.schema.StringType": {}
}
}
},
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=enum].type": {
"fieldPath": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=enum].type",
"isPartOfKey": false,
"nativeDataType": "Enum",
"nullable": false,
"type": {
"type": {
"com.linkedin.schema.EnumType": {}
}
}
},
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=string].countryCode": {
"fieldPath": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=string].countryCode",
"isPartOfKey": false,
"nativeDataType": "string",
"nullable": false,
"type": {
"type": {
"com.linkedin.schema.StringType": {}
}
}
},
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=string].number": {
"fieldPath": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts.[type=string].number",
"isPartOfKey": false,
"nativeDataType": "string",
"nullable": false,
"type": {
"type": {
"com.linkedin.schema.StringType": {}
}
}
}
},
"added": {},
"modified": [
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts",
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=boolean].isVerified",
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts",
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].alternativeContacts",
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=union].[type=EmailContact].primaryContact.[type=boolean].isVerified",
@ -87,6 +32,13 @@
"identifier": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts"
}
},
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=boolean].isVerified": {
"description": {
"after": null,
"before": "\nField default value: False",
"identifier": "[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=EmailContact].alternativeContacts.[type=boolean].isVerified"
}
},
"[version=2.0].[type=CustomerProfile].[type=ContactInformation].contactInfo.[type=array].[type=union].[type=PhoneContact].alternativeContacts": {
"description": {
"after": "List of alternative contact methods",