[
{
"action": "consectetur esse sit do deserunt",
"path_raw": "et exercitation esse nostrud cupidatat",
"path_evaluated": "aliqua proident",
"value_raw": "ullamco exercitation sed",
"value_evaluated": "Lorem exercitation Excepteur laboris sunt"
},
{
"action": "in laborum voluptate",
"path_raw": "nostrud veniam enim fugiat dolor",
"path_evaluated": "reprehenderit voluptate",
"value_raw": "sit nulla",
"value_evaluated": "proident"
},
{
"action": "in Excepteur exercitation",
"path_raw": "anim proident fugiat",
"path_evaluated": "mollit in pariatur",
"value_raw": "et anim laborum id",
"value_evaluated": "commodo deserunt aliqua"
}
]
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"
}
}
}
}
]
}