well_strict Examples#
This document contains JSON examples for well_strict metadata layouts.
well_4fields#
1{
2 "well": {
3 "images": [
4 {
5 "acquisition": 1,
6 "path": "0"
7 },
8 {
9 "acquisition": 1,
10 "path": "1"
11 },
12 {
13 "acquisition": 2,
14 "path": "2"
15 },
16 {
17 "acquisition": 2,
18 "path": "3"
19 }
20 ],
21 "version": "0.4"
22 }
23}
well_2fields#
1{
2 "well": {
3 "images": [
4 {
5 "acquisition": 0,
6 "path": "0"
7 },
8 {
9 "acquisition": 3,
10 "path": "1"
11 }
12 ],
13 "version": "0.4"
14 }
15}