Apple · Schema

RelationshipData

DeveloperiOSmacOSMobileTechnologyFortune 100

Properties

Name Type Description
type string
id string
View JSON Schema on GitHub

JSON Schema

app-store-connect-relationship-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RelationshipData",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "id": {
      "type": "string"
    }
  }
}