Schema Subset

Callers can send only a subset of optional fields. Validation follows JSON Schema semantics:

  • If a field is optional, it may be omitted.
  • If additionalProperties is not set to false, extra keys may pass validation.

When in doubt, inspect the stored schema on the skill version you are running.

See also

Was this page helpful?