Skip to content

Commit

Permalink
Change the root schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Nov 10, 2024
1 parent 5dfa8f9 commit 4d36d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/higlass_schema/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def schema():
ordered_root = OrderedDict(
[
("$schema", GenerateJsonSchema.schema_dialect),
("$id", "https://higlass.io/#viewconf"),
("$id", "https://higlass.io/schemas/viewconf"),
*root.items(),
]
)
Expand Down

0 comments on commit 4d36d6e

Please sign in to comment.