{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/priceCurrency.prop.jsd", "title": "http://alumio.com/priceCurrency", "description": "The currency (in 3-letter ISO 4217 format) of the price or a price component, when attached to `PriceSpecification` and its subtypes.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }