Apple · JSON Structure

App Store Connect App Attributes Structure

Type: object Properties: 11
DeveloperiOSmacOSMobileTechnologyFortune 100

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

Properties

name bundleId sku primaryLocale isOrEverWasMadeForKids contentRightsDeclaration streamlinedPurchasingEnabled subscriptionStatusUrl subscriptionStatusUrlForSandbox subscriptionStatusUrlVersion subscriptionStatusUrlVersionForSandbox

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AppAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "bundleId": {
      "type": "string"
    },
    "sku": {
      "type": "string"
    },
    "primaryLocale": {
      "type": "string"
    },
    "isOrEverWasMadeForKids": {
      "type": "boolean"
    },
    "contentRightsDeclaration": {
      "type": "string"
    },
    "streamlinedPurchasingEnabled": {
      "type": "boolean"
    },
    "subscriptionStatusUrl": {
      "type": "['string', 'null']"
    },
    "subscriptionStatusUrlForSandbox": {
      "type": "['string', 'null']"
    },
    "subscriptionStatusUrlVersion": {
      "type": "['string', 'null']"
    },
    "subscriptionStatusUrlVersionForSandbox": {
      "type": "['string', 'null']"
    }
  }
}