Apple · Schema

BuildRelationships

DeveloperiOSmacOSMobileTechnologyFortune 100

Properties

Name Type Description
app object
preReleaseVersion object
individualTesters object
betaGroups object
betaBuildLocalizations object
appEncryptionDeclaration object
betaAppReviewSubmission object
buildBetaDetail object
appStoreVersion object
View JSON Schema on GitHub

JSON Schema

app-store-connect-build-relationships-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}