get_fields_schema
Exact set of fields supported by the operation's 'fields' selector (GraphQL-like syntax: '{id, firstName, tags{id, text}}'), respecting the current admin's rights. Returns the root entity's scalar fields in full; nested entities are stubs marked expandable=true — expand one by re-calling with 'path'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional dot-path to expand a nested node, e.g. 'orders.product'. | |
| operationId | Yes | Operation id from list_operations/search_operations. |