Microsoft Graph · Schema

microsoft.graph.partners.billing.billing

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphpartnersbillingbilling-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.partners.billing.billing",
  "title": "microsoft.graph.partners.billing.billing",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "billing",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "manifests": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.partners.billing.manifest"
          },
          "description": "Represents metadata for the exported data.",
          "x-ms-navigationProperty": true
        },
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.partners.billing.operation"
          },
          "description": "Represents an operation to export the billing data of a partner.",
          "x-ms-navigationProperty": true
        },
        "reconciliation": {
          "$ref": "#/components/schemas/microsoft.graph.partners.billing.billingReconciliation"
        },
        "usage": {
          "$ref": "#/components/schemas/microsoft.graph.partners.billing.azureUsage"
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.partners.billing.billing"
}