diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-07-16 22:04:35 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:06 +0200 |
| commit | 5d528f6b1902d372eb2ef594bc96712ad74ac361 (patch) | |
| tree | cc17c4b72724aba6a1038412f891c2d0e506d6a8 /opendc-api-spec.yml | |
| parent | a4ae44e7f5bbfb293cdce256da3c40f927605ac9 (diff) | |
Add prototype of web experiment runner
This change adds a bridge between the frontend and the new simulator
implementation via MongoDB.
Diffstat (limited to 'opendc-api-spec.yml')
| -rw-r--r-- | opendc-api-spec.yml | 7 |
1 files changed, 5 insertions, 2 deletions
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: |
