diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-08 13:06:05 +0300 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-08 13:06:05 +0300 |
| commit | 081dea194ba8f63878735775416c12faa769b6b3 (patch) | |
| tree | 0859be91671ae203a0495452825d8a477c1c1e4e /opendc-api-spec.json | |
| parent | de280cce9c63aa95b1fda7d68bf5940db0ed6bcd (diff) | |
Add traceId foreign key to job model
Diffstat (limited to 'opendc-api-spec.json')
| -rw-r--r-- | opendc-api-spec.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opendc-api-spec.json b/opendc-api-spec.json index 070d497b..7a8cd4d8 100644 --- a/opendc-api-spec.json +++ b/opendc-api-spec.json @@ -3927,6 +3927,9 @@ }, "name": { "type": "string" + }, + "traceId": { + "type": "integer" } } }, |
