{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Currency", "type": "object", "properties": { "alphaCd": { "type": "string", "description": "The Alpha code for the currency." }, "currNam": { "type": "string", "description": "The full name of the currency." } } }