{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.addIn", "title": "addIn", "required": [ "@odata.type" ], "type": "object", "properties": { "id": { "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "type": "string", "description": "The unique identifier for the addIn object.", "format": "uuid", "nullable": true }, "properties": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.keyValue" }, "description": "The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required." }, "type": { "type": "string", "description": "The unique name for the functionality exposed by the app." }, "@odata.type": { "type": "string" } } }