Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
"homeCountry": "/mdrmdrs/country:1v1/MEX"

Reference a Property in a Master Data Record

...

GET the address Property in the countries Model Schema

GET /domains/country/versions/<country-version-uuid>/properties?version=1
Code Block
languagejs
[
	{
			.
			.
		"propertyName": "immigrationAddress",
		"propertyType": "node",
				.
			.
	},
	{
			.
			.
		"propertyName": "name",
		"propertyType": "string"
			.
			.
	}
]

...