File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/geophires_x_schema_generator Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def get_parameter_sources(self) -> list:
78
78
]
79
79
80
80
def get_schema_title (self ) -> str :
81
- return 'GEOPHIRES-X '
81
+ return 'GEOPHIRES'
82
82
83
83
def get_parameters_json (self ) -> Tuple [str , str ]:
84
84
Original file line number Diff line number Diff line change 2
2
"definitions" : {},
3
3
"$schema" : " http://json-schema.org/draft-04/schema#" ,
4
4
"type" : " object" ,
5
- "title" : " GEOPHIRES-X Request Schema" ,
5
+ "title" : " GEOPHIRES Request Schema" ,
6
6
"required" : [
7
7
" Reservoir Model" ,
8
8
" Reservoir Depth" ,
Original file line number Diff line number Diff line change 2
2
"definitions" : {},
3
3
"$schema" : " http://json-schema.org/draft-04/schema#" ,
4
4
"type" : " object" ,
5
- "title" : " GEOPHIRES-X Result Schema" ,
5
+ "title" : " GEOPHIRES Result Schema" ,
6
6
"required" : [],
7
7
"properties" : {
8
8
"SUMMARY OF RESULTS" : {
You can’t perform that action at this time.
0 commit comments