{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ResponseInputItemList", "type": "object", "properties": { "object": { "type": "string" }, "data": { "type": "array" }, "has_more": { "type": "boolean" }, "first_id": { "type": "string" }, "last_id": { "type": "string" } } }