Skip to content

Commit

Permalink
sptx: unify URLs used as schema IDs (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore authored Nov 1, 2018
1 parent 776f8f0 commit 73b665b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sptx_format/schema/field_of_view/tiles/coordinates.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/sptx-format/schema/field_of_view/tiles/coordinates.json",
"$id": "https://github.com/spacetx/starfish/sptx-format/schema/field_of_view/tiles/coordinates.json",
"type": "object",
"description": "Physical coordinates of the tile.",
"required": [
Expand Down
2 changes: 1 addition & 1 deletion sptx_format/schema/field_of_view/tiles/indices.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/sptx-format/schema/field_of_view/tiles/indices.json",
"$id": "https://github.com/spacetx/starfish/sptx-format/schema/field_of_view/tiles/indices.json",
"type": "object",
"description": "Describes the categorical indices (channel, round, and z-section) of this tile.",
"required": "c",
Expand Down

0 comments on commit 73b665b

Please sign in to comment.