openapi: 3.0.1 info: title: App Store Connect AccessibilityDeclarations Builds API version: 4.3.1 x-platforms: app_store_connect_api: App Store Connect API description: The App Store Connect API is the standards-based REST API Apple provides to automate tasks across App Store Connect, Xcode, and Certificates, Identifiers & Profiles. It covers apps, builds, TestFlight, in-app purchases, subscriptions, Game Center, Xcode Cloud, provisioning, pricing and availability, and the full reporting surface (analytics, sales and trends, financial reports, power and performance). This spec is the official OpenAPI 3.0 document published by Apple at https://developer.apple.com/app-store-connect/api/ — mirrored here unmodified except for title-cased operation summaries. servers: - url: https://api.appstoreconnect.apple.com/ security: - itc-bearer-token: [] tags: - name: Builds paths: /v1/builds: get: tags: - Builds operationId: builds_getCollection parameters: - name: filter[version] in: query description: filter by attribute 'version' schema: type: array items: type: string style: form explode: false required: false - name: filter[expired] in: query description: filter by attribute 'expired' schema: type: array items: type: string style: form explode: false required: false - name: filter[processingState] in: query description: filter by attribute 'processingState' schema: type: array items: type: string enum: - PROCESSING - FAILED - INVALID - VALID style: form explode: false required: false - name: filter[betaAppReviewSubmission.betaReviewState] in: query description: filter by attribute 'betaAppReviewSubmission.betaReviewState' schema: type: array items: type: string enum: - WAITING_FOR_REVIEW - IN_REVIEW - REJECTED - APPROVED style: form explode: false required: false - name: filter[usesNonExemptEncryption] in: query description: filter by attribute 'usesNonExemptEncryption' schema: type: array items: type: string style: form explode: false required: false - name: filter[preReleaseVersion.version] in: query description: filter by attribute 'preReleaseVersion.version' schema: type: array items: type: string style: form explode: false required: false - name: filter[preReleaseVersion.platform] in: query description: filter by attribute 'preReleaseVersion.platform' schema: type: array items: type: string enum: - IOS - MAC_OS - TV_OS - VISION_OS style: form explode: false required: false - name: filter[buildAudienceType] in: query description: filter by attribute 'buildAudienceType' schema: type: array items: type: string enum: - INTERNAL_ONLY - APP_STORE_ELIGIBLE style: form explode: false required: false - name: filter[preReleaseVersion] in: query description: filter by id(s) of related 'preReleaseVersion' schema: type: array items: type: string style: form explode: false required: false - name: filter[app] in: query description: filter by id(s) of related 'app' schema: type: array items: type: string style: form explode: false required: false - name: filter[betaGroups] in: query description: filter by id(s) of related 'betaGroups' schema: type: array items: type: string style: form explode: false required: false - name: filter[appStoreVersion] in: query description: filter by id(s) of related 'appStoreVersion' schema: type: array items: type: string style: form explode: false required: false - name: filter[id] in: query description: filter by id(s) schema: type: array items: type: string style: form explode: false required: false - name: exists[usesNonExemptEncryption] in: query description: filter by attribute 'usesNonExemptEncryption' schema: type: boolean style: form explode: false required: false - name: sort in: query description: comma-separated list of sort expressions; resources will be sorted as specified schema: type: array items: type: string enum: - version - -version - uploadedDate - -uploadedDate - preReleaseVersion - -preReleaseVersion style: form explode: false required: false - name: fields[builds] in: query description: the fields to include for returned resources of type builds schema: type: array items: type: string enum: - version - uploadedDate - expirationDate - expired - minOsVersion - lsMinimumSystemVersion - computedMinMacOsVersion - computedMinVisionOsVersion - iconAssetToken - processingState - buildAudienceType - usesNonExemptEncryption - preReleaseVersion - individualTesters - betaGroups - betaBuildLocalizations - appEncryptionDeclaration - betaAppReviewSubmission - app - buildBetaDetail - appStoreVersion - icons - buildBundles - buildUpload - perfPowerMetrics - diagnosticSignatures style: form explode: false required: false - name: fields[preReleaseVersions] in: query description: the fields to include for returned resources of type preReleaseVersions schema: type: array items: type: string enum: - version - platform - builds - app style: form explode: false required: false - name: fields[betaTesters] in: query description: the fields to include for returned resources of type betaTesters schema: type: array items: type: string enum: - firstName - lastName - email - inviteType - state - appDevices - apps - betaGroups - builds style: form explode: false required: false - name: fields[betaGroups] in: query description: the fields to include for returned resources of type betaGroups schema: type: array items: type: string enum: - name - createdDate - isInternalGroup - hasAccessToAllBuilds - publicLinkEnabled - publicLinkId - publicLinkLimitEnabled - publicLinkLimit - publicLink - feedbackEnabled - iosBuildsAvailableForAppleSiliconMac - iosBuildsAvailableForAppleVision - app - builds - betaTesters - betaRecruitmentCriteria - betaRecruitmentCriterionCompatibleBuildCheck style: form explode: false required: false - name: fields[betaBuildLocalizations] in: query description: the fields to include for returned resources of type betaBuildLocalizations schema: type: array items: type: string enum: - whatsNew - locale - build style: form explode: false required: false - name: fields[appEncryptionDeclarations] in: query description: the fields to include for returned resources of type appEncryptionDeclarations schema: type: array items: type: string enum: - appDescription - createdDate - usesEncryption - exempt - containsProprietaryCryptography - containsThirdPartyCryptography - availableOnFrenchStore - platform - uploadedDate - documentUrl - documentName - documentType - appEncryptionDeclarationState - codeValue - app - builds - appEncryptionDeclarationDocument style: form explode: false required: false - name: fields[betaAppReviewSubmissions] in: query description: the fields to include for returned resources of type betaAppReviewSubmissions schema: type: array items: type: string enum: - betaReviewState - submittedDate - build style: form explode: false required: false - name: fields[apps] in: query description: the fields to include for returned resources of type apps schema: type: array items: type: string enum: - accessibilityUrl - name - bundleId - sku - primaryLocale - isOrEverWasMadeForKids - subscriptionStatusUrl - subscriptionStatusUrlVersion - subscriptionStatusUrlForSandbox - subscriptionStatusUrlVersionForSandbox - contentRightsDeclaration - streamlinedPurchasingEnabled - accessibilityDeclarations - appEncryptionDeclarations - appStoreIcon - ciProduct - betaTesters - betaGroups - appStoreVersions - appTags - preReleaseVersions - betaAppLocalizations - builds - betaLicenseAgreement - betaAppReviewDetail - appInfos - appClips - appPricePoints - endUserLicenseAgreement - appPriceSchedule - appAvailabilityV2 - inAppPurchases - subscriptionGroups - gameCenterEnabledVersions - perfPowerMetrics - appCustomProductPages - inAppPurchasesV2 - promotedPurchases - appEvents - reviewSubmissions - subscriptionGracePeriod - customerReviews - customerReviewSummarizations - gameCenterDetail - appStoreVersionExperimentsV2 - alternativeDistributionKey - analyticsReportRequests - marketplaceSearchDetail - buildUploads - backgroundAssets - betaFeedbackScreenshotSubmissions - betaFeedbackCrashSubmissions - searchKeywords - webhooks - androidToIosAppMappingDetails style: form explode: false required: false - name: fields[buildBetaDetails] in: query description: the fields to include for returned resources of type buildBetaDetails schema: type: array items: type: string enum: - autoNotifyEnabled - internalBuildState - externalBuildState - build style: form explode: false required: false - name: fields[appStoreVersions] in: query description: the fields to include for returned resources of type appStoreVersions schema: type: array items: type: string enum: - platform - versionString - appStoreState - appVersionState - copyright - reviewType - releaseType - earliestReleaseDate - usesIdfa - downloadable - createdDate - app - appStoreVersionLocalizations - build - appStoreVersionPhasedRelease - gameCenterAppVersion - routingAppCoverage - appStoreReviewDetail - appStoreVersionSubmission - appClipDefaultExperience - appStoreVersionExperiments - appStoreVersionExperimentsV2 - customerReviews - alternativeDistributionPackage style: form explode: false required: false - name: fields[buildIcons] in: query description: the fields to include for returned resources of type buildIcons schema: type: array items: type: string enum: - iconAsset - iconType - masked - name style: form explode: false required: false - name: fields[buildBundles] in: query description: the fields to include for returned resources of type buildBundles schema: type: array items: type: string enum: - bundleId - bundleType - sdkBuild - platformBuild - fileName - hasSirikit - hasOnDemandResources - hasPrerenderedIcon - usesLocationServices - isIosBuildMacAppStoreCompatible - includesSymbols - dSYMUrl - supportedArchitectures - requiredCapabilities - deviceProtocols - locales - entitlements - baDownloadAllowance - baMaxInstallSize - minimumOsVersion - appClipDomainCacheStatus - appClipDomainDebugStatus - betaAppClipInvocations - buildBundleFileSizes style: form explode: false required: false - name: fields[buildUploads] in: query description: the fields to include for returned resources of type buildUploads schema: type: array items: type: string enum: - cfBundleShortVersionString - cfBundleVersion - createdDate - state - platform - uploadedDate - build - assetFile - assetDescriptionFile - assetSpiFile - buildUploadFiles style: form explode: false required: false - name: limit in: query description: maximum resources per page schema: type: integer maximum: 200 style: form - name: include in: query description: comma-separated list of relationships to include schema: type: array items: type: string enum: - preReleaseVersion - individualTesters - betaGroups - betaBuildLocalizations - appEncryptionDeclaration - betaAppReviewSubmission - app - buildBetaDetail - appStoreVersion - icons - buildBundles - buildUpload style: form explode: false required: false - name: limit[betaBuildLocalizations] in: query description: maximum number of related betaBuildLocalizations returned (when they are included) schema: type: integer maximum: 50 style: form required: false - name: limit[betaGroups] in: query description: maximum number of related betaGroups returned (when they are included) schema: type: integer maximum: 50 style: form required: false - name: limit[buildBundles] in: query description: maximum number of related buildBundles returned (when they are included) schema: type: integer maximum: 50 style: form required: false - name: limit[icons] in: query description: maximum number of related icons returned (when they are included) schema: type: integer maximum: 50 style: form required: false - name: limit[individualTesters] in: query description: maximum number of related individualTesters returned (when they are included) schema: type: integer maximum: 50 style: form required: false responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: List of Builds content: application/json: schema: $ref: '#/components/schemas/BuildsResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: List Builds /v1/builds/{id}: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_getInstance parameters: - name: fields[builds] in: query description: the fields to include for returned resources of type builds schema: type: array items: type: string enum: - version - uploadedDate - expirationDate - expired - minOsVersion - lsMinimumSystemVersion - computedMinMacOsVersion - computedMinVisionOsVersion - iconAssetToken - processingState - buildAudienceType - usesNonExemptEncryption - preReleaseVersion - individualTesters - betaGroups - betaBuildLocalizations - appEncryptionDeclaration - betaAppReviewSubmission - app - buildBetaDetail - appStoreVersion - icons - buildBundles - buildUpload - perfPowerMetrics - diagnosticSignatures style: form explode: false required: false - name: fields[preReleaseVersions] in: query description: the fields to include for returned resources of type preReleaseVersions schema: type: array items: type: string enum: - version - platform - builds - app style: form explode: false required: false - name: fields[betaTesters] in: query description: the fields to include for returned resources of type betaTesters schema: type: array items: type: string enum: - firstName - lastName - email - inviteType - state - appDevices - apps - betaGroups - builds style: form explode: false required: false - name: fields[betaGroups] in: query description: the fields to include for returned resources of type betaGroups schema: type: array items: type: string enum: - name - createdDate - isInternalGroup - hasAccessToAllBuilds - publicLinkEnabled - publicLinkId - publicLinkLimitEnabled - publicLinkLimit - publicLink - feedbackEnabled - iosBuildsAvailableForAppleSiliconMac - iosBuildsAvailableForAppleVision - app - builds - betaTesters - betaRecruitmentCriteria - betaRecruitmentCriterionCompatibleBuildCheck style: form explode: false required: false - name: fields[betaBuildLocalizations] in: query description: the fields to include for returned resources of type betaBuildLocalizations schema: type: array items: type: string enum: - whatsNew - locale - build style: form explode: false required: false - name: fields[appEncryptionDeclarations] in: query description: the fields to include for returned resources of type appEncryptionDeclarations schema: type: array items: type: string enum: - appDescription - createdDate - usesEncryption - exempt - containsProprietaryCryptography - containsThirdPartyCryptography - availableOnFrenchStore - platform - uploadedDate - documentUrl - documentName - documentType - appEncryptionDeclarationState - codeValue - app - builds - appEncryptionDeclarationDocument style: form explode: false required: false - name: fields[betaAppReviewSubmissions] in: query description: the fields to include for returned resources of type betaAppReviewSubmissions schema: type: array items: type: string enum: - betaReviewState - submittedDate - build style: form explode: false required: false - name: fields[apps] in: query description: the fields to include for returned resources of type apps schema: type: array items: type: string enum: - accessibilityUrl - name - bundleId - sku - primaryLocale - isOrEverWasMadeForKids - subscriptionStatusUrl - subscriptionStatusUrlVersion - subscriptionStatusUrlForSandbox - subscriptionStatusUrlVersionForSandbox - contentRightsDeclaration - streamlinedPurchasingEnabled - accessibilityDeclarations - appEncryptionDeclarations - appStoreIcon - ciProduct - betaTesters - betaGroups - appStoreVersions - appTags - preReleaseVersions - betaAppLocalizations - builds - betaLicenseAgreement - betaAppReviewDetail - appInfos - appClips - appPricePoints - endUserLicenseAgreement - appPriceSchedule - appAvailabilityV2 - inAppPurchases - subscriptionGroups - gameCenterEnabledVersions - perfPowerMetrics - appCustomProductPages - inAppPurchasesV2 - promotedPurchases - appEvents - reviewSubmissions - subscriptionGracePeriod - customerReviews - customerReviewSummarizations - gameCenterDetail - appStoreVersionExperimentsV2 - alternativeDistributionKey - analyticsReportRequests - marketplaceSearchDetail - buildUploads - backgroundAssets - betaFeedbackScreenshotSubmissions - betaFeedbackCrashSubmissions - searchKeywords - webhooks - androidToIosAppMappingDetails style: form explode: false required: false - name: fields[buildBetaDetails] in: query description: the fields to include for returned resources of type buildBetaDetails schema: type: array items: type: string enum: - autoNotifyEnabled - internalBuildState - externalBuildState - build style: form explode: false required: false - name: fields[appStoreVersions] in: query description: the fields to include for returned resources of type appStoreVersions schema: type: array items: type: string enum: - platform - versionString - appStoreState - appVersionState - copyright - reviewType - releaseType - earliestReleaseDate - usesIdfa - downloadable - createdDate - app - appStoreVersionLocalizations - build - appStoreVersionPhasedRelease - gameCenterAppVersion - routingAppCoverage - appStoreReviewDetail - appStoreVersionSubmission - appClipDefaultExperience - appStoreVersionExperiments - appStoreVersionExperimentsV2 - customerReviews - alternativeDistributionPackage style: form explode: false required: false - name: fields[buildIcons] in: query description: the fields to include for returned resources of type buildIcons schema: type: array items: type: string enum: - iconAsset - iconType - masked - name style: form explode: false required: false - name: fields[buildBundles] in: query description: the fields to include for returned resources of type buildBundles schema: type: array items: type: string enum: - bundleId - bundleType - sdkBuild - platformBuild - fileName - hasSirikit - hasOnDemandResources - hasPrerenderedIcon - usesLocationServices - isIosBuildMacAppStoreCompatible - includesSymbols - dSYMUrl - supportedArchitectures - requiredCapabilities - deviceProtocols - locales - entitlements - baDownloadAllowance - baMaxInstallSize - minimumOsVersion - appClipDomainCacheStatus - appClipDomainDebugStatus - betaAppClipInvocations - buildBundleFileSizes style: form explode: false required: false - name: fields[buildUploads] in: query description: the fields to include for returned resources of type buildUploads schema: type: array items: type: string enum: - cfBundleShortVersionString - cfBundleVersion - createdDate - state - platform - uploadedDate - build - assetFile - assetDescriptionFile - assetSpiFile - buildUploadFiles style: form explode: false required: false - name: include in: query description: comma-separated list of relationships to include schema: type: array items: type: string enum: - preReleaseVersion - individualTesters - betaGroups - betaBuildLocalizations - appEncryptionDeclaration - betaAppReviewSubmission - app - buildBetaDetail - appStoreVersion - icons - buildBundles - buildUpload style: form explode: false required: false - name: limit[betaBuildLocalizations] in: query description: maximum number of related betaBuildLocalizations returned (when they are included) schema: type: integer maximum: 50 style: form required: false - name: limit[betaGroups] in: query description: maximum number of related betaGroups returned (when they are included) schema: type: integer maximum: 50 style: form required: false - name: limit[buildBundles] in: query description: maximum number of related buildBundles returned (when they are included) schema: type: integer maximum: 50 style: form required: false - name: limit[icons] in: query description: maximum number of related icons returned (when they are included) schema: type: integer maximum: 50 style: form required: false - name: limit[individualTesters] in: query description: maximum number of related individualTesters returned (when they are included) schema: type: integer maximum: 50 style: form required: false responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Single Build content: application/json: schema: $ref: '#/components/schemas/BuildResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Builds patch: tags: - Builds operationId: builds_updateInstance requestBody: description: Build representation content: application/json: schema: $ref: '#/components/schemas/BuildUpdateRequest' required: true responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '422': description: Unprocessable request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Single Build content: application/json: schema: $ref: '#/components/schemas/BuildResponse' '409': description: Request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Update Builds /v1/builds/{id}/relationships/app: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_app_getToOneRelationship parameters: [] responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Related linkage content: application/json: schema: $ref: '#/components/schemas/BuildAppLinkageResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / App /v1/builds/{id}/app: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_app_getToOneRelated parameters: - name: fields[apps] in: query description: the fields to include for returned resources of type apps schema: type: array items: type: string enum: - accessibilityUrl - name - bundleId - sku - primaryLocale - isOrEverWasMadeForKids - subscriptionStatusUrl - subscriptionStatusUrlVersion - subscriptionStatusUrlForSandbox - subscriptionStatusUrlVersionForSandbox - contentRightsDeclaration - streamlinedPurchasingEnabled - accessibilityDeclarations - appEncryptionDeclarations - appStoreIcon - ciProduct - betaTesters - betaGroups - appStoreVersions - appTags - preReleaseVersions - betaAppLocalizations - builds - betaLicenseAgreement - betaAppReviewDetail - appInfos - appClips - appPricePoints - endUserLicenseAgreement - appPriceSchedule - appAvailabilityV2 - inAppPurchases - subscriptionGroups - gameCenterEnabledVersions - perfPowerMetrics - appCustomProductPages - inAppPurchasesV2 - promotedPurchases - appEvents - reviewSubmissions - subscriptionGracePeriod - customerReviews - customerReviewSummarizations - gameCenterDetail - appStoreVersionExperimentsV2 - alternativeDistributionKey - analyticsReportRequests - marketplaceSearchDetail - buildUploads - backgroundAssets - betaFeedbackScreenshotSubmissions - betaFeedbackCrashSubmissions - searchKeywords - webhooks - androidToIosAppMappingDetails style: form explode: false responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Single App with get content: application/json: schema: $ref: '#/components/schemas/AppWithoutIncludesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / App /v1/builds/{id}/relationships/appEncryptionDeclaration: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_appEncryptionDeclaration_getToOneRelationship parameters: [] responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Related linkage content: application/json: schema: $ref: '#/components/schemas/BuildAppEncryptionDeclarationLinkageResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / App Encryption Declaration patch: tags: - Builds operationId: builds_appEncryptionDeclaration_updateToOneRelationship requestBody: description: Related linkage content: application/json: schema: $ref: '#/components/schemas/BuildAppEncryptionDeclarationLinkageRequest' required: true responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '422': description: Unprocessable request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '409': description: Request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '204': description: Success (no content) '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Update Related Builds / App Encryption Declaration /v1/builds/{id}/appEncryptionDeclaration: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_appEncryptionDeclaration_getToOneRelated parameters: - name: fields[appEncryptionDeclarations] in: query description: the fields to include for returned resources of type appEncryptionDeclarations schema: type: array items: type: string enum: - appDescription - createdDate - usesEncryption - exempt - containsProprietaryCryptography - containsThirdPartyCryptography - availableOnFrenchStore - platform - uploadedDate - documentUrl - documentName - documentType - appEncryptionDeclarationState - codeValue - app - builds - appEncryptionDeclarationDocument style: form explode: false responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Single AppEncryptionDeclaration with get content: application/json: schema: $ref: '#/components/schemas/AppEncryptionDeclarationWithoutIncludesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / App Encryption Declaration /v1/builds/{id}/relationships/appStoreVersion: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_appStoreVersion_getToOneRelationship parameters: [] responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Related linkage content: application/json: schema: $ref: '#/components/schemas/BuildAppStoreVersionLinkageResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / App Store Version /v1/builds/{id}/appStoreVersion: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_appStoreVersion_getToOneRelated parameters: - name: fields[appStoreVersions] in: query description: the fields to include for returned resources of type appStoreVersions schema: type: array items: type: string enum: - platform - versionString - appStoreState - appVersionState - copyright - reviewType - releaseType - earliestReleaseDate - usesIdfa - downloadable - createdDate - app - appStoreVersionLocalizations - build - appStoreVersionPhasedRelease - gameCenterAppVersion - routingAppCoverage - appStoreReviewDetail - appStoreVersionSubmission - appClipDefaultExperience - appStoreVersionExperiments - appStoreVersionExperimentsV2 - customerReviews - alternativeDistributionPackage style: form explode: false - name: fields[apps] in: query description: the fields to include for returned resources of type apps schema: type: array items: type: string enum: - accessibilityUrl - name - bundleId - sku - primaryLocale - isOrEverWasMadeForKids - subscriptionStatusUrl - subscriptionStatusUrlVersion - subscriptionStatusUrlForSandbox - subscriptionStatusUrlVersionForSandbox - contentRightsDeclaration - streamlinedPurchasingEnabled - accessibilityDeclarations - appEncryptionDeclarations - appStoreIcon - ciProduct - betaTesters - betaGroups - appStoreVersions - appTags - preReleaseVersions - betaAppLocalizations - builds - betaLicenseAgreement - betaAppReviewDetail - appInfos - appClips - appPricePoints - endUserLicenseAgreement - appPriceSchedule - appAvailabilityV2 - inAppPurchases - subscriptionGroups - gameCenterEnabledVersions - perfPowerMetrics - appCustomProductPages - inAppPurchasesV2 - promotedPurchases - appEvents - reviewSubmissions - subscriptionGracePeriod - customerReviews - customerReviewSummarizations - gameCenterDetail - appStoreVersionExperimentsV2 - alternativeDistributionKey - analyticsReportRequests - marketplaceSearchDetail - buildUploads - backgroundAssets - betaFeedbackScreenshotSubmissions - betaFeedbackCrashSubmissions - searchKeywords - webhooks - androidToIosAppMappingDetails style: form explode: false - name: fields[appStoreVersionLocalizations] in: query description: the fields to include for returned resources of type appStoreVersionLocalizations schema: type: array items: type: string enum: - description - locale - keywords - marketingUrl - promotionalText - supportUrl - whatsNew - appStoreVersion - appScreenshotSets - appPreviewSets - searchKeywords style: form explode: false - name: fields[builds] in: query description: the fields to include for returned resources of type builds schema: type: array items: type: string enum: - version - uploadedDate - expirationDate - expired - minOsVersion - lsMinimumSystemVersion - computedMinMacOsVersion - computedMinVisionOsVersion - iconAssetToken - processingState - buildAudienceType - usesNonExemptEncryption - preReleaseVersion - individualTesters - betaGroups - betaBuildLocalizations - appEncryptionDeclaration - betaAppReviewSubmission - app - buildBetaDetail - appStoreVersion - icons - buildBundles - buildUpload - perfPowerMetrics - diagnosticSignatures style: form explode: false - name: fields[appStoreVersionPhasedReleases] in: query description: the fields to include for returned resources of type appStoreVersionPhasedReleases schema: type: array items: type: string enum: - phasedReleaseState - startDate - totalPauseDuration - currentDayNumber style: form explode: false - name: fields[gameCenterAppVersions] in: query description: the fields to include for returned resources of type gameCenterAppVersions schema: type: array items: type: string enum: - enabled - compatibilityVersions - appStoreVersion style: form explode: false - name: fields[routingAppCoverages] in: query description: the fields to include for returned resources of type routingAppCoverages schema: type: array items: type: string enum: - fileSize - fileName - sourceFileChecksum - uploadOperations - assetDeliveryState - appStoreVersion style: form explode: false - name: fields[appStoreReviewDetails] in: query description: the fields to include for returned resources of type appStoreReviewDetails schema: type: array items: type: string enum: - contactFirstName - contactLastName - contactPhone - contactEmail - demoAccountName - demoAccountPassword - demoAccountRequired - notes - appStoreVersion - appStoreReviewAttachments style: form explode: false - name: fields[appStoreVersionSubmissions] in: query description: the fields to include for returned resources of type appStoreVersionSubmissions schema: type: array items: type: string enum: - appStoreVersion style: form explode: false - name: fields[appClipDefaultExperiences] in: query description: the fields to include for returned resources of type appClipDefaultExperiences schema: type: array items: type: string enum: - action - appClip - releaseWithAppStoreVersion - appClipDefaultExperienceLocalizations - appClipAppStoreReviewDetail style: form explode: false - name: fields[appStoreVersionExperiments] in: query description: the fields to include for returned resources of type appStoreVersionExperiments schema: type: array items: type: string enum: - name - trafficProportion - state - reviewRequired - startDate - endDate - appStoreVersion - appStoreVersionExperimentTreatments - platform - app - latestControlVersion - controlVersions style: form explode: false - name: fields[alternativeDistributionPackages] in: query description: the fields to include for returned resources of type alternativeDistributionPackages schema: type: array items: type: string enum: - sourceFileChecksum - versions style: form explode: false - name: include in: query description: comma-separated list of relationships to include schema: type: array items: type: string enum: - app - appStoreVersionLocalizations - build - appStoreVersionPhasedRelease - gameCenterAppVersion - routingAppCoverage - appStoreReviewDetail - appStoreVersionSubmission - appClipDefaultExperience - appStoreVersionExperiments - appStoreVersionExperimentsV2 - alternativeDistributionPackage style: form explode: false - name: limit[appStoreVersionLocalizations] in: query description: maximum number of related appStoreVersionLocalizations returned (when they are included) schema: type: integer maximum: 50 style: form - name: limit[appStoreVersionExperiments] in: query description: maximum number of related appStoreVersionExperiments returned (when they are included) schema: type: integer maximum: 50 style: form deprecated: true - name: limit[appStoreVersionExperimentsV2] in: query description: maximum number of related appStoreVersionExperimentsV2 returned (when they are included) schema: type: integer maximum: 50 style: form responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Single AppStoreVersion content: application/json: schema: $ref: '#/components/schemas/AppStoreVersionResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / App Store Version /v1/builds/{id}/relationships/betaAppReviewSubmission: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_betaAppReviewSubmission_getToOneRelationship parameters: [] responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Related linkage content: application/json: schema: $ref: '#/components/schemas/BuildBetaAppReviewSubmissionLinkageResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / Beta App Review Submission /v1/builds/{id}/betaAppReviewSubmission: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_betaAppReviewSubmission_getToOneRelated parameters: - name: fields[betaAppReviewSubmissions] in: query description: the fields to include for returned resources of type betaAppReviewSubmissions schema: type: array items: type: string enum: - betaReviewState - submittedDate - build style: form explode: false responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Single BetaAppReviewSubmission with get content: application/json: schema: $ref: '#/components/schemas/BetaAppReviewSubmissionWithoutIncludesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / Beta App Review Submission /v1/builds/{id}/relationships/betaBuildLocalizations: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_betaBuildLocalizations_getToManyRelationship parameters: - name: limit in: query description: maximum resources per page schema: type: integer maximum: 200 style: form responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: List of related linkages content: application/json: schema: $ref: '#/components/schemas/BuildBetaBuildLocalizationsLinkagesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: List Related Builds / Beta Build Localizations /v1/builds/{id}/betaBuildLocalizations: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_betaBuildLocalizations_getToManyRelated parameters: - name: fields[betaBuildLocalizations] in: query description: the fields to include for returned resources of type betaBuildLocalizations schema: type: array items: type: string enum: - whatsNew - locale - build style: form explode: false - name: limit in: query description: maximum resources per page schema: type: integer maximum: 200 style: form responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: List of BetaBuildLocalizations with get content: application/json: schema: $ref: '#/components/schemas/BetaBuildLocalizationsWithoutIncludesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: List Related Builds / Beta Build Localizations /v1/builds/{id}/relationships/betaGroups: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true post: tags: - Builds operationId: builds_betaGroups_createToManyRelationship requestBody: description: List of related linkages content: application/json: schema: $ref: '#/components/schemas/BuildBetaGroupsLinkagesRequest' required: true responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '422': description: Unprocessable request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '409': description: Request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '204': description: Success (no content) '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Add Related Builds / Beta Groups delete: tags: - Builds operationId: builds_betaGroups_deleteToManyRelationship requestBody: description: List of related linkages content: application/json: schema: $ref: '#/components/schemas/BuildBetaGroupsLinkagesRequest' required: true responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '422': description: Unprocessable request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '409': description: Request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '204': description: Success (no content) '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Remove Related Builds / Beta Groups /v1/builds/{id}/relationships/buildBetaDetail: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_buildBetaDetail_getToOneRelationship parameters: [] responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Related linkage content: application/json: schema: $ref: '#/components/schemas/BuildBuildBetaDetailLinkageResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / Build Beta Detail /v1/builds/{id}/buildBetaDetail: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_buildBetaDetail_getToOneRelated parameters: - name: fields[buildBetaDetails] in: query description: the fields to include for returned resources of type buildBetaDetails schema: type: array items: type: string enum: - autoNotifyEnabled - internalBuildState - externalBuildState - build style: form explode: false - name: fields[builds] in: query description: the fields to include for returned resources of type builds schema: type: array items: type: string enum: - version - uploadedDate - expirationDate - expired - minOsVersion - lsMinimumSystemVersion - computedMinMacOsVersion - computedMinVisionOsVersion - iconAssetToken - processingState - buildAudienceType - usesNonExemptEncryption - preReleaseVersion - individualTesters - betaGroups - betaBuildLocalizations - appEncryptionDeclaration - betaAppReviewSubmission - app - buildBetaDetail - appStoreVersion - icons - buildBundles - buildUpload - perfPowerMetrics - diagnosticSignatures style: form explode: false - name: include in: query description: comma-separated list of relationships to include schema: type: array items: type: string enum: - build style: form explode: false responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Single BuildBetaDetail content: application/json: schema: $ref: '#/components/schemas/BuildBetaDetailResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / Build Beta Detail /v1/builds/{id}/relationships/diagnosticSignatures: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_diagnosticSignatures_getToManyRelationship parameters: - name: limit in: query description: maximum resources per page schema: type: integer maximum: 200 style: form responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: List of related linkages content: application/json: schema: $ref: '#/components/schemas/BuildDiagnosticSignaturesLinkagesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: List Related Builds / Diagnostic Signatures /v1/builds/{id}/diagnosticSignatures: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_diagnosticSignatures_getToManyRelated parameters: - name: filter[diagnosticType] in: query description: filter by attribute 'diagnosticType' schema: type: array items: type: string enum: - DISK_WRITES - HANGS - LAUNCHES style: form explode: false - name: fields[diagnosticSignatures] in: query description: the fields to include for returned resources of type diagnosticSignatures schema: type: array items: type: string enum: - diagnosticType - signature - weight - insight - logs style: form explode: false - name: limit in: query description: maximum resources per page schema: type: integer maximum: 200 style: form responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: List of DiagnosticSignatures content: application/json: schema: $ref: '#/components/schemas/DiagnosticSignaturesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: List Related Builds / Diagnostic Signatures /v1/builds/{id}/relationships/icons: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_icons_getToManyRelationship parameters: - name: limit in: query description: maximum resources per page schema: type: integer maximum: 200 style: form responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: List of related linkages content: application/json: schema: $ref: '#/components/schemas/BuildIconsLinkagesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: List Related Builds / Icons /v1/builds/{id}/icons: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_icons_getToManyRelated parameters: - name: fields[buildIcons] in: query description: the fields to include for returned resources of type buildIcons schema: type: array items: type: string enum: - iconAsset - iconType - masked - name style: form explode: false - name: limit in: query description: maximum resources per page schema: type: integer maximum: 200 style: form responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: List of BuildIcons with get content: application/json: schema: $ref: '#/components/schemas/BuildIconsWithoutIncludesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: List Related Builds / Icons /v1/builds/{id}/relationships/individualTesters: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_individualTesters_getToManyRelationship parameters: - name: limit in: query description: maximum resources per page schema: type: integer maximum: 200 style: form responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: List of related linkages content: application/json: schema: $ref: '#/components/schemas/BuildIndividualTestersLinkagesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: List Related Builds / Individual Testers post: tags: - Builds operationId: builds_individualTesters_createToManyRelationship requestBody: description: List of related linkages content: application/json: schema: $ref: '#/components/schemas/BuildIndividualTestersLinkagesRequest' required: true responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '422': description: Unprocessable request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '409': description: Request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '204': description: Success (no content) '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Add Related Builds / Individual Testers delete: tags: - Builds operationId: builds_individualTesters_deleteToManyRelationship requestBody: description: List of related linkages content: application/json: schema: $ref: '#/components/schemas/BuildIndividualTestersLinkagesRequest' required: true responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '422': description: Unprocessable request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '409': description: Request entity error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '204': description: Success (no content) '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Remove Related Builds / Individual Testers /v1/builds/{id}/individualTesters: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_individualTesters_getToManyRelated parameters: - name: fields[betaTesters] in: query description: the fields to include for returned resources of type betaTesters schema: type: array items: type: string enum: - firstName - lastName - email - inviteType - state - appDevices - apps - betaGroups - builds style: form explode: false - name: limit in: query description: maximum resources per page schema: type: integer maximum: 200 style: form responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: List of BetaTesters with get content: application/json: schema: $ref: '#/components/schemas/BetaTestersWithoutIncludesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: List Related Builds / Individual Testers /v1/builds/{id}/perfPowerMetrics: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_perfPowerMetrics_getToManyRelated parameters: - name: filter[platform] in: query description: filter by attribute 'platform' schema: type: array items: type: string enum: - IOS style: form explode: false - name: filter[metricType] in: query description: filter by attribute 'metricType' schema: type: array items: type: string enum: - DISK - HANG - BATTERY - LAUNCH - MEMORY - ANIMATION - TERMINATION style: form explode: false - name: filter[deviceType] in: query description: filter by attribute 'deviceType' schema: type: array items: type: string style: form explode: false responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: List of PerfPowerMetrics content: application/vnd.apple.xcode-metrics+json: schema: $ref: '#/components/schemas/xcodeMetrics' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: List Related Builds / Perf Power Metrics /v1/builds/{id}/relationships/preReleaseVersion: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_preReleaseVersion_getToOneRelationship parameters: [] responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Related linkage content: application/json: schema: $ref: '#/components/schemas/BuildPreReleaseVersionLinkageResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / Pre Release Version /v1/builds/{id}/preReleaseVersion: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_preReleaseVersion_getToOneRelated parameters: - name: fields[preReleaseVersions] in: query description: the fields to include for returned resources of type preReleaseVersions schema: type: array items: type: string enum: - version - platform - builds - app style: form explode: false responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Single PrereleaseVersion with get content: application/json: schema: $ref: '#/components/schemas/PrereleaseVersionWithoutIncludesResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Related Builds / Pre Release Version /v1/builds/{id}/metrics/betaBuildUsages: parameters: - name: id in: path description: the id of the requested resource schema: type: string style: simple required: true get: tags: - Builds operationId: builds_betaBuildUsages_getMetrics parameters: - name: limit in: query description: maximum number of groups to return per page schema: type: integer maximum: 200 style: form responses: '400': description: Parameter error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '401': description: Unauthorized error(s) content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '403': description: Forbidden error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '404': description: Not found error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' '200': description: Metrics data response content: application/json: schema: $ref: '#/components/schemas/BetaBuildUsagesV1MetricResponse' '429': description: Rate limit exceeded error content: application/json: schema: $ref: '#/components/schemas/ErrorResponse' summary: Get Metrics Builds / Beta Build Usages components: schemas: BuildIndividualTestersLinkagesRequest: type: object properties: data: type: array items: type: object properties: type: type: string enum: - betaTesters id: type: string required: - id - type required: - data ErrorSourceParameter: type: object title: Parameter properties: parameter: type: string required: - parameter BetaAppReviewSubmissionWithoutIncludesResponse: type: object title: BetaAppReviewSubmissionWithoutIncludesResponse properties: data: $ref: '#/components/schemas/BetaAppReviewSubmission' links: $ref: '#/components/schemas/DocumentLinks' required: - data - links AppVersionState: type: string enum: - ACCEPTED - DEVELOPER_REJECTED - IN_REVIEW - INVALID_BINARY - METADATA_REJECTED - PENDING_APPLE_RELEASE - PENDING_DEVELOPER_RELEASE - PREPARE_FOR_SUBMISSION - PROCESSING_FOR_DISTRIBUTION - READY_FOR_DISTRIBUTION - READY_FOR_REVIEW - REJECTED - REPLACED_WITH_NEW_VERSION - WAITING_FOR_EXPORT_COMPLIANCE - WAITING_FOR_REVIEW AppClipAction: type: string enum: - OPEN - VIEW - PLAY DocumentLinks: type: object properties: self: type: string format: uri-reference required: - self BuildUpload: type: object title: BuildUpload properties: type: type: string enum: - buildUploads id: type: string attributes: type: object properties: cfBundleShortVersionString: type: string cfBundleVersion: type: string createdDate: type: string format: date-time state: type: object properties: errors: type: array items: $ref: '#/components/schemas/StateDetail' warnings: type: array items: $ref: '#/components/schemas/StateDetail' infos: type: array items: $ref: '#/components/schemas/StateDetail' state: $ref: '#/components/schemas/BuildUploadState' platform: $ref: '#/components/schemas/Platform' uploadedDate: type: string format: date-time relationships: type: object properties: build: type: object properties: data: type: object properties: type: type: string enum: - builds id: type: string required: - id - type assetFile: type: object properties: data: type: object properties: type: type: string enum: - buildUploadFiles id: type: string required: - id - type assetDescriptionFile: type: object properties: data: type: object properties: type: type: string enum: - buildUploadFiles id: type: string required: - id - type assetSpiFile: type: object properties: data: type: object properties: type: type: string enum: - buildUploadFiles id: type: string required: - id - type buildUploadFiles: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' links: $ref: '#/components/schemas/ResourceLinks' required: - id - type AlternativeDistributionPackage: type: object title: AlternativeDistributionPackage properties: type: type: string enum: - alternativeDistributionPackages id: type: string attributes: type: object properties: sourceFileChecksum: $ref: '#/components/schemas/Checksums' relationships: type: object properties: versions: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - alternativeDistributionPackageVersions id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type BuildIcon: type: object title: BuildIcon properties: type: type: string enum: - buildIcons id: type: string attributes: type: object properties: iconAsset: $ref: '#/components/schemas/ImageAsset' iconType: $ref: '#/components/schemas/IconAssetType' masked: type: boolean name: type: string links: $ref: '#/components/schemas/ResourceLinks' required: - id - type BuildAppLinkageResponse: type: object properties: data: type: object properties: type: type: string enum: - apps id: type: string required: - id - type links: $ref: '#/components/schemas/DocumentLinks' required: - data - links PhasedReleaseState: type: string enum: - INACTIVE - ACTIVE - PAUSED - COMPLETE AppStoreVersionPhasedRelease: type: object title: AppStoreVersionPhasedRelease properties: type: type: string enum: - appStoreVersionPhasedReleases id: type: string attributes: type: object properties: phasedReleaseState: $ref: '#/components/schemas/PhasedReleaseState' startDate: type: string format: date-time totalPauseDuration: type: integer currentDayNumber: type: integer links: $ref: '#/components/schemas/ResourceLinks' required: - id - type AppStoreVersionSubmission: type: object title: AppStoreVersionSubmission properties: type: type: string enum: - appStoreVersionSubmissions id: type: string relationships: type: object properties: appStoreVersion: type: object properties: data: type: object properties: type: type: string enum: - appStoreVersions id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type deprecated: true PrereleaseVersionWithoutIncludesResponse: type: object title: PrereleaseVersionWithoutIncludesResponse properties: data: $ref: '#/components/schemas/PrereleaseVersion' links: $ref: '#/components/schemas/DocumentLinks' required: - data - links BuildUploadState: type: string enum: - AWAITING_UPLOAD - PROCESSING - FAILED - COMPLETE BuildBuildBetaDetailLinkageResponse: type: object properties: data: type: object properties: type: type: string enum: - buildBetaDetails id: type: string required: - id - type links: $ref: '#/components/schemas/DocumentLinks' required: - data - links BuildBetaAppReviewSubmissionLinkageResponse: type: object properties: data: type: object properties: type: type: string enum: - betaAppReviewSubmissions id: type: string required: - id - type links: $ref: '#/components/schemas/DocumentLinks' required: - data - links AppClipDefaultExperience: type: object title: AppClipDefaultExperience properties: type: type: string enum: - appClipDefaultExperiences id: type: string attributes: type: object properties: action: $ref: '#/components/schemas/AppClipAction' relationships: type: object properties: appClip: type: object properties: data: type: object properties: type: type: string enum: - appClips id: type: string required: - id - type releaseWithAppStoreVersion: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appStoreVersions id: type: string required: - id - type appClipDefaultExperienceLocalizations: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appClipDefaultExperienceLocalizations id: type: string required: - id - type appClipAppStoreReviewDetail: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appClipAppStoreReviewDetails id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type AppWithoutIncludesResponse: type: object title: AppWithoutIncludesResponse properties: data: $ref: '#/components/schemas/App' links: $ref: '#/components/schemas/DocumentLinks' required: - data - links BetaReviewState: type: string enum: - WAITING_FOR_REVIEW - IN_REVIEW - REJECTED - APPROVED ExternalBetaState: type: string enum: - PROCESSING - PROCESSING_EXCEPTION - MISSING_EXPORT_COMPLIANCE - READY_FOR_BETA_TESTING - IN_BETA_TESTING - EXPIRED - READY_FOR_BETA_SUBMISSION - IN_EXPORT_COMPLIANCE_REVIEW - WAITING_FOR_BETA_REVIEW - IN_BETA_REVIEW - BETA_REJECTED - BETA_APPROVED - NOT_APPLICABLE ImageAsset: type: object properties: templateUrl: type: string width: type: integer height: type: integer PagedDocumentLinks: type: object properties: self: type: string format: uri-reference first: type: string format: uri-reference next: type: string format: uri-reference required: - self BuildPreReleaseVersionLinkageResponse: type: object properties: data: type: object properties: type: type: string enum: - preReleaseVersions id: type: string required: - id - type links: $ref: '#/components/schemas/DocumentLinks' required: - data - links AppEncryptionDeclarationWithoutIncludesResponse: type: object title: AppEncryptionDeclarationWithoutIncludesResponse properties: data: $ref: '#/components/schemas/AppEncryptionDeclaration' links: $ref: '#/components/schemas/DocumentLinks' required: - data - links xcodeMetrics: type: object properties: version: type: string insights: type: object properties: trendingUp: type: array items: $ref: '#/components/schemas/MetricsInsight' regressions: type: array items: $ref: '#/components/schemas/MetricsInsight' productData: type: array items: type: object properties: platform: type: string metricCategories: type: array items: type: object properties: identifier: $ref: '#/components/schemas/MetricCategory' metrics: type: array items: type: object properties: identifier: type: string goalKeys: type: array items: type: object properties: goalKey: type: string lowerBound: type: integer upperBound: type: integer unit: type: object properties: identifier: type: string displayName: type: string datasets: type: array items: type: object properties: filterCriteria: type: object properties: percentile: type: string device: type: string deviceMarketingName: type: string points: type: array items: type: object properties: version: type: string value: type: number errorMargin: type: number percentageBreakdown: type: object properties: value: type: number subSystemLabel: type: string goal: type: string recommendedMetricGoal: type: object properties: value: type: number detail: type: string AppEncryptionDeclarationState: type: string enum: - CREATED - IN_REVIEW - APPROVED - REJECTED - INVALID - EXPIRED BuildsResponse: type: object title: BuildsResponse properties: data: type: array items: $ref: '#/components/schemas/Build' included: type: array items: oneOf: - $ref: '#/components/schemas/AppEncryptionDeclaration' - $ref: '#/components/schemas/AppStoreVersion' - $ref: '#/components/schemas/App' - $ref: '#/components/schemas/BetaAppReviewSubmission' - $ref: '#/components/schemas/BetaBuildLocalization' - $ref: '#/components/schemas/BetaGroup' - $ref: '#/components/schemas/BetaTester' - $ref: '#/components/schemas/BuildBetaDetail' - $ref: '#/components/schemas/BuildBundle' - $ref: '#/components/schemas/BuildIcon' - $ref: '#/components/schemas/BuildUpload' - $ref: '#/components/schemas/PrereleaseVersion' discriminator: propertyName: type mapping: betaGroups: '#/components/schemas/BetaGroup' appEncryptionDeclarations: '#/components/schemas/AppEncryptionDeclaration' betaAppReviewSubmissions: '#/components/schemas/BetaAppReviewSubmission' buildBetaDetails: '#/components/schemas/BuildBetaDetail' buildIcons: '#/components/schemas/BuildIcon' buildUploads: '#/components/schemas/BuildUpload' appStoreVersions: '#/components/schemas/AppStoreVersion' preReleaseVersions: '#/components/schemas/PrereleaseVersion' buildBundles: '#/components/schemas/BuildBundle' betaTesters: '#/components/schemas/BetaTester' apps: '#/components/schemas/App' betaBuildLocalizations: '#/components/schemas/BetaBuildLocalization' links: $ref: '#/components/schemas/PagedDocumentLinks' meta: $ref: '#/components/schemas/PagingInformation' required: - data - links ErrorResponse: type: object properties: errors: type: array items: type: object properties: id: type: string status: type: string code: type: string title: type: string detail: type: string source: oneOf: - $ref: '#/components/schemas/ErrorSourcePointer' - $ref: '#/components/schemas/ErrorSourceParameter' links: $ref: '#/components/schemas/ErrorLinks' meta: type: object additionalProperties: {} required: - code - detail - status - title ChecksumAlgorithm: type: string enum: - MD5 - SHA_256 DiagnosticSignature: type: object title: DiagnosticSignature properties: type: type: string enum: - diagnosticSignatures id: type: string attributes: type: object properties: diagnosticType: type: string enum: - DISK_WRITES - HANGS - LAUNCHES signature: type: string weight: type: number insight: $ref: '#/components/schemas/DiagnosticInsight' relationships: type: object properties: logs: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' links: $ref: '#/components/schemas/ResourceLinks' required: - id - type BuildDiagnosticSignaturesLinkagesResponse: type: object properties: data: type: array items: type: object properties: type: type: string enum: - diagnosticSignatures id: type: string required: - id - type links: $ref: '#/components/schemas/PagedDocumentLinks' meta: $ref: '#/components/schemas/PagingInformation' required: - data - links ErrorSourcePointer: type: object title: JsonPointer properties: pointer: type: string required: - pointer RoutingAppCoverage: type: object title: RoutingAppCoverage properties: type: type: string enum: - routingAppCoverages id: type: string attributes: type: object properties: fileSize: type: integer fileName: type: string sourceFileChecksum: type: string uploadOperations: type: array items: $ref: '#/components/schemas/UploadOperation' assetDeliveryState: $ref: '#/components/schemas/AppMediaAssetState' relationships: type: object properties: appStoreVersion: type: object properties: data: type: object properties: type: type: string enum: - appStoreVersions id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type PagingInformation: type: object properties: paging: type: object properties: total: type: integer limit: type: integer nextCursor: type: string required: - limit required: - paging BuildIconsLinkagesResponse: type: object properties: data: type: array items: type: object properties: type: type: string enum: - buildIcons id: type: string required: - id - type links: $ref: '#/components/schemas/PagedDocumentLinks' meta: $ref: '#/components/schemas/PagingInformation' required: - data - links BetaBuildLocalization: type: object title: BetaBuildLocalization properties: type: type: string enum: - betaBuildLocalizations id: type: string attributes: type: object properties: whatsNew: type: string locale: type: string relationships: type: object properties: build: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - builds id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type GameCenterAppVersion: type: object title: GameCenterAppVersion properties: type: type: string enum: - gameCenterAppVersions id: type: string attributes: type: object properties: enabled: type: boolean relationships: type: object properties: compatibilityVersions: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - gameCenterAppVersions id: type: string required: - id - type appStoreVersion: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appStoreVersions id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type BetaBuildUsagesV1MetricResponse: type: object properties: data: type: array items: type: object properties: dataPoints: type: array items: type: object properties: start: type: string format: date-time end: type: string format: date-time values: type: object properties: crashCount: type: integer installCount: type: integer sessionCount: type: integer feedbackCount: type: integer inviteCount: type: integer links: $ref: '#/components/schemas/PagedDocumentLinks' meta: $ref: '#/components/schemas/PagingInformation' required: - data - links BuildBetaDetailResponse: type: object title: BuildBetaDetailResponse properties: data: $ref: '#/components/schemas/BuildBetaDetail' included: type: array items: $ref: '#/components/schemas/Build' links: $ref: '#/components/schemas/DocumentLinks' required: - data - links BuildBundleType: type: string enum: - APP - APP_CLIP - WATCH_APP DiagnosticInsightDirection: type: string enum: - UP - DOWN - UNDEFINED ErrorLinks: type: object properties: about: type: string format: uri-reference associated: oneOf: - type: string format: uri-reference - type: object properties: href: type: string format: uri-reference meta: type: object properties: source: type: string AppMediaAssetState: type: object properties: errors: type: array items: $ref: '#/components/schemas/AppMediaStateError' warnings: type: array items: $ref: '#/components/schemas/AppMediaStateError' state: type: string enum: - AWAITING_UPLOAD - UPLOAD_COMPLETE - COMPLETE - FAILED BetaTester: type: object title: BetaTester properties: type: type: string enum: - betaTesters id: type: string attributes: type: object properties: firstName: type: string lastName: type: string email: type: string format: email inviteType: $ref: '#/components/schemas/BetaInviteType' state: $ref: '#/components/schemas/BetaTesterState' appDevices: type: array items: type: object properties: model: type: string platform: type: string enum: - IOS - MAC_OS - TV_OS - WATCH_OS - VISION_OS osVersion: type: string appBuildVersion: type: string relationships: type: object properties: apps: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - apps id: type: string required: - id - type betaGroups: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - betaGroups id: type: string required: - id - type builds: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - builds id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type BuildBetaDetail: type: object title: BuildBetaDetail properties: type: type: string enum: - buildBetaDetails id: type: string attributes: type: object properties: autoNotifyEnabled: type: boolean internalBuildState: $ref: '#/components/schemas/InternalBetaState' externalBuildState: $ref: '#/components/schemas/ExternalBetaState' relationships: type: object properties: build: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - builds id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type Platform: type: string enum: - IOS - MAC_OS - TV_OS - VISION_OS Checksums: type: object properties: file: type: object properties: hash: type: string algorithm: $ref: '#/components/schemas/ChecksumAlgorithm' composite: type: object properties: hash: type: string algorithm: type: string enum: - MD5 BuildResponse: type: object title: BuildResponse properties: data: $ref: '#/components/schemas/Build' included: type: array items: oneOf: - $ref: '#/components/schemas/AppEncryptionDeclaration' - $ref: '#/components/schemas/AppStoreVersion' - $ref: '#/components/schemas/App' - $ref: '#/components/schemas/BetaAppReviewSubmission' - $ref: '#/components/schemas/BetaBuildLocalization' - $ref: '#/components/schemas/BetaGroup' - $ref: '#/components/schemas/BetaTester' - $ref: '#/components/schemas/BuildBetaDetail' - $ref: '#/components/schemas/BuildBundle' - $ref: '#/components/schemas/BuildIcon' - $ref: '#/components/schemas/BuildUpload' - $ref: '#/components/schemas/PrereleaseVersion' discriminator: propertyName: type mapping: betaGroups: '#/components/schemas/BetaGroup' appEncryptionDeclarations: '#/components/schemas/AppEncryptionDeclaration' betaAppReviewSubmissions: '#/components/schemas/BetaAppReviewSubmission' buildBetaDetails: '#/components/schemas/BuildBetaDetail' buildIcons: '#/components/schemas/BuildIcon' buildUploads: '#/components/schemas/BuildUpload' appStoreVersions: '#/components/schemas/AppStoreVersion' preReleaseVersions: '#/components/schemas/PrereleaseVersion' buildBundles: '#/components/schemas/BuildBundle' betaTesters: '#/components/schemas/BetaTester' apps: '#/components/schemas/App' betaBuildLocalizations: '#/components/schemas/BetaBuildLocalization' links: $ref: '#/components/schemas/DocumentLinks' required: - data - links MetricCategory: type: string enum: - HANG - LAUNCH - MEMORY - DISK - BATTERY - TERMINATION - ANIMATION AppStoreVersionExperiment: type: object title: AppStoreVersionExperiment properties: type: type: string enum: - appStoreVersionExperiments id: type: string attributes: type: object properties: name: type: string trafficProportion: type: integer state: type: string enum: - PREPARE_FOR_SUBMISSION - READY_FOR_REVIEW - WAITING_FOR_REVIEW - IN_REVIEW - ACCEPTED - APPROVED - REJECTED - COMPLETED - STOPPED reviewRequired: type: boolean startDate: type: string format: date-time endDate: type: string format: date-time relationships: type: object properties: appStoreVersion: type: object properties: data: type: object properties: type: type: string enum: - appStoreVersions id: type: string required: - id - type appStoreVersionExperimentTreatments: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appStoreVersionExperimentTreatments id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type deprecated: true DiagnosticInsight: type: object properties: insightType: $ref: '#/components/schemas/DiagnosticInsightType' direction: $ref: '#/components/schemas/DiagnosticInsightDirection' referenceVersions: type: array items: type: object properties: version: type: string value: type: number BuildUpdateRequest: type: object title: BuildUpdateRequest properties: data: type: object properties: type: type: string enum: - builds id: type: string attributes: type: object properties: expired: type: boolean nullable: true usesNonExemptEncryption: type: boolean nullable: true relationships: type: object properties: appEncryptionDeclaration: type: object properties: data: type: object properties: type: type: string enum: - appEncryptionDeclarations id: type: string required: - id - type required: - id - type required: - data App: type: object title: App properties: type: type: string enum: - apps id: type: string attributes: type: object properties: accessibilityUrl: type: string format: uri name: type: string bundleId: type: string sku: type: string primaryLocale: type: string isOrEverWasMadeForKids: type: boolean subscriptionStatusUrl: type: string format: uri subscriptionStatusUrlVersion: $ref: '#/components/schemas/SubscriptionStatusUrlVersion' subscriptionStatusUrlForSandbox: type: string format: uri subscriptionStatusUrlVersionForSandbox: $ref: '#/components/schemas/SubscriptionStatusUrlVersion' contentRightsDeclaration: type: string enum: - DOES_NOT_USE_THIRD_PARTY_CONTENT - USES_THIRD_PARTY_CONTENT streamlinedPurchasingEnabled: type: boolean relationships: type: object properties: accessibilityDeclarations: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' appEncryptionDeclarations: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appEncryptionDeclarations id: type: string required: - id - type appStoreIcon: type: object properties: data: type: object properties: type: type: string enum: - buildIcons id: type: string required: - id - type ciProduct: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - ciProducts id: type: string required: - id - type betaTesters: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' betaGroups: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - betaGroups id: type: string required: - id - type appStoreVersions: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appStoreVersions id: type: string required: - id - type appTags: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' preReleaseVersions: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - preReleaseVersions id: type: string required: - id - type betaAppLocalizations: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - betaAppLocalizations id: type: string required: - id - type builds: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - builds id: type: string required: - id - type betaLicenseAgreement: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - betaLicenseAgreements id: type: string required: - id - type betaAppReviewDetail: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - betaAppReviewDetails id: type: string required: - id - type appInfos: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appInfos id: type: string required: - id - type appClips: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appClips id: type: string required: - id - type appPricePoints: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' endUserLicenseAgreement: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - endUserLicenseAgreements id: type: string required: - id - type appPriceSchedule: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' appAvailabilityV2: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' inAppPurchases: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - inAppPurchases id: type: string required: - id - type deprecated: true subscriptionGroups: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - subscriptionGroups id: type: string required: - id - type gameCenterEnabledVersions: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - gameCenterEnabledVersions id: type: string required: - id - type perfPowerMetrics: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' appCustomProductPages: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appCustomProductPages id: type: string required: - id - type inAppPurchasesV2: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - inAppPurchases id: type: string required: - id - type promotedPurchases: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - promotedPurchases id: type: string required: - id - type appEvents: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appEvents id: type: string required: - id - type reviewSubmissions: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - reviewSubmissions id: type: string required: - id - type subscriptionGracePeriod: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - subscriptionGracePeriods id: type: string required: - id - type customerReviews: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' customerReviewSummarizations: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' gameCenterDetail: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - gameCenterDetails id: type: string required: - id - type appStoreVersionExperimentsV2: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appStoreVersionExperiments id: type: string required: - id - type alternativeDistributionKey: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' analyticsReportRequests: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' marketplaceSearchDetail: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' buildUploads: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' backgroundAssets: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' betaFeedbackScreenshotSubmissions: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' betaFeedbackCrashSubmissions: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' searchKeywords: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' webhooks: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' androidToIosAppMappingDetails: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - androidToIosAppMappingDetails id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type AppStoreReviewDetail: type: object title: AppStoreReviewDetail properties: type: type: string enum: - appStoreReviewDetails id: type: string attributes: type: object properties: contactFirstName: type: string contactLastName: type: string contactPhone: type: string contactEmail: type: string demoAccountName: type: string demoAccountPassword: type: string demoAccountRequired: type: boolean notes: type: string relationships: type: object properties: appStoreVersion: type: object properties: data: type: object properties: type: type: string enum: - appStoreVersions id: type: string required: - id - type appStoreReviewAttachments: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appStoreReviewAttachments id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type RelationshipLinks: type: object properties: self: type: string format: uri-reference related: type: string format: uri-reference BetaBuildLocalizationsWithoutIncludesResponse: type: object title: BetaBuildLocalizationsWithoutIncludesResponse properties: data: type: array items: $ref: '#/components/schemas/BetaBuildLocalization' links: $ref: '#/components/schemas/PagedDocumentLinks' meta: $ref: '#/components/schemas/PagingInformation' required: - data - links BuildAudienceType: type: string enum: - INTERNAL_ONLY - APP_STORE_ELIGIBLE BuildAppStoreVersionLinkageResponse: type: object properties: data: type: object properties: type: type: string enum: - appStoreVersions id: type: string required: - id - type links: $ref: '#/components/schemas/DocumentLinks' required: - data - links MetricsInsight: type: object properties: metricCategory: $ref: '#/components/schemas/MetricCategory' latestVersion: type: string metric: type: string summaryString: type: string referenceVersions: type: string maxLatestVersionValue: type: number subSystemLabel: type: string highImpact: type: boolean populations: type: array items: type: object properties: deltaPercentage: type: number percentile: type: string summaryString: type: string referenceAverageValue: type: number latestVersionValue: type: number device: type: string BetaGroup: type: object title: BetaGroup properties: type: type: string enum: - betaGroups id: type: string attributes: type: object properties: name: type: string createdDate: type: string format: date-time isInternalGroup: type: boolean hasAccessToAllBuilds: type: boolean publicLinkEnabled: type: boolean publicLinkId: type: string publicLinkLimitEnabled: type: boolean publicLinkLimit: type: integer publicLink: type: string feedbackEnabled: type: boolean iosBuildsAvailableForAppleSiliconMac: type: boolean iosBuildsAvailableForAppleVision: type: boolean relationships: type: object properties: app: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - apps id: type: string required: - id - type builds: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - builds id: type: string required: - id - type betaTesters: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - betaTesters id: type: string required: - id - type betaRecruitmentCriteria: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - betaRecruitmentCriteria id: type: string required: - id - type betaRecruitmentCriterionCompatibleBuildCheck: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' links: $ref: '#/components/schemas/ResourceLinks' required: - id - type DiagnosticInsightType: type: string enum: - TREND HttpHeader: type: object properties: name: type: string value: type: string BetaAppReviewSubmission: type: object title: BetaAppReviewSubmission properties: type: type: string enum: - betaAppReviewSubmissions id: type: string attributes: type: object properties: betaReviewState: $ref: '#/components/schemas/BetaReviewState' submittedDate: type: string format: date-time relationships: type: object properties: build: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - builds id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type ResourceLinks: type: object properties: self: type: string format: uri-reference BuildBetaGroupsLinkagesRequest: type: object properties: data: type: array items: type: object properties: type: type: string enum: - betaGroups id: type: string required: - id - type required: - data StateDetail: type: object properties: code: type: string description: type: string UploadOperation: type: object properties: method: type: string url: type: string length: type: integer offset: type: integer requestHeaders: type: array items: $ref: '#/components/schemas/HttpHeader' PrereleaseVersion: type: object title: PrereleaseVersion properties: type: type: string enum: - preReleaseVersions id: type: string attributes: type: object properties: version: type: string platform: $ref: '#/components/schemas/Platform' relationships: type: object properties: builds: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - builds id: type: string required: - id - type app: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - apps id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type BetaTesterState: type: string enum: - NOT_INVITED - INVITED - ACCEPTED - INSTALLED - REVOKED AppEncryptionDeclaration: type: object title: AppEncryptionDeclaration properties: type: type: string enum: - appEncryptionDeclarations id: type: string attributes: type: object properties: appDescription: type: string createdDate: type: string format: date-time usesEncryption: type: boolean deprecated: true exempt: type: boolean containsProprietaryCryptography: type: boolean containsThirdPartyCryptography: type: boolean availableOnFrenchStore: type: boolean platform: deprecated: true $ref: '#/components/schemas/Platform' uploadedDate: type: string format: date-time deprecated: true documentUrl: type: string deprecated: true documentName: type: string deprecated: true documentType: type: string deprecated: true appEncryptionDeclarationState: $ref: '#/components/schemas/AppEncryptionDeclarationState' codeValue: type: string relationships: type: object properties: app: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - apps id: type: string required: - id - type deprecated: true builds: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - builds id: type: string required: - id - type deprecated: true appEncryptionDeclarationDocument: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appEncryptionDeclarationDocuments id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type Build: type: object title: Build properties: type: type: string enum: - builds id: type: string attributes: type: object properties: version: type: string uploadedDate: type: string format: date-time expirationDate: type: string format: date-time expired: type: boolean minOsVersion: type: string lsMinimumSystemVersion: type: string computedMinMacOsVersion: type: string computedMinVisionOsVersion: type: string iconAssetToken: $ref: '#/components/schemas/ImageAsset' processingState: type: string enum: - PROCESSING - FAILED - INVALID - VALID buildAudienceType: $ref: '#/components/schemas/BuildAudienceType' usesNonExemptEncryption: type: boolean relationships: type: object properties: preReleaseVersion: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - preReleaseVersions id: type: string required: - id - type individualTesters: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - betaTesters id: type: string required: - id - type betaGroups: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - betaGroups id: type: string required: - id - type betaBuildLocalizations: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - betaBuildLocalizations id: type: string required: - id - type appEncryptionDeclaration: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appEncryptionDeclarations id: type: string required: - id - type betaAppReviewSubmission: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - betaAppReviewSubmissions id: type: string required: - id - type app: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - apps id: type: string required: - id - type buildBetaDetail: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - buildBetaDetails id: type: string required: - id - type appStoreVersion: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appStoreVersions id: type: string required: - id - type icons: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - buildIcons id: type: string required: - id - type buildBundles: type: object properties: meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - buildBundles id: type: string required: - id - type buildUpload: type: object properties: data: type: object properties: type: type: string enum: - buildUploads id: type: string required: - id - type perfPowerMetrics: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' diagnosticSignatures: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' links: $ref: '#/components/schemas/ResourceLinks' required: - id - type BuildAppEncryptionDeclarationLinkageResponse: type: object properties: data: type: object properties: type: type: string enum: - appEncryptionDeclarations id: type: string required: - id - type links: $ref: '#/components/schemas/DocumentLinks' required: - data - links SubscriptionStatusUrlVersion: type: string enum: - V1 - V2 BetaTestersWithoutIncludesResponse: type: object title: BetaTestersWithoutIncludesResponse properties: data: type: array items: $ref: '#/components/schemas/BetaTester' links: $ref: '#/components/schemas/PagedDocumentLinks' meta: $ref: '#/components/schemas/PagingInformation' required: - data - links AppStoreVersionLocalization: type: object title: AppStoreVersionLocalization properties: type: type: string enum: - appStoreVersionLocalizations id: type: string attributes: type: object properties: description: type: string locale: type: string keywords: type: string marketingUrl: type: string format: uri promotionalText: type: string supportUrl: type: string format: uri whatsNew: type: string relationships: type: object properties: appStoreVersion: type: object properties: data: type: object properties: type: type: string enum: - appStoreVersions id: type: string required: - id - type appScreenshotSets: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appScreenshotSets id: type: string required: - id - type appPreviewSets: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appPreviewSets id: type: string required: - id - type searchKeywords: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appKeywords id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type BuildIconsWithoutIncludesResponse: type: object title: BuildIconsWithoutIncludesResponse properties: data: type: array items: $ref: '#/components/schemas/BuildIcon' links: $ref: '#/components/schemas/PagedDocumentLinks' meta: $ref: '#/components/schemas/PagingInformation' required: - data - links BetaInviteType: type: string enum: - EMAIL - PUBLIC_LINK BuildBundle: type: object title: BuildBundle properties: type: type: string enum: - buildBundles id: type: string attributes: type: object properties: bundleId: type: string bundleType: $ref: '#/components/schemas/BuildBundleType' sdkBuild: type: string platformBuild: type: string fileName: type: string hasSirikit: type: boolean hasOnDemandResources: type: boolean hasPrerenderedIcon: type: boolean usesLocationServices: type: boolean isIosBuildMacAppStoreCompatible: type: boolean includesSymbols: type: boolean dSYMUrl: type: string format: uri supportedArchitectures: type: array items: type: string requiredCapabilities: type: array items: type: string deviceProtocols: type: array items: type: string locales: type: array items: type: string entitlements: type: object additionalProperties: type: object additionalProperties: type: string baDownloadAllowance: type: integer baMaxInstallSize: type: integer minimumOsVersion: type: string relationships: type: object properties: appClipDomainCacheStatus: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appClipDomainStatuses id: type: string required: - id - type appClipDomainDebugStatus: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appClipDomainStatuses id: type: string required: - id - type betaAppClipInvocations: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - betaAppClipInvocations id: type: string required: - id - type buildBundleFileSizes: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - buildBundleFileSizes id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type AppStoreVersion: type: object title: AppStoreVersion properties: type: type: string enum: - appStoreVersions id: type: string attributes: type: object properties: platform: $ref: '#/components/schemas/Platform' versionString: type: string appStoreState: deprecated: true $ref: '#/components/schemas/AppStoreVersionState' appVersionState: $ref: '#/components/schemas/AppVersionState' copyright: type: string reviewType: type: string enum: - APP_STORE - NOTARIZATION releaseType: type: string enum: - MANUAL - AFTER_APPROVAL - SCHEDULED earliestReleaseDate: type: string format: date-time usesIdfa: type: boolean deprecated: true downloadable: type: boolean createdDate: type: string format: date-time relationships: type: object properties: app: type: object properties: data: type: object properties: type: type: string enum: - apps id: type: string required: - id - type appStoreVersionLocalizations: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appStoreVersionLocalizations id: type: string required: - id - type build: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - builds id: type: string required: - id - type appStoreVersionPhasedRelease: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appStoreVersionPhasedReleases id: type: string required: - id - type gameCenterAppVersion: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - gameCenterAppVersions id: type: string required: - id - type routingAppCoverage: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - routingAppCoverages id: type: string required: - id - type appStoreReviewDetail: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appStoreReviewDetails id: type: string required: - id - type appStoreVersionSubmission: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appStoreVersionSubmissions id: type: string required: - id - type appClipDefaultExperience: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - appClipDefaultExperiences id: type: string required: - id - type appStoreVersionExperiments: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appStoreVersionExperiments id: type: string required: - id - type appStoreVersionExperimentsV2: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' meta: $ref: '#/components/schemas/PagingInformation' data: type: array items: type: object properties: type: type: string enum: - appStoreVersionExperiments id: type: string required: - id - type customerReviews: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' alternativeDistributionPackage: type: object properties: links: $ref: '#/components/schemas/RelationshipLinks' data: type: object properties: type: type: string enum: - alternativeDistributionPackages id: type: string required: - id - type links: $ref: '#/components/schemas/ResourceLinks' required: - id - type AppStoreVersionResponse: type: object title: AppStoreVersionResponse properties: data: $ref: '#/components/schemas/AppStoreVersion' included: type: array items: oneOf: - $ref: '#/components/schemas/AlternativeDistributionPackage' - $ref: '#/components/schemas/AppClipDefaultExperience' - $ref: '#/components/schemas/AppStoreReviewDetail' - $ref: '#/components/schemas/AppStoreVersionExperiment' - $ref: '#/components/schemas/AppStoreVersionLocalization' - $ref: '#/components/schemas/AppStoreVersionPhasedRelease' - $ref: '#/components/schemas/AppStoreVersionSubmission' - $ref: '#/components/schemas/App' - $ref: '#/components/schemas/Build' - $ref: '#/components/schemas/GameCenterAppVersion' - $ref: '#/components/schemas/RoutingAppCoverage' discriminator: propertyName: type mapping: alternativeDistributionPackages: '#/components/schemas/AlternativeDistributionPackage' appClipDefaultExperiences: '#/components/schemas/AppClipDefaultExperience' appStoreVersionLocalizations: '#/components/schemas/AppStoreVersionLocalization' routingAppCoverages: '#/components/schemas/RoutingAppCoverage' appStoreVersionPhasedReleases: '#/components/schemas/AppStoreVersionPhasedRelease' appStoreReviewDetails: '#/components/schemas/AppStoreReviewDetail' appStoreVersionExperiments: '#/components/schemas/AppStoreVersionExperiment' builds: '#/components/schemas/Build' appStoreVersionSubmissions: '#/components/schemas/AppStoreVersionSubmission' gameCenterAppVersions: '#/components/schemas/GameCenterAppVersion' apps: '#/components/schemas/App' links: $ref: '#/components/schemas/DocumentLinks' required: - data - links DiagnosticSignaturesResponse: type: object title: DiagnosticSignaturesResponse properties: data: type: array items: $ref: '#/components/schemas/DiagnosticSignature' links: $ref: '#/components/schemas/PagedDocumentLinks' meta: $ref: '#/components/schemas/PagingInformation' required: - data - links InternalBetaState: type: string enum: - PROCESSING - PROCESSING_EXCEPTION - MISSING_EXPORT_COMPLIANCE - READY_FOR_BETA_TESTING - IN_BETA_TESTING - EXPIRED - IN_EXPORT_COMPLIANCE_REVIEW IconAssetType: type: string enum: - APP_STORE - MESSAGES_APP_STORE - WATCH_APP_STORE - TV_OS_HOME_SCREEN - TV_OS_TOP_SHELF - ALTERNATE_EXPERIMENT AppMediaStateError: type: object properties: code: type: string description: type: string BuildIndividualTestersLinkagesResponse: type: object properties: data: type: array items: type: object properties: type: type: string enum: - betaTesters id: type: string required: - id - type links: $ref: '#/components/schemas/PagedDocumentLinks' meta: $ref: '#/components/schemas/PagingInformation' required: - data - links BuildAppEncryptionDeclarationLinkageRequest: type: object properties: data: type: object properties: type: type: string enum: - appEncryptionDeclarations id: type: string required: - id - type required: - data AppStoreVersionState: type: string enum: - ACCEPTED - DEVELOPER_REMOVED_FROM_SALE - DEVELOPER_REJECTED - IN_REVIEW - INVALID_BINARY - METADATA_REJECTED - PENDING_APPLE_RELEASE - PENDING_CONTRACT - PENDING_DEVELOPER_RELEASE - PREPARE_FOR_SUBMISSION - PREORDER_READY_FOR_SALE - PROCESSING_FOR_APP_STORE - READY_FOR_REVIEW - READY_FOR_SALE - REJECTED - REMOVED_FROM_SALE - WAITING_FOR_EXPORT_COMPLIANCE - WAITING_FOR_REVIEW - REPLACED_WITH_NEW_VERSION - NOT_APPLICABLE BuildBetaBuildLocalizationsLinkagesResponse: type: object properties: data: type: array items: type: object properties: type: type: string enum: - betaBuildLocalizations id: type: string required: - id - type links: $ref: '#/components/schemas/PagedDocumentLinks' meta: $ref: '#/components/schemas/PagingInformation' required: - data - links securitySchemes: itc-bearer-token: type: http scheme: bearer bearerFormat: JWT