Apple · JSON Structure

App Store Connect Build Relationships Structure

Type: object Properties: 9
DeveloperiOSmacOSMobileTechnologyFortune 100

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

Properties

app preReleaseVersion individualTesters betaGroups betaBuildLocalizations appEncryptionDeclaration betaAppReviewSubmission buildBetaDetail appStoreVersion

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BuildRelationships",
  "type": "object",
  "properties": {
    "app": {
      "type": "object"
    },
    "preReleaseVersion": {
      "type": "object"
    },
    "individualTesters": {
      "type": "object"
    },
    "betaGroups": {
      "type": "object"
    },
    "betaBuildLocalizations": {
      "type": "object"
    },
    "appEncryptionDeclaration": {
      "type": "object"
    },
    "betaAppReviewSubmission": {
      "type": "object"
    },
    "buildBetaDetail": {
      "type": "object"
    },
    "appStoreVersion": {
      "type": "object"
    }
  }
}