{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "isPartialOne", "type": "object", "description": "If the value is true, it indicates additional results are available. False represents that this is the last set of results for this request.", "properties": { "isPartial": { "type": "boolean" } } }