Skip to content

Update data files in tests/ to reflect latest schema and update schema version pin #88

@eecavanna

Description

@eecavanna

The schema used by the ingester (in the test suite) is pinned to some version that the data files in tests/ conform to.

parser.add_argument(
"--schema-path",
default="https://raw.githubusercontent.com/ber-data/bertron-schema/96cbe257717d44137440be369a8414d153579926/src/schema/jsonschema/bertron_schema.json",
help="Path or URL to the BERtron schema JSON file",
)

parser.add_argument(
"--input", required=True, help="Path to the input JSON file or directory"
)

This task is about updating both (a) those data files and (b) which version of the schema is pinned.

Long term, we may be able to get example data from the schema package, itself. See: ber-data/bertron-schema#61

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions