Skip to content

Commit

Permalink
Update valuation.schema.json
Browse files Browse the repository at this point in the history
fix typo in 2.0 version of schema
  • Loading branch information
kriswest authored Oct 25, 2022
1 parent e9079e5 commit f30b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/static/schemas/2.0/valuation.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
},
Expand Down

0 comments on commit f30b08e

Please sign in to comment.