How to automatically validate your input and output with JSONSchema
--validation
command option.nango
folder:
schema.ts
a TypeScript file that contains all your models.schema.json
a JSON Schema file that is used for automatic data validation.schema.json
in your codebasego-jsonschema
golang package. This tool converts JSON Schema definitions into Golang struct. Note that some syntax are not supported by this package.