Apple · Schema

PagedDocumentLinks

DeveloperiOSmacOSMobileTechnologyFortune 100

Properties

Name Type Description
self string The URL for the current page of results
first string The URL for the first page of results
next string The URL for the next page of results
View JSON Schema on GitHub

JSON Schema

app-store-connect-paged-document-links-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PagedDocumentLinks",
  "type": "object",
  "properties": {
    "self": {
      "type": "string",
      "description": "The URL for the current page of results"
    },
    "first": {
      "type": "string",
      "description": "The URL for the first page of results"
    },
    "next": {
      "type": "string",
      "description": "The URL for the next page of results"
    }
  }
}