|
5 | 5 | TEST_SCHEMA = { |
6 | 6 | "metadata": { |
7 | 7 | "name": "test_dataset", |
8 | | - "api_version": "1.0.0", |
9 | | - "created_on": "2023-01-01T00:00:00Z", |
| 8 | + "apiVersion": "1.0.0", |
| 9 | + "createdOn": "2023-01-01T00:00:00Z", |
10 | 10 | }, |
11 | 11 | "variables": [ |
12 | 12 | { |
13 | 13 | "name": "actual_variable", |
14 | | - "data_type": "float32", |
| 14 | + "dataType": "float32", |
15 | 15 | "dimensions": ["dim0", "dim1"], |
16 | 16 | "compressor": {"name": "blosc", "level": 3}, |
17 | 17 | "coordinates": ["coord"], |
18 | 18 | "metadata": { |
19 | | - "chunk_grid": { |
| 19 | + "chunkGrid": { |
20 | 20 | "name": "regular", |
21 | | - "configuration": {"chunk_shape": [10, 20]}, |
| 21 | + "configuration": {"chunkShape": [10, 20]}, |
22 | 22 | }, |
23 | 23 | }, |
24 | 24 | }, |
25 | 25 | { |
26 | 26 | "name": "coord", |
27 | | - "data_type": "float32", |
| 27 | + "dataType": "float32", |
28 | 28 | "dimensions": ["dim0", "dim1"], |
29 | 29 | "metadata": { |
30 | | - "chunk_grid": { |
| 30 | + "chunkGrid": { |
31 | 31 | "name": "regular", |
32 | | - "configuration": {"chunk_shape": [10, 20]}, |
| 32 | + "configuration": {"chunkShape": [10, 20]}, |
33 | 33 | }, |
34 | | - "units_v1": {"length": "m"}, |
| 34 | + "unitsV1": {"length": "m"}, |
35 | 35 | }, |
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "name": "dim0", |
39 | | - "data_type": "int32", |
| 39 | + "dataType": "int32", |
40 | 40 | "dimensions": [{"name": "dim0", "size": 100}], |
41 | 41 | }, |
42 | 42 | { |
43 | 43 | "name": "dim1", |
44 | | - "data_type": "int32", |
| 44 | + "dataType": "int32", |
45 | 45 | "dimensions": [{"name": "dim1", "size": 200}], |
46 | 46 | }, |
47 | 47 | ], |
|
0 commit comments