{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-data-replication-info-replicated-disk-schema.json", "title": "DataReplicationInfoReplicatedDisk", "description": "Replication status for an individual disk", "type": "object", "properties": { "deviceName": { "type": "string", "description": "Device name of the disk" }, "totalStorageBytes": { "type": "integer", "description": "Total storage in bytes" }, "replicatedStorageBytes": { "type": "integer", "description": "Amount of storage replicated in bytes" }, "rescannedStorageBytes": { "type": "integer", "description": "Amount rescanned in bytes" }, "backloggedStorageBytes": { "type": "integer", "description": "Amount backlogged in bytes" } } }