Response from starting a test job
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-start-test-response-schema.json", "title": "StartTestResponse", "description": "Response from starting a test job", "type": "object", "properties": { "job": { "type": "string", "description": "job" } } }