{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/images_images_list_continuation_token", "title": "images_images_list_continuation_token", "description": "Continuation token to fetch next page. Passed as a query param when requesting List V2 api endpoint.", "example": "iD0bxlWFSVUWsDHbzIqvDkgBW4otifAAuGXLz1n8BQA", "maxLength": 32, "nullable": true, "readOnly": true, "type": "string" }