Last active
September 28, 2019 07:39
-
-
Save valeriocos/6961f551f6a57c8f3cb04c128fc54a32 to your computer and use it in GitHub Desktop.
An example of external data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"query_fields": [ | |
{ | |
"field": "Author_name", | |
"value": "Miguel Ángel Fernández" | |
} | |
], | |
"set_extra_fields": [ | |
{ | |
"field": "team", | |
"value": "engineering" | |
}, | |
{ | |
"field": "subteam", | |
"value": "new platform" | |
} | |
], | |
"remove_extra_fields": [ | |
{ | |
"field": "team_id" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment