Currency code for cost values
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Currency", "title": "Currency", "description": "Currency code for cost values", "enum": [ "USD" ], "type": "string" }