Apple · JSON Structure

App Store Connect App Relationships Structure

Type: object Properties: 6
DeveloperiOSmacOSMobileTechnologyFortune 100

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

Properties

builds betaGroups betaTesters appStoreVersions preReleaseVersions appInfos

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AppRelationships",
  "type": "object",
  "properties": {
    "builds": {
      "type": "object"
    },
    "betaGroups": {
      "type": "object"
    },
    "betaTesters": {
      "type": "object"
    },
    "appStoreVersions": {
      "type": "object"
    },
    "preReleaseVersions": {
      "type": "object"
    },
    "appInfos": {
      "type": "object"
    }
  }
}