From 5b05e4879f855e6f51423042cf4971ee16f864f6 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 2 Nov 2021 11:24:37 +0000 Subject: [PATCH] schemas: commodity: README: Call out `statusFlags` --- schemas/commodity-README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schemas/commodity-README.md b/schemas/commodity-README.md index 2452530..e50d411 100644 --- a/schemas/commodity-README.md +++ b/schemas/commodity-README.md @@ -18,6 +18,11 @@ the event. It *is* also possible to construct this data from a CAPI `/market` query. See [Using CAPI data](#using-capi-data) below. +### Statusflags +`statusFlags` is an optional augmentation that can be used to identify +`Producer`, `Consumer`, and `Rare` goods from the output of `Market.json`. +So, as per the schema, do include it if available. + ### Key Renames Many of the key names have a different case defined in this schema, make sure you are renaming them as appropriate.