Apple · JSON Structure

App Store Connect App Response Structure

Type: object Properties: 1
DeveloperiOSmacOSMobileTechnologyFortune 100

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

Properties

included

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AppResponse",
  "type": "object",
  "properties": {
    "included": {
      "type": "array"
    }
  }
}