Skip to content

Commit 96b653b

Browse files
updated config.json to fix errors and regularize, ver++
1 parent c168691 commit 96b653b

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

config.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"input": "/input",
88
"job": "/job",
99
"output": "/scif/data",
10-
"container_cache": "/cache"
10+
"container_cache": "/cache"
1111
},
1212
"description": "An application that summarizes the demographics of population digital twins within various geographic boundaries.",
1313
"input_files": [
@@ -22,28 +22,29 @@
2222
"items": {
2323
"type": "string",
2424
"enum": ["US", "AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "VI", "WA", "WV", "WI", "WY"]
25-
},
25+
}
26+
},
2627
"polygon": {
2728
"type": "array",
2829
"label": "Popular Polygons for selection",
2930
"description": "List of pre-loaded polygons to analyze the population by",
3031
"items": {
3132
"type": "string",
3233
"enum": ["Wastewater Scan Polygons", "HSA boundaries", "HRR boundaries", "DMA (Designated Market Area) boundaries"]
33-
},
34+
}
35+
},
3436
"user_geo_polygon": {
35-
"type": "string",
36-
"label": "User provided polygon for analysis of population",
37-
"description": "GeoJSON file "
38-
},
37+
"type": "string",
38+
"label": "User provided polygon for analysis of population",
39+
"description": "GeoJSON file"
40+
},
3941
"user_geo_column_name": {
40-
"type": "string",
41-
"label": "Geographic Boundary name column to use for naming the different sub-populations",
42-
"description": "Column name in the input data to use for grouping the population by (e.g., 'state', 'geoid', 'NAME', etc.)"
43-
},
42+
"type": "string",
43+
"label": "Geographic Boundary name column to use for naming the different sub-populations",
44+
"description": "Column name in the input data to use for grouping the population by (e.g., 'state', 'geoid', 'NAME', etc.)",
4445
"minimum": 1
45-
},
46-
},
46+
}
47+
},
4748
"required": ["us_states","polygon"]
4849

4950
},
@@ -61,13 +62,13 @@
6162
"match": "${MATCH}/app_dtd_sciduct/*.html",
6263
"type": "html",
6364
"isContainer": false
64-
}, {
65+
},
66+
{
6567
"match": "${MATCH}/app_dtd_sciduct/*.png",
6668
"type": "png",
6769
"isContainer": false
6870
}
69-
70-
]
71+
]
7172
},
7273
"output_schema": {
7374
},
@@ -80,9 +81,9 @@
8081
"authors": [
8182
"Bryan Lewis <brylew@virginia.edu>",
8283
"Andrew Warren <asw3xp@virginia.edu>",
83-
"Brian Klahn <briandk@virginia.edu"
84+
"Brian Klahn <briandk@virginia.edu>"
8485
],
8586
"description": "Digital Twin Demographics Application",
8687
"license": "Commercial",
87-
"version": "0.3.0"
88+
"version": "0.4.1"
8889
}

0 commit comments

Comments
 (0)