sigs.k8s.io/prow@v0.0.0-20240503223140-c5e374dc7eb1/pkg/genyaml/testdata/multiple_paths/multiple_paths.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    "Example2": {
    20      "boolean": {
    21        "Type": "bool",
    22        "IsObj": false,
    23        "Doc": "Example2 BooleanField comment"
    24      },
    25      "integer": {
    26        "Type": "int",
    27        "IsObj": false,
    28        "Doc": "Example2 IntegerField comment"
    29      },
    30      "string": {
    31        "Type": "string",
    32        "IsObj": false,
    33        "Doc": "Example2 StringField comment"
    34      }
    35    }
    36  }