FaradayInstitution / BPX

BPX schema in pydantic and JSON schema format, and parsers
MIT License
25 stars 12 forks source link

Raise error for extra fields #14

Closed rtimms closed 1 year ago

rtimms commented 1 year ago

Raise an error if there are fields in the JSON file that aren't in the schema

See https://stackoverflow.com/questions/71837398/pydantic-validations-for-extra-fields-that-not-defined-in-schema

rtimms commented 1 year ago

Fixed by #16