1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/airbyte-json-validation
Cole Snodgrass 2e099acc52 update headers from 2022 -> 2023 (#22594)
* It's 2023!

* 2022 -> 2023

---------

Co-authored-by: evantahler <evan@airbyte.io>
2023-02-08 13:01:16 -08:00
..
2021-09-27 11:17:17 -07:00
2022-03-13 14:45:36 -07:00

airbyte-json-validation

This module contains shared Java code for validating JSON objects.

Key Files

  • JsonSchemaValidator.java is the main entrypoint into this library, defining convenience methods for validation.
  • ConfigSchemaValidator.java is additional sugar to make it easy to validate objects whose schemas are defined in ConfigSchema.