Skip to content

v0.2.0

Choose a tag to compare

@para1992 para1992 released this 14 Aug 21:34
· 25 commits to main since this release

Added

  • StrictSchema for consumer-defined portable strict structured-output schemas.
  • Configuration-time strict-schema validation with operation and property-level diagnostics.
  • Documentation for nullable fields in strict structured output.

object() makes every declared property required and forbids additional properties. Use nullable() when a field must be present but may contain null.