{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.win32LobAppReturnCode", "title": "win32LobAppReturnCode", "required": [ "@odata.type" ], "type": "object", "properties": { "returnCode": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Return code.", "format": "int32" }, "type": { "$ref": "#/components/schemas/microsoft.graph.win32LobAppReturnCodeType" }, "@odata.type": { "type": "string" } }, "description": "Contains return code properties for a Win32 App" }