1{ 2 "displayNames": { 3 "importedBaz": "importedBazName" 4 }, 5 "matrix": { 6 "Foo": [ "foo1", "foo2" ], 7 "Bar": [ "bar1", "bar2" ] 8 }, 9 "include": [ 10 { 11 "Baz": "importedBaz" 12 } 13 ] 14}
View as plain text