{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Currency", "type": "object", "properties": { "id": { "type": "string" }, "code": { "type": "string" }, "displayName": { "type": "string" }, "symbol": { "type": "string" }, "amountDecimalPlaces": { "type": "string" }, "amountRoundingPrecision": { "type": "number" }, "lastModifiedDateTime": { "type": "string" } } }