docs(datasources/custom): add link to online tester for jsonata rules (#31486)

This commit is contained in:
RahulGautamSingh 2024-09-23 19:56:50 +05:30 committed by GitHub
parent 5b9a25b23d
commit 5c29fe8cc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,10 @@ Options:
| format | `"json"` | format used by the API. Available values are: `json`, `plain`, `yaml`, `html` | | format | `"json"` | format used by the API. Available values are: `json`, `plain`, `yaml`, `html` |
| transformTemplates | `[]` | [JSONata rules](https://docs.jsonata.org/simple) to transform the API output. Each rule will be evaluated after another and the result will be used as input to the next | | transformTemplates | `[]` | [JSONata rules](https://docs.jsonata.org/simple) to transform the API output. Each rule will be evaluated after another and the result will be used as input to the next |
<!-- prettier-ignore -->
!!! tip
Use [JSONata Exerciser](https://try.jsonata.org/) to test your JSONata rules.
Available template variables: Available template variables:
- `packageName` - `packageName`