Skip to content

Commit

Permalink
Update version in validation schema
Browse files Browse the repository at this point in the history
  • Loading branch information
qubixes committed Dec 19, 2024
1 parent 3f11e21 commit 090d3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metasyn/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

SCHEMA_BASE = {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "http://sodascience.github.io/generative_metadata_format/core/1.0.0/generative_metadata_format", # noqa: E501
"$id": "http://sodascience.github.io/generative_metadata_format/core/1.1/generative_metadata_format", # noqa: E501
"type": "object",
"properties": {
"n_rows": {"type": "number"},
Expand Down

0 comments on commit 090d3d2

Please sign in to comment.