File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ def extract_check_records(openapi, version):
158158
159159 entry = {
160160 "id" : id ,
161- "path " : path ,
161+ "evaluationUrl " : path ,
162162 "method" : method ,
163163 "name" : name ,
164164 "module" : module ,
@@ -223,14 +223,14 @@ def transform_parameters_format(data):
223223 new_parameters = transform_parameters (properties_obj )
224224
225225 # Replace object with the transformed list
226- check ["parameters " ] = new_parameters
226+ check ["parameterDefinitions " ] = new_parameters
227227 return data
228228
229229
230230def transform_situation_format (data ):
231231 """Transform all `inputs.situation` in the provided list."""
232232 for check in data :
233- check ["situation " ] = check ["inputs" ]["situation" ]
233+ check ["inputDefinition " ] = check ["inputs" ]["situation" ]
234234 return data
235235
236236
You can’t perform that action at this time.
0 commit comments