github.com/zppinho/prow@v0.0.0-20240510014325-1738badeb017/pkg/genyaml/testdata/set_path_overwrite/set_path_overwrite.json (about) 1 { 2 "Example1": { 3 "boolean": { 4 "Type": "bool", 5 "IsObj": false, 6 "Doc": "Example1 BooleanField comment" 7 }, 8 "integer": { 9 "Type": "int", 10 "IsObj": false, 11 "Doc": "Example1 IntegerField comment" 12 }, 13 "string": { 14 "Type": "string", 15 "IsObj": false, 16 "Doc": "Example1 StringField comment" 17 } 18 } 19 }