Apple · JSON Structure

App Store Connect Beta Tester Attributes Structure

Type: object Properties: 5
DeveloperiOSmacOSMobileTechnologyFortune 100

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

Properties

firstName lastName email inviteType state

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BetaTesterAttributes",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "['string', 'null']"
    },
    "lastName": {
      "type": "['string', 'null']"
    },
    "email": {
      "type": "['string', 'null']"
    },
    "inviteType": {
      "type": "string"
    },
    "state": {
      "type": "string"
    }
  }
}