Skip to content

Commit d5a054d

Browse files
committed
Add $schema to strict schemas
1 parent e248081 commit d5a054d

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

ngff_spec/schemas/strict_coordinate_systems.schema

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
23
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/strict_coordinate_systems.schema",
34
"allOf" : [
45
{

ngff_spec/schemas/strict_image.schema

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
23
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/strict_image.schema",
34
"allOf": [
45
{

ngff_spec/schemas/strict_label.schema

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
23
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/strict_label.schema",
34
"allOf": [
45
{

ngff_spec/schemas/strict_plate.schema

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
23
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/strict_plate.schema",
34
"allOf": [
45
{

ngff_spec/schemas/strict_well.schema

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
23
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/strict_well.schema",
34
"allOf": [
45
{

0 commit comments

Comments
 (0)