{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-list-things-in-billing-group-response-schema.json", "title": "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." } ] } } }