[
{
"action": "pariatur",
"path_raw": "culpa quis",
"path_evaluated": "in minim",
"value_raw": "Excepteur",
"value_evaluated": "fugiat dolor anim et culpa"
},
{
"action": "nostrud ut in voluptate",
"path_raw": "anim consequat cillum",
"path_evaluated": "laborum dolor enim sunt",
"value_raw": "ullamco adipisicing",
"value_evaluated": "proident culpa cupidatat ipsum"
}
]
Copied to Clipboard
{
"oneOf": [
{
"type": "array",
"items": {
"type": "object",
"properties": {
"action": {
"type": "string",
"description": "Action taken by NSO"
},
"path_raw": {
"type": "string",
"description": "The raw path provided by the call"
},
"path_evaluated": {
"type": "string",
"description": "The path with all of the variables replaced"
},
"value_raw": {
"type": "string",
"description": "The value provided by the call"
},
"value_evaluated": {
"type": "string",
"description": "The vlaue with the variables replaced"
}
}
}
}
]
}