{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Amount", "type": "object", "properties": { "currency": { "type": "string", "description": "ISO 4217 code for Currency." }, "value": { "type": "number", "description": "Amount value." } } }