{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.partners.billing.azureUsage", "title": "microsoft.graph.partners.billing.azureUsage", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "azureUsage", "required": [ "@odata.type" ], "type": "object", "properties": { "billed": { "$ref": "#/components/schemas/microsoft.graph.partners.billing.billedUsage" }, "unbilled": { "$ref": "#/components/schemas/microsoft.graph.partners.billing.unbilledUsage" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.partners.billing.azureUsage" }