{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Money", "type": "object", "properties": { "currencyCode": { "type": "string" }, "units": { "type": "string" }, "nanos": { "type": "integer" } } }