Apple · Schema

ErrorResponse

DeveloperiOSmacOSMobileTechnologyFortune 100

Properties

Name Type Description
errors array
View JSON Schema on GitHub

JSON Schema

app-store-connect-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "errors": {
      "type": "array"
    }
  }
}