Apple · Schema

Build

DeveloperiOSmacOSMobileTechnologyFortune 100

Properties

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

JSON Schema

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