summaryrefslogtreecommitdiffstats
path: root/utils/src/test/resources/org/onap/policy/common/utils/coder/StandardYamlCoder.yaml
blob: 1da7bfa3a8e5f1bd74f7a59934099b1f9691c541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
item: &top
  boolVal: true
  longVal: 1000
  floatVal: 1010.1
list:
- intVal: 20
  stringVal: string 30
  nullVal:
-
- doubleVal: 40
  another:
    intVal: 50
- *top
map:
  itemA:
    stringVal: stringA
  itemB:
    stringVal: stringB
    doubleVal: 123456789012345678901234567890
  itemC: *top