Hello everyone, may I know how to test if our json...
# ask-community-for-troubleshooting
m
Hello everyone, may I know how to test if our json schema is correct?
m
If you run integration tests some of test will validate the json field type with the record you receive pulling from the API
If you want to validate only the Json file: https://jsonlint.com/
m
Got it @Marcos Marx (Airbyte) Thanks! 🙂