1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Files
airbyte/airbyte-json-validation
Edward Gao 56bfdaab6a RecordSchemaValidator can resolve $ref schemas (#19625)
* put WellKnownTypes.json in worker

* misc random experimentation

* finalize

* add test

* copypasta error

* formatting

* pmd

* other pmd >.>

* generate in gradle

* better interface + comment

* formatting

* better dockerfile caching
2022-11-30 07:59:10 -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.