From 3aa7b7348ff897dc492ae7ccb5e04e44c40b9c2f Mon Sep 17 00:00:00 2001 From: AnthorNet Date: Wed, 28 Feb 2018 13:58:07 +0100 Subject: [PATCH 1/4] Update commodity-v3.0.json --- schemas/commodity-v3.0.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/commodity-v3.0.json b/schemas/commodity-v3.0.json index f3c08fa..9b8971d 100644 --- a/schemas/commodity-v3.0.json +++ b/schemas/commodity-v3.0.json @@ -41,6 +41,9 @@ "stationName": { "type" : "string", "minLength" : 1 + }, + "marketId": { + "type" : "number" }, "timestamp": { "type" : "string", From 288a6347fd2185d57b58b1541b7d44b55c47b8ae Mon Sep 17 00:00:00 2001 From: AnthorNet Date: Wed, 28 Feb 2018 13:58:38 +0100 Subject: [PATCH 2/4] Update outfitting-v2.0.json --- schemas/outfitting-v2.0.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/outfitting-v2.0.json b/schemas/outfitting-v2.0.json index 5edc97f..8ca5951 100644 --- a/schemas/outfitting-v2.0.json +++ b/schemas/outfitting-v2.0.json @@ -41,6 +41,9 @@ "stationName": { "type" : "string", "minLength" : 1 + }, + "marketId": { + "type" : "number" }, "timestamp": { "type" : "string", From cac1d2c7afae92f73b8079e1bb7682900463f1c8 Mon Sep 17 00:00:00 2001 From: AnthorNet Date: Wed, 28 Feb 2018 13:58:54 +0100 Subject: [PATCH 3/4] Update blackmarket-v1.0.json --- schemas/blackmarket-v1.0.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/blackmarket-v1.0.json b/schemas/blackmarket-v1.0.json index 374c93e..5129bd9 100644 --- a/schemas/blackmarket-v1.0.json +++ b/schemas/blackmarket-v1.0.json @@ -42,6 +42,9 @@ "stationName": { "type" : "string", "minLength" : 1 + }, + "marketId": { + "type" : "number" }, "timestamp": { "type" : "string", From ac00af5e27843254b3ab43f572c0f09723af5ac4 Mon Sep 17 00:00:00 2001 From: AnthorNet Date: Wed, 28 Feb 2018 13:59:18 +0100 Subject: [PATCH 4/4] Update shipyard-v2.0.json --- schemas/shipyard-v2.0.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/shipyard-v2.0.json b/schemas/shipyard-v2.0.json index 2892739..db88555 100644 --- a/schemas/shipyard-v2.0.json +++ b/schemas/shipyard-v2.0.json @@ -41,6 +41,9 @@ "stationName": { "type" : "string", "minLength" : 1 + }, + "marketId": { + "type" : "number" }, "timestamp": { "type" : "string",