-
Notifications
You must be signed in to change notification settings - Fork 5
/
bioformats.json
50 lines (50 loc) · 1.33 KB
/
bioformats.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"pk": null,
"model": "tardis_portal.schema",
"fields": {
"name": "Bioformats Information",
"namespace": "http://tardis.edu.au/schemas/bioformats/1",
"subtype": "",
"hidden": false,
"type": 3,
"immutable": true
}
},
{
"pk": null,
"model": "tardis_portal.parametername",
"fields": {
"name": "previewImage",
"data_type": 5,
"is_searchable": false,
"choices": "",
"comparison_type": 1,
"full_name": "Preview Image",
"units": "image",
"order": 1,
"immutable": true,
"schema": [
"http://tardis.edu.au/schemas/bioformats/1"
]
}
},
{
"pk": null,
"model": "tardis_portal.parametername",
"fields": {
"name": "image_information",
"data_type": 2,
"is_searchable": true,
"choices": "",
"comparison_type": 8,
"full_name": "Image Attribute",
"units": "",
"order": 9999,
"immutable": true,
"schema": [
"http://tardis.edu.au/schemas/bioformats/1"
]
}
}
]