Apple · JSON Structure

App Store Connect Build Attributes Structure

Type: object Properties: 11
DeveloperiOSmacOSMobileTechnologyFortune 100

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

Properties

version uploadedDate expirationDate expired minOsVersion lsMinimumSystemVersion computedMinMacOsVersion iconAssetToken processingState buildAudienceType usesNonExemptEncryption

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BuildAttributes",
  "type": "object",
  "properties": {
    "version": {
      "type": "string"
    },
    "uploadedDate": {
      "type": "string"
    },
    "expirationDate": {
      "type": "string"
    },
    "expired": {
      "type": "boolean"
    },
    "minOsVersion": {
      "type": "string"
    },
    "lsMinimumSystemVersion": {
      "type": "string"
    },
    "computedMinMacOsVersion": {
      "type": "string"
    },
    "iconAssetToken": {
      "type": "object"
    },
    "processingState": {
      "type": "string"
    },
    "buildAudienceType": {
      "type": "string"
    },
    "usesNonExemptEncryption": {
      "type": "['boolean', 'null']"
    }
  }
}