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