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)