github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/server/discovery/testdata/facts.yaml (about)

     1  ---
     2  string: "hello world"
     3  inumber: 1
     4  fnumber: 1.2
     5  tbool: true
     6  fbool: false
     7  sarray: ["1","2","3"]
     8  iarray: [1,2,3]
     9  nested:
    10    string: "nested hello world"
    11    inumber: 2
    12    fnumber: 2.2
    13    tbool: true
    14    fbool: false