From 72ebafa5f56ae4cf6b56f276d36f593592cda64b Mon Sep 17 00:00:00 2001 From: jixxed Date: Mon, 9 Jan 2023 22:53:31 +0100 Subject: [PATCH 1/2] Update readme ellisions for journal based commodity messages --- schemas/commodity-README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/commodity-README.md b/schemas/commodity-README.md index 220363a..6b95bdd 100644 --- a/schemas/commodity-README.md +++ b/schemas/commodity-README.md @@ -51,6 +51,10 @@ In the list of commodites: Limpets - not purchasable in station market) or a *non-empty*`"legality":` string (not normally traded at this station market). +If the data is sourced from the journal folder: +- Remove the `$` prefix and `_name;` suffix from the `Name` field. +- There will be no `prohibited` and `economies` to send. Exclude these from the message. + #### Item Category Remove not only the `Category_Localised` key:values, but also the `Category` key:value pair from each Item. From ee217d24a2f362bac69b97db5b3f7cec3ffed0a8 Mon Sep 17 00:00:00 2001 From: jixxed Date: Tue, 10 Jan 2023 15:09:42 +0100 Subject: [PATCH 2/2] Improve description --- schemas/commodity-README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/commodity-README.md b/schemas/commodity-README.md index 6b95bdd..6140346 100644 --- a/schemas/commodity-README.md +++ b/schemas/commodity-README.md @@ -53,7 +53,8 @@ In the list of commodites: If the data is sourced from the journal folder: - Remove the `$` prefix and `_name;` suffix from the `Name` field. -- There will be no `prohibited` and `economies` to send. Exclude these from the message. +- As the Journal Market.json doesn't contain `economies` or `prohibited` data, + leave these entirely out of the message. You **MUST NOT** send empty lists. #### Item Category Remove not only the `Category_Localised` key:values, but also the