@o3r/core
Version:
Core of the Otter Framework
23 lines (22 loc) • 567 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "NgGenerateRenovateBotSchematicsSchema",
"title": "Generate Renovate Bot",
"description": "ng generate Renovate bot",
"properties": {
"organizationName": {
"type": "string",
"x-prompt": "Azure Organization name?",
"minLength": 1,
"$default": {
"$source": "argv",
"index": 0
},
"description": "The name of the Azure Organization to create the bot in."
}
},
"additionalProperties": true,
"required": [
"organizationName"
]
}