{
"type": "object",
"required": [
"yepcodeApiToken"
],
"properties": {
"yepcodeApiToken": {
"type": "string",
"description": "Your YepCode API token. (Sign up to https://cloud.yepcode.io and get your API token from your workspace under `Settings` > `API credentials`"
}
}
}