Skip to content

Commit 120e6f3

Browse files
'GEOPHIRES' schema title instead of 'GEOPHIRES-X'
1 parent 5a77b85 commit 120e6f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/geophires_x_schema_generator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

0 commit comments

Comments
 (0)