query_validate
Validate a Jaquel query for syntax errors and best-practice compliance. Provide the query dict as input to get validation results.
Instructions
Validate a Jaquel query structure for syntax errors and best practices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Jaquel query dict to validate. Top-level key is the entity name (e.g. 'AoTest'), value is a filter/attribute object. Example: {"AoTest": {"name": {"$like": "*"}}, "$attributes": {"id": 1, "name": 1}, "$options": {"$rowlimit": 100}} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||