{
"type": "object",
"required": [
"modalTokenID",
"modalTokenSecret"
],
"properties": {
"modalTokenID": {
"type": "string",
"description": "The ID for the Modal token. You can create the token at https://modal.com/settings/tokens"
},
"modalTokenSecret": {
"type": "string",
"description": "The secret for the Modal token. You can create the token at https://modal.com/settings/tokens"
}
}
}