github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/gerrit/create-project.json (about) 1 { 2 "id": "test-org%2Ftest-repo", 3 "name": "test-org/test-repo", 4 "parent": "All-Projects", 5 "description": "This is a demo project.", 6 "state": "ACTIVE", 7 "labels": { 8 "Code-Review": { 9 "values": { 10 " 0": "No score", 11 "-1": "I would prefer this is not merged as is", 12 "-2": "This shall not be merged", 13 "+1": "Looks good to me, but someone else must approve", 14 "+2": "Looks good to me, approved" 15 }, 16 "default_value": 0 17 } 18 } 19 }