{
"type": "object",
"required": [
"airHost",
"airApiToken"
],
"properties": {
"airHost": {
"type": "string",
"description": "The host URL for the Binalyze AIR API (e.g., https://air-xyz.binalyze.com)"
},
"airApiToken": {
"type": "string",
"description": "The API token for accessing the Binalyze AIR API. You can generate one through the AIR console."
}
}
}