Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save speedblue/b370d1e9c4154b584d7caac0923f882b to your computer and use it in GitHub Desktop.
Example of two records with different facets and distinct
[
{
"name": "First",
"facet": [
"A",
"B"
],
"distinctKey": "key1"
},
{
"name": "Second",
"facet": [
"B",
"C"
],
"distinctKey": "key1"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment