{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-disk-schema.json", "title": "Disk", "description": "A disk on a source server", "type": "object", "properties": { "deviceName": { "type": "string", "description": "Device name" }, "bytes": { "type": "integer", "description": "Disk size in bytes" } } }