Skip to content

Instantly share code, notes, and snippets.

@codedmart
Created January 23, 2016 19:56
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 codedmart/7c075ca2ab7e665deb9d to your computer and use it in GitHub Desktop.
Save codedmart/7c075ca2ab7e665deb9d to your computer and use it in GitHub Desktop.
{
logical_operator:"and",
conditions:[
{
path:"asset",
relation:"is",
values:[
{
type:"value",
id:4325
}
]
},
{
logical_operator:"or",
conditions:[
{
path:"assets",
relation:"is",
values:[
{
type:"Asset",
id:1
}
]
},
{
path:"assets",
relation:"is",
values:[
{
type:"Asset",
id:2
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment