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