Facebook · Schema

PhotoList

Paginated list of photos.

Fortune 500AdvertisingContent PublishingMessagingSocial MediaSocial Networking

Properties

Name Type Description
data array
paging object
View JSON Schema on GitHub

JSON Schema

facebook-photolist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhotoList",
  "title": "PhotoList",
  "type": "object",
  "description": "Paginated list of photos.",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Photo"
      }
    },
    "paging": {
      "$ref": "#/components/schemas/Paging"
    }
  }
}