Skip to content

Instantly share code, notes, and snippets.

@antoniogarrote
Created August 7, 2017 15:15
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 antoniogarrote/ff053f700503a2c4f82f57d249b81d28 to your computer and use it in GitHub Desktop.
Save antoniogarrote/ff053f700503a2c4f82f57d249b81d28 to your computer and use it in GitHub Desktop.
{
"@id": "http://localhost:4567/customers/$ID",
"payload:email": "?email",
"payload:account_owner": {
"payload:amount": "?amount"
},
"payload:reports": {
"payload:provider": "?provider",
"payload:score": "?score"
},
"payload:has_address": {
"payload:locality": "?city",
"payload:country": "?country",
"payload:postal_code": "?postal_code"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment