{
"type": "object",
"required": [
"macosHost",
"macosUsername",
"macosPassword"
],
"properties": {
"macosHost": {
"type": "string",
"description": "Hostname or IP address of the macOS machine. Must be set."
},
"macosPort": {
"type": "number",
"default": 22,
"description": "SSH port of the macOS machine. Defaults to 22."
},
"macosPassword": {
"type": "string",
"description": "Password for SSH access to the macOS machine. Must be set."
},
"macosUsername": {
"type": "string",
"description": "Username for SSH access to the macOS machine. Must be set."
}
}
}