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