sigs.k8s.io/prow@v0.0.0-20240503223140-c5e374dc7eb1/pkg/genyaml/testdata/single_path/single_path.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  }