{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.androidCustomConfiguration", "title": "microsoft.graph.androidCustomConfiguration", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" }, { "title": "androidCustomConfiguration", "required": [ "@odata.type" ], "type": "object", "properties": { "omaSettings": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.omaSetting" }, "description": "OMA settings. This collection can contain a maximum of 1000 elements." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.androidCustomConfiguration" } }, "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the androidCustomConfiguration resource." } ], "x-ms-discriminator-value": "#microsoft.graph.androidCustomConfiguration" }