Microsoft Graph · Schema
fileDetails
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
Properties
| Name | Type | Description |
|---|---|---|
| fileName | string | The name of the file. |
| filePath | string | The file path (location) of the file instance. |
| filePublisher | string | The publisher of the file. |
| fileSize | number | The size of the file in bytes. |
| issuer | string | The certificate authority (CA) that issued the certificate. |
| md5 | string | The Md5 cryptographic hash of the file content. |
| sha1 | string | The Sha1 cryptographic hash of the file content. |
| sha256 | string | The Sha256 cryptographic hash of the file content. |
| sha256Ac | string | |
| signer | string | The signer of the signed file. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.security.fileDetails",
"title": "fileDetails",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"fileName": {
"type": "string",
"description": "The name of the file.",
"nullable": true
},
"filePath": {
"type": "string",
"description": "The file path (location) of the file instance.",
"nullable": true
},
"filePublisher": {
"type": "string",
"description": "The publisher of the file.",
"nullable": true
},
"fileSize": {
"type": "number",
"description": "The size of the file in bytes.",
"format": "int64",
"nullable": true
},
"issuer": {
"type": "string",
"description": "The certificate authority (CA) that issued the certificate.",
"nullable": true
},
"md5": {
"type": "string",
"description": "The Md5 cryptographic hash of the file content.",
"nullable": true
},
"sha1": {
"type": "string",
"description": "The Sha1 cryptographic hash of the file content.",
"nullable": true
},
"sha256": {
"type": "string",
"description": "The Sha256 cryptographic hash of the file content.",
"nullable": true
},
"sha256Ac": {
"type": "string",
"nullable": true
},
"signer": {
"type": "string",
"description": "The signer of the signed file.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphsecurityfiledetails"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.