Skip to content

Commit b91fd82

Browse files
committed
correct versioning semantic
Previously `0.6dev2`, now `0.6.dev2`
1 parent 0b842a2 commit b91fd82

29 files changed

Lines changed: 131 additions & 131 deletions

ngff_spec/examples/multiscales_strict/multiscales_example_relative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"multiscales": [
33
{
4-
"version": "0.6dev2",
4+
"version": "0.6.dev2",
55
"name": "example",
66
"coordinateSystems" : [
77
{

ngff_spec/examples/multiscales_strict/multiscales_transformations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"node_type": "group",
44
"attributes": {
55
"ome": {
6-
"version": "0.6dev2",
6+
"version": "0.6.dev2",
77
"multiscales": [
88
{
99
"coordinateSystems": [

ngff_spec/schemas/_version.schema

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/_version.schema",
3+
"$id": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/_version.schema",
44
"title": "OME-Zarr Metadata version",
55
"description": "The version of the OME-Zarr Metadata",
66
"type": "string",
77
"enum": [
8-
"0.6dev2"
8+
"0.6.dev2"
99
]
1010
}

ngff_spec/schemas/axes.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/axes.schema",
3+
"$id": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/axes.schema",
44
"title": "NGFF Axes",
55
"description": "JSON from OME-NGFF .zattrs",
66
"type": "array",

ngff_spec/schemas/bf2raw.schema

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/bf2raw.schema",
3+
"$id": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/bf2raw.schema",
44
"title": "OME-Zarr container produced by bioformats2raw",
55
"description": "The zarr.json attributes key",
66
"type": "object",
@@ -17,7 +17,7 @@
1717
]
1818
},
1919
"version": {
20-
"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/_version.schema"
20+
"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/_version.schema"
2121
}
2222
},
2323
"required": [

ngff_spec/schemas/coordinate_systems.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/coordinate_systems.schema",
3+
"$id": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/coordinate_systems.schema",
44
"title": "NGFF CoordinateSystem",
55
"description": "JSON from OME-NGFF .zattrs",
66
"type": "array",

ngff_spec/schemas/coordinate_systems_and_transforms.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/coordinate_systems_and_transforms.schema",
3+
"$id": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/coordinate_systems_and_transforms.schema",
44
"title": "NGFF Coordinate Systems and Transforms",
55
"description": "Coordinate Systems and transforms for OME-NGFF",
66
"type": "object",

ngff_spec/schemas/coordinate_transformations.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/coordinate_transformations.schema",
3+
"$id": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/coordinate_transformations.schema",
44
"title": "NGFF Coordinate Systems and Transforms",
55
"description": "Coordinate Systems and transforms for OME-NGFF",
66
"type": "array",

ngff_spec/schemas/image.schema

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/image.schema",
3+
"$id": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/image.schema",
44
"title": "OME-Zarr Image",
55
"description": "The zarr.json attributes key",
66
"type": "object",
@@ -10,13 +10,13 @@
1010
"type": "object",
1111
"properties": {
1212
"multiscales": {
13-
"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/image.schema#/$defs/multiscales"
13+
"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/image.schema#/$defs/multiscales"
1414
},
1515
"omero": {
16-
"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/image.schema#/$defs/omero"
16+
"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/image.schema#/$defs/omero"
1717
},
1818
"version": {
19-
"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/_version.schema"
19+
"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/_version.schema"
2020
}
2121
},
2222
"required": [
@@ -51,7 +51,7 @@
5151
"type": "array",
5252
"uniqueItems": true,
5353
"items": {
54-
"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/image.schema#/$defs/multiscale_coordinateTransformations"
54+
"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/image.schema#/$defs/multiscale_coordinateTransformations"
5555
},
5656
"minItems": 1,
5757
"maxItems": 1
@@ -66,21 +66,21 @@
6666
"version": {
6767
"type": "string",
6868
"enum": [
69-
"0.6dev2"
69+
"0.6.dev2"
7070
]
7171
},
7272
"coordinateSystems": {
7373
"type": "array",
7474
"minItems": 1,
7575
"items": {
76-
"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/coordinate_systems.schema#/$defs/coordinateSystem"
76+
"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/coordinate_systems.schema#/$defs/coordinateSystem"
7777
}
7878
},
7979
"coordinateTransformations": {
8080
"type": "array",
8181
"minItems": 1,
8282
"items": {
83-
"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/coordinate_transformations.schema#/$defs/coordinateTransformation"
83+
"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/coordinate_transformations.schema#/$defs/coordinateTransformation"
8484
}
8585
}
8686
},
@@ -94,7 +94,7 @@
9494
"multiscale_coordinateTransformations": {
9595
"description": "OME-NGFF coordinate transformation for multiscale resolution level datasets (only scale or scale & translate).",
9696
"oneOf": [
97-
{"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/coordinate_transformations.schema#/$defs/scale"},
97+
{"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/coordinate_transformations.schema#/$defs/scale"},
9898
{
9999
"type": "object",
100100
"properties": {
@@ -103,8 +103,8 @@
103103
"type": "array",
104104
"items": {
105105
"oneOf": [
106-
{"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/coordinate_transformations.schema#/$defs/scale"},
107-
{"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/coordinate_transformations.schema#/$defs/translation"}
106+
{"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/coordinate_transformations.schema#/$defs/scale"},
107+
{"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/coordinate_transformations.schema#/$defs/translation"}
108108
]
109109
},
110110
"minItems": 2,

ngff_spec/schemas/label.schema

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://ngff.openmicroscopy.org/0.6dev2/schemas/label.schema",
3+
"$id": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/label.schema",
44
"title": "OME-Zarr labelled image schema",
55
"description": "The zarr.json attributes key",
66
"type": "object",
@@ -13,7 +13,7 @@
1313
"$ref": "#/$defs/image-label"
1414
},
1515
"version": {
16-
"$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/_version.schema"
16+
"$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/_version.schema"
1717
}
1818
},
1919
"required": [

0 commit comments

Comments
 (0)