From 081dea194ba8f63878735775416c12faa769b6b3 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 8 Aug 2017 13:06:05 +0300 Subject: Add traceId foreign key to job model --- opendc-api-spec.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'opendc-api-spec.json') 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" } } }, -- cgit v1.2.3