{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.synchronizationMetadataEntry", "title": "synchronizationMetadataEntry", "required": [ "@odata.type" ], "type": "object", "properties": { "key": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.synchronizationMetadata" }, { "type": "object", "nullable": true } ], "description": "The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields." }, "value": { "type": "string", "description": "Value of the metadata property.", "nullable": true }, "@odata.type": { "type": "string" } } }