json input field type, improved zapier versions output, and a schema validation fix.
You can now accept structured JSON input from users with the new json field type. Optionally provide a schema to validate and describe the expected shape:
cli
- ๐
Clarify
zapier-platform versionstimestamps with separate โCreated atโ and โUpdated atโ columns (#1275)
core
- ๐ Add JSON field type handling with schema-aware TypeScript inference (#1273)
schema
- ๐ Add JSON input field type with optional
schemaproperty for structured data (#1265) - ๐ Validate
schemaproperty on JSON fields against JSON Schema meta-schema (#1267) - ๐ Fix oneOf ambiguity in FieldChoicesSchema that caused server-side validation errors for function-based dynamic dropdowns (#1268)
- ๐ Update
skipThrowForStatusdocumentation to note 401 errors are not subject to the flag (#1270)