{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.partners.billing.blob",
"title": "blob",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The blob name."
},
"partitionValue": {
"type": "string",
"description": "The partition that contains the file. A large partition is split into multiple files, each with the same partitionValue."
},
"@odata.type": {
"type": "string"
}
}
}