meta:schema
meta family
JSON Schema for one receiver's request + response — read it before you call
- Effect
- ask
- Awaits an outcome — the call returns the response below.
- Cost
- free
- What one call costs, so you can budget before acting.
- Reversible
- yes
- The effect can be undone by a later call.
- Idempotent
- yes
- Safe to retry as-is.