{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-life-cycle-last-test-structure.json", "title": "LifeCycleLastTest", "description": "Details about the last test lifecycle event", "type": "record", "fields": { "jobID": { "type": "string", "description": "Job ID of the last test" }, "initiatedDateTime": { "type": "string", "description": "Date/time the test was initiated" }, "finalizedDateTime": { "type": "string", "description": "Date/time the test was finalized" }, "revertedDateTime": { "type": "string", "description": "Date/time the test was reverted" } } }