{
"type": "object",
"additionalProperties": false,
"properties": {}
}{
"type": "object",
"properties": {
"repo_url": {
"type": "string",
"description": "owner/repository or full URL"
}
},
"required": [
"repo_url"
]
}