Get effective schema
get_effective_schemaGet the effective JSON Schema for a field: the static schema overlaid with LIVE meta-derived constraints (current min/max/required/…). Check this BEFORE writing a value to learn what the reactive pipeline will accept, instead of discovering an invalid mutation only by trying it and getting a schema-violation error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The model id. | |
| path | Yes | A canonical JSON Path address, e.g. "$.order.total". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||