Giphy · Schema

GIPHY Pagination

PhotographyMediaGIFsStickersEmojiVideoMessagingSocialMeta

Properties

Name Type Description
offset integer
total_count integer
count integer
View JSON Schema on GitHub

JSON Schema

giphy-pagination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/giphy/json-schema/giphy-pagination-schema.json",
  "title": "GIPHY Pagination",
  "type": "object",
  "properties": {
    "offset": { "type": "integer" },
    "total_count": { "type": "integer" },
    "count": { "type": "integer" }
  }
}