Microsoft Graph · Schema
attributeDefinition
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
Properties
| Name | Type | Description |
|---|---|---|
| anchor | boolean | true if the attribute should be used as the anchor for the object. Anchor attributes must have a unique value identifying an object, and must be immutable. Default is false. One, and only one, of the |
| apiExpressions | array | |
| caseExact | boolean | true if value of this attribute should be treated as case-sensitive. This setting affects how the synchronization engine detects changes for the attribute. |
| defaultValue | string | The default value of the attribute. |
| flowNullValues | boolean | 'true' to allow null values for attributes. |
| metadata | array | Metadata for the given object. |
| multivalued | boolean | true if an attribute can have multiple values. Default is false. |
| mutability | object | |
| name | string | Name of the attribute. Must be unique within the object definition. Not nullable. |
| referencedObjects | array | For attributes with reference type, lists referenced objects (for example, the manager attribute would list User as the referenced object). |
| required | boolean | true if attribute is required. Object can not be created if any of the required attributes are missing. If during synchronization, the required attribute has no value, the default value will be used. |
| type | object | |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AttributeDefinition",
"title": "attributeDefinition",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"anchor": {
"type": "boolean",
"description": "true if the attribute should be used as the anchor for the object. Anchor attributes must have a unique value identifying an object, and must be immutable. Default is false. One, and only one, of the object's attributes must be designated as the anchor to support synchronization."
},
"apiExpressions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/StringKeyStringValuePair"
}
},
"caseExact": {
"type": "boolean",
"description": "true if value of this attribute should be treated as case-sensitive. This setting affects how the synchronization engine detects changes for the attribute."
},
"defaultValue": {
"type": "string",
"description": "The default value of the attribute.",
"nullable": true
},
"flowNullValues": {
"type": "boolean",
"description": "'true' to allow null values for attributes."
},
"metadata": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AttributeDefinitionMetadataEntry"
},
"description": "Metadata for the given object."
},
"multivalued": {
"type": "boolean",
"description": "true if an attribute can have multiple values. Default is false."
},
"mutability": {
"$ref": "#/components/schemas/Mutability"
},
"name": {
"type": "string",
"description": "Name of the attribute. Must be unique within the object definition. Not nullable.",
"nullable": true
},
"referencedObjects": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ReferencedObject"
},
"description": "For attributes with reference type, lists referenced objects (for example, the manager attribute would list User as the referenced object)."
},
"required": {
"type": "boolean",
"description": "true if attribute is required. Object can not be created if any of the required attributes are missing. If during synchronization, the required attribute has no value, the default value will be used. If default the value was not set, synchronization will record an error."
},
"type": {
"$ref": "#/components/schemas/AttributeType"
},
"@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-attributedefinition"
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.