Versions Compared

Key

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

...

3. PATCH the domain for state with a model schema that includes the reference to country:

Code Block
languagetext
"name": {
	"type": "string"
},
"country": {
	"type": "uri",
	"uriType": "xref",
	"xrefLocation": "/domain/country:v1/name"
}

...