{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-launched-instance-schema.json", "title": "LaunchedInstance", "description": "Details about the launched EC2 instance", "type": "object", "properties": { "ec2InstanceID": { "type": "string", "description": "EC2 instance ID" }, "jobID": { "type": "string", "description": "Job ID that launched this instance" }, "firstBoot": { "type": "string", "description": "First boot status" } } }