{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-list-things-in-billing-group-response-structure.json", "name": "ListThingsInBillingGroupResponse", "description": "ListThingsInBillingGroupResponse schema", "type": "object", "properties": { "things": { "allOf": [ { "$ref": "#/components/schemas/ThingNameList" }, { "description": "A list of things in the billing group." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to use to get the next set of results. Will not be returned if operation has returned all results." } ] } } }