{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.omaSettingInteger", "title": "microsoft.graph.omaSettingInteger", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.omaSetting" }, { "title": "omaSettingInteger", "required": [ "@odata.type" ], "type": "object", "properties": { "value": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Value.", "format": "int32" }, "@odata.type": { "type": "string", "default": "#microsoft.graph.omaSettingInteger" } }, "description": "OMA Settings Integer definition." } ], "x-ms-discriminator-value": "#microsoft.graph.omaSettingInteger" }