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:
7878 ]
7979
8080 def get_schema_title (self ) -> str :
81- return 'GEOPHIRES-X '
81+ return 'GEOPHIRES'
8282
8383 def get_parameters_json (self ) -> Tuple [str , str ]:
8484
Original file line number Diff line number Diff line change 22 "definitions" : {},
33 "$schema" : " http://json-schema.org/draft-04/schema#" ,
44 "type" : " object" ,
5- "title" : " GEOPHIRES-X Request Schema" ,
5+ "title" : " GEOPHIRES Request Schema" ,
66 "required" : [
77 " Reservoir Model" ,
88 " Reservoir Depth" ,
Original file line number Diff line number Diff line change 22 "definitions" : {},
33 "$schema" : " http://json-schema.org/draft-04/schema#" ,
44 "type" : " object" ,
5- "title" : " GEOPHIRES-X Result Schema" ,
5+ "title" : " GEOPHIRES Result Schema" ,
66 "required" : [],
77 "properties" : {
88 "SUMMARY OF RESULTS" : {
You can’t perform that action at this time.
0 commit comments