Amazon IoT Device Management · JSON Structure

Iot Device Management Create Thing Group Response Structure

CreateThingGroupResponse schema

Type: object Properties: 3
Device ManagementFleet ManagementIoTOTA Updates

CreateThingGroupResponse is a JSON Structure definition published by Amazon IoT Device Management, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

thingGroupName thingGroupArn thingGroupId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-structure/iot-device-management-create-thing-group-response-structure.json",
  "name": "CreateThingGroupResponse",
  "description": "CreateThingGroupResponse schema",
  "type": "object",
  "properties": {
    "thingGroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThingGroupName"
        },
        {
          "description": "The thing group name."
        }
      ]
    },
    "thingGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThingGroupArn"
        },
        {
          "description": "The thing group ARN."
        }
      ]
    },
    "thingGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThingGroupId"
        },
        {
          "description": "The thing group ID."
        }
      ]
    }
  }
}