Skip to content

Commit 8bf3c51

Browse files
committed
test: add testcases for uuid
1 parent 978a418 commit 8bf3c51

2 files changed

Lines changed: 74 additions & 0 deletions

File tree

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"ome": {
3+
"version": "0.6.dev3",
4+
"multiscales": [
5+
{
6+
"name": "multiscales",
7+
"uuid": 123,
8+
"coordinateSystems": [
9+
{
10+
"name": "physical",
11+
"axes": [
12+
{
13+
"type": "space",
14+
"name": "z",
15+
"unit": "micrometer",
16+
"discrete": false
17+
},
18+
{
19+
"type": "space",
20+
"name": "y",
21+
"unit": "micrometer",
22+
"discrete": false
23+
},
24+
{
25+
"type": "space",
26+
"name": "x",
27+
"unit": "micrometer",
28+
"discrete": false
29+
}
30+
]
31+
}
32+
],
33+
"datasets": [
34+
{
35+
"path": "array",
36+
"coordinateTransformations": [
37+
{
38+
"type": "sequence",
39+
"output": "physical",
40+
"input": "array",
41+
"transformations": [
42+
{
43+
"type": "scale",
44+
"scale": [
45+
4,
46+
3,
47+
2
48+
]
49+
},
50+
{
51+
"type": "translation",
52+
"translation": [
53+
30,
54+
20,
55+
10
56+
]
57+
}
58+
],
59+
"name": "transform-name"
60+
}
61+
]
62+
}
63+
]
64+
}
65+
]
66+
},
67+
"_conformance": {
68+
"schema": {
69+
"id": "schemas/image.schema"
70+
},
71+
"valid": false
72+
}
73+
}

tests/attributes/spec/valid/image/multiscales_transform_sequence.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"multiscales": [
55
{
66
"name": "multiscales",
7+
"uuid": "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
78
"coordinateSystems": [
89
{
910
"name": "physical",

0 commit comments

Comments
 (0)