Microsoft Graph · Schema

microsoft.graph.macOSLobApp

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmacoslobapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.macOSLobApp",
  "title": "microsoft.graph.macOSLobApp",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.mobileLobApp"
    },
    {
      "title": "macOSLobApp",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "buildNumber": {
          "type": "string",
          "description": "The build number of the package. This should match the package CFBundleShortVersionString of the .pkg file.",
          "nullable": true
        },
        "bundleId": {
          "type": "string",
          "description": "The primary bundleId of the package.",
          "nullable": true
        },
        "childApps": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.macOSLobChildApp"
          },
          "description": "List of ComplexType macOSLobChildApp objects. Represents the apps expected to be installed by the package."
        },
        "ignoreVersionDetection": {
          "type": "boolean",
          "description": "When TRUE, indicates that the app's version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app's version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature. The default value is FALSE."
        },
        "installAsManaged": {
          "type": "boolean",
          "description": "When TRUE, indicates that the app will be installed as managed (requires macOS 11.0 and other managed package restrictions). When FALSE, indicates that the app will be installed as unmanaged. The default value is FALSE."
        },
        "md5Hash": {
          "type": "array",
          "items": {
            "type": "string",
            "nullable": true
          },
          "description": "The MD5 hash codes. This is empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file."
        },
        "md5HashChunkSize": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "The chunk size for MD5 hash. This is '0' or empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file.",
          "format": "int32"
        },
        "minimumSupportedOperatingSystem": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.macOSMinimumOperatingSystem"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application."
        },
        "versionNumber": {
          "type": "string",
          "description": "The version number of the package. This should match the package CFBundleVersion in the packageinfo file.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.macOSLobApp"
        }
      },
      "description": "Contains properties and inherited properties for the macOS LOB App."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.macOSLobApp"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphmacoslobapp"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.