{ "$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" } } }