Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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