You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read a JSON Schema's properties map as schemas, so a correctly typed property such as duration_ms: {"type": "integer"} no longer fails the suffix type check
Keep the runtime suffix check for a properties entry holding a scalar or an array, which is data rather than a schema
Document the schema reading, its bounds, and the scalar carve-out in the spec's Suffixes section
Upgrade toml_parser to 1.1.3 and @types/node to 26.1.2