Apple · Schema

BetaTester

DeveloperiOSmacOSMobileTechnologyFortune 100

Properties

Name Type Description
type string
id string The opaque resource ID that uniquely identifies the beta tester
View JSON Schema on GitHub

JSON Schema

app-store-connect-beta-tester-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BetaTester",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "id": {
      "type": "string",
      "description": "The opaque resource ID that uniquely identifies the beta tester"
    }
  }
}