forgejo-api-types/test_data/example_create_repo_option.json

12 lines
259 B
JSON

{
"auto_init": true,
"default_branch": "main",
"description": "An empty repository.",
"gitignores": "rust",
"issue_labels": "bug,feature",
"license": "MIT",
"name": "NewRepo",
"private": true,
"template": false,
"trust_model": "default"
}