{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EvacuationMigrationResult", "type": "object", "properties": { "zoneName": { "type": "string" }, "evacuated": { "type": "boolean" }, "evacuationTarget": { "type": "string" }, "migrationStatus": { "type": "string" } } }