{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-identification-hints-structure.json", "title": "IdentificationHints", "description": "Hints used to identify the source server", "type": "record", "fields": { "fqdn": { "type": "string", "description": "Fully qualified domain name" }, "hostname": { "type": "string", "description": "Hostname" }, "vmWareUuid": { "type": "string", "description": "VMware UUID" }, "awsInstanceID": { "type": "string", "description": "AWS instance ID if previously in AWS" }, "vmPath": { "type": "string", "description": "VMware path" } } }