{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ExternalAgentConfigImportResponse", "type": "object", "required": [ "importId" ], "properties": { "importId": { "type": "string" } } }