Skip to content

Commit

Permalink
rename paths to schemas in schema tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed May 4, 2024
1 parent f4c7db3 commit 2075601
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion latest/examples/bf2raw/.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"schema": "schemas/bf2raw.schema"
"schema": "schemas/bf2raw.schema.json"
}
2 changes: 1 addition & 1 deletion latest/examples/label_strict/.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"schema": "schemas/strict_label.schema"
"schema": "schemas/strict_label.schema.json"
}
2 changes: 1 addition & 1 deletion latest/examples/multiscales_strict/.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"schema": "schemas/strict_image.schema"
"schema": "schemas/strict_image.schema.json"
}
2 changes: 1 addition & 1 deletion latest/examples/ome/.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"schema": "schemas/ome.schema"
"schema": "schemas/ome.schema.json"
}
2 changes: 1 addition & 1 deletion latest/examples/plate_strict/.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"schema": "schemas/strict_plate.schema"
"schema": "schemas/strict_plate.schema.json"
}
2 changes: 1 addition & 1 deletion latest/examples/well_strict/.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"schema": "schemas/strict_well.schema"
"schema": "schemas/strict_well.schema.json"
}
2 changes: 1 addition & 1 deletion latest/tests/image_suite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "TBD",
"schema": {
"id": "schemas/image.schema"
"id": "schemas/image.schema.json"
},
"tests": [
{
Expand Down
2 changes: 1 addition & 1 deletion latest/tests/label_suite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Tests for the image-label JSON schema",
"schema": {
"id": "schemas/label.schema"
"id": "schemas/label.schema.json"
},
"tests": [
{
Expand Down
2 changes: 1 addition & 1 deletion latest/tests/plate_suite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Tests for the plate JSON schema",
"schema": {
"id": "schemas/plate.schema"
"id": "schemas/plate.schema.json"
},
"tests": [
{
Expand Down
2 changes: 1 addition & 1 deletion latest/tests/strict_image_suite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "TBD",
"schema": {
"id": "schemas/strict_image.schema"
"id": "schemas/strict_image.schema.json"
},
"tests": [
{
Expand Down
2 changes: 1 addition & 1 deletion latest/tests/strict_label_suite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Tests for the strict image-label JSON schema",
"schema": {
"id": "schemas/strict_label.schema"
"id": "schemas/strict_label.schema.json"
},
"tests": [
{
Expand Down
2 changes: 1 addition & 1 deletion latest/tests/strict_plate_suite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Tests for the strict plate JSON schema",
"schema": {
"id": "schemas/strict_plate.schema"
"id": "schemas/strict_plate.schema.json"
},
"tests": [
{
Expand Down
2 changes: 1 addition & 1 deletion latest/tests/strict_well_suite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Tests for the strict well JSON schema",
"schema": {
"id": "schemas/strict_well.schema"
"id": "schemas/strict_well.schema.json"
},
"tests": [
{
Expand Down
2 changes: 1 addition & 1 deletion latest/tests/well_suite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Tests for the well JSON schema",
"schema": {
"id": "schemas/well.schema"
"id": "schemas/well.schema.json"
},
"tests": [
{
Expand Down

0 comments on commit 2075601

Please sign in to comment.