-
Notifications
You must be signed in to change notification settings - Fork 0
/
json_to_python_config.yaml
59 lines (50 loc) · 1.22 KB
/
json_to_python_config.yaml
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
51
52
53
54
55
56
57
58
59
document:
version: 0.1.0
json_file: document-schema.json
python_file: document_schema.py
model_name: ScriptSchemaDraft
geospatial:
version: 0.1.0
json_file: geospatial-schema.json
python_file: geospatial_schema.py
model_name: GeospatialSchema
image:
version: 0.1.0
json_file: image-schema.json
python_file: image_schema.py
model_name: ImageDataTypeSchema
microdata:
version: 0.1.0
json_file: microdata-schema.json
python_file: microdata_schema.py
model_name: DdiSchema
resource:
version: 0.1.0
json_file: resource-schema.json
python_file: resource_schema.py
model_name: Model
script:
version: 0.1.0
json_file: script-schema.json
python_file: script_schema.py
model_name: ResearchProjectSchemaDraft
table:
version: 0.1.0
json_file: table-schema.json
python_file: table_schema.py
model_name: Model
indicators_db:
version: 0.1.0
json_file: timeseries-db-schema.json
python_file: indicators_db_schema.py
model_name: TimeseriesDatabaseSchema
indicator:
version: 0.1.0
json_file: timeseries-schema.json
python_file: indicator_schema.py
model_name: TimeseriesSchema
video:
version: 0.1.0
json_file: video-schema.json
python_file: video_schema.py
model_name: Model