{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RevenueCurrencyPropertyConfig", "title": "RevenueCurrencyPropertyConfig", "additionalProperties": false, "properties": { "property": { "default": null, "title": "Property", "type": "string", "nullable": true }, "static": { "default": null, "allOf": [ { "$ref": "#/components/schemas/CurrencyCode" } ], "nullable": true } }, "type": "object" }