{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-create-thing-response-structure.json", "name": "CreateThingResponse", "description": "The output of the CreateThing operation.", "type": "object", "properties": { "thingName": { "allOf": [ { "$ref": "#/components/schemas/ThingName" }, { "description": "The name of the new thing." } ] }, "thingArn": { "allOf": [ { "$ref": "#/components/schemas/ThingArn" }, { "description": "The ARN of the new thing." } ] }, "thingId": { "allOf": [ { "$ref": "#/components/schemas/ThingId" }, { "description": "The thing ID." } ] } } }