singer-io / singer-python

Writes the Singer format from Python
https://singer.io
Apache License 2.0
538 stars 128 forks source link

Support Draft 7 validation keys in object schemas #163

Open peterspiro opened 1 year ago

peterspiro commented 1 year ago

The list of allowed JSON STANDARD_KEYS currently reflects only the Draft 4 JSON Schema and was last updated in 2018 (https://github.com/singer-io/singer-python/pull/92).

It would be very helpful if the list could be updated to include more recent keys -- such as required, minProperties, and maxProperties -- that are now available in Draft 7.

Thanks!