|
1 | 1 | { |
2 | 2 | "$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", |
4 | 4 | "title": "OME-Zarr Image", |
5 | 5 | "description": "The zarr.json attributes key", |
6 | 6 | "type": "object", |
|
10 | 10 | "type": "object", |
11 | 11 | "properties": { |
12 | 12 | "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" |
14 | 14 | }, |
15 | 15 | "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" |
17 | 17 | }, |
18 | 18 | "version": { |
19 | | - "$ref": "https://ngff.openmicroscopy.org/0.6dev2/schemas/_version.schema" |
| 19 | + "$ref": "https://ngff.openmicroscopy.org/0.6.dev2/schemas/_version.schema" |
20 | 20 | } |
21 | 21 | }, |
22 | 22 | "required": [ |
|
51 | 51 | "type": "array", |
52 | 52 | "uniqueItems": true, |
53 | 53 | "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" |
55 | 55 | }, |
56 | 56 | "minItems": 1, |
57 | 57 | "maxItems": 1 |
|
66 | 66 | "version": { |
67 | 67 | "type": "string", |
68 | 68 | "enum": [ |
69 | | - "0.6dev2" |
| 69 | + "0.6.dev2" |
70 | 70 | ] |
71 | 71 | }, |
72 | 72 | "coordinateSystems": { |
73 | 73 | "type": "array", |
74 | 74 | "minItems": 1, |
75 | 75 | "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" |
77 | 77 | } |
78 | 78 | }, |
79 | 79 | "coordinateTransformations": { |
80 | 80 | "type": "array", |
81 | 81 | "minItems": 1, |
82 | 82 | "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" |
84 | 84 | } |
85 | 85 | } |
86 | 86 | }, |
|
94 | 94 | "multiscale_coordinateTransformations": { |
95 | 95 | "description": "OME-NGFF coordinate transformation for multiscale resolution level datasets (only scale or scale & translate).", |
96 | 96 | "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"}, |
98 | 98 | { |
99 | 99 | "type": "object", |
100 | 100 | "properties": { |
|
103 | 103 | "type": "array", |
104 | 104 | "items": { |
105 | 105 | "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"} |
108 | 108 | ] |
109 | 109 | }, |
110 | 110 | "minItems": 2, |
|
0 commit comments