{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloud-map/refs/heads/main/json-schema/cloud-map-register-instance-response-schema.json", "title": "RegisterInstanceResponse", "description": "Response for registering an instance.", "type": "object", "properties": { "OperationId": { "type": "string", "description": "A value that you can use to determine whether the request completed successfully.", "example": "op-abc12345" } } }