{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.settingSource", "title": "settingSource", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "nullable": true }, "id": { "type": "string", "nullable": true }, "sourceType": { "$ref": "#/components/schemas/microsoft.graph.settingSourceType" }, "@odata.type": { "type": "string" } } }