From f30b08e199f418133c2480796737bc4879ac1f3a Mon Sep 17 00:00:00 2001 From: Kris West Date: Tue, 25 Oct 2022 15:01:20 +0100 Subject: [PATCH] Update valuation.schema.json fix typo in 2.0 version of schema --- website/static/schemas/2.0/valuation.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/schemas/2.0/valuation.schema.json b/website/static/schemas/2.0/valuation.schema.json index f2f0e5355..4aa1d7cd9 100644 --- a/website/static/schemas/2.0/valuation.schema.json +++ b/website/static/schemas/2.0/valuation.schema.json @@ -8,7 +8,7 @@ "type": { "const": "fdc3.valuation" }, "value": { "type": "number" }, "price": { "type": "number"}, - "CURRENCY_ISCODE": { "type": "string", "pattern": "^[A-Z]{3}$" }, + "CURRENCY_ISOCODE": { "type": "string", "pattern": "^[A-Z]{3}$" }, "valuationTime": {"type": "string", "format": "date-time" }, "expiryTime": {"type": "string", "format": "date-time" } },