Apple · JSON Structure

App Store Connect Beta Group Attributes Structure

Type: object Properties: 11
DeveloperiOSmacOSMobileTechnologyFortune 100

BetaGroupAttributes is a JSON Structure definition published by Apple, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name createdDate isInternalGroup hasAccessToAllBuilds publicLinkEnabled publicLinkId publicLink publicLinkLimitEnabled publicLinkLimit feedbackEnabled iosBuildsAvailableForAppleSiliconMac

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BetaGroupAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "createdDate": {
      "type": "string"
    },
    "isInternalGroup": {
      "type": "boolean"
    },
    "hasAccessToAllBuilds": {
      "type": "boolean"
    },
    "publicLinkEnabled": {
      "type": "boolean"
    },
    "publicLinkId": {
      "type": "['string', 'null']"
    },
    "publicLink": {
      "type": "['string', 'null']"
    },
    "publicLinkLimitEnabled": {
      "type": "boolean"
    },
    "publicLinkLimit": {
      "type": "['integer', 'null']"
    },
    "feedbackEnabled": {
      "type": "boolean"
    },
    "iosBuildsAvailableForAppleSiliconMac": {
      "type": "boolean"
    }
  }
}