From 5d528f6b1902d372eb2ef594bc96712ad74ac361 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 16 Jul 2020 22:04:35 +0200 Subject: Add prototype of web experiment runner This change adds a bridge between the frontend and the new simulator implementation via MongoDB. --- opendc-api-spec.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'opendc-api-spec.yml') diff --git a/opendc-api-spec.yml b/opendc-api-spec.yml index 39cb4f1c..36ef3c83 100644 --- a/opendc-api-spec.yml +++ b/opendc-api-spec.yml @@ -860,8 +860,11 @@ definitions: type: string name: type: string - simulationState: - type: string + simulation: + type: object + properties: + state: + type: string trace: type: object properties: -- cgit v1.2.3