{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.bookingCurrency",
"title": "microsoft.graph.bookingCurrency",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "bookingCurrency",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "The currency symbol. For example, the currency symbol for the US dollar and for the Australian dollar is $."
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.bookingCurrency"
}