{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.currencyColumn", "title": "currencyColumn", "required": [ "@odata.type" ], "type": "object", "properties": { "locale": { "type": "string", "description": "Specifies the locale from which to infer the currency symbol.", "nullable": true }, "@odata.type": { "type": "string" } } }