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

     1  ---
     2  string: "hello world"
     3  inumber: 1
     4  fnumber: 1.2
     5  tbool: true
     6  fbool: false
     7  nested:
     8    string: "nested hello world"
     9    inumber: 2
    10    fnumber: 2.2
    11    tbool: true
    12    fbool: false