{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloud-map/refs/heads/main/json-structure/cloud-map-register-instance-request-structure.json", "name": "RegisterInstanceRequest", "description": "Request body for registering an instance.", "type": "object", "properties": { "InstanceId": { "type": "string", "description": "An identifier that you want to associate with the instance.", "example": "i-1234567890abcdef0" }, "CreatorRequestId": { "type": "string", "description": "A unique string that identifies the request and allows failed RegisterInstance requests to be retried." }, "Attributes": { "type": "object", "description": "A string map that contains the following information, including custom attributes." } } }