Skip to content

Instantly share code, notes, and snippets.

@karsaroth
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karsaroth/8dcca5b903e6168c6ec7 to your computer and use it in GitHub Desktop.
Save karsaroth/8dcca5b903e6168c6ec7 to your computer and use it in GitHub Desktop.
XRef Blog Post Gist
{
"entity": "Country",
"source": {
"participant": "SystemY",
"attribute": "Name",
"value": "Australia"
},
"target": {
"participant": "SystemX",
"attribute": "Code",
}
}
{
"entity": "Country",
"target": {
"participant": "SystemX",
"attribute": "Code",
"value": "AU"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment