Commit dc3334bf authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slapos_jio_api_style: Update software installation return dedicated Schema

parent ac0e8ea0
......@@ -46,7 +46,7 @@ if "error_status" in data_dict:
software_installation.setErrorStatus('while installing %s' % url)
return json.dumps({
"$schema": "id-response-schema.json",
"$schema": json_form.absolute_url().strip() + "/getOutputJSONSchema",
"id": software_installation.getRelativeUrl(),
"date": str(DateTime()),
"success": "Done"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment