Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
8
examples/resolver/input.yaml
Normal file
8
examples/resolver/input.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
scalar-red: FF0000
|
||||
scalar-orange: FFFF00
|
||||
mapping-red: !color-mapping {r: 255, g: 0, b: 0}
|
||||
mapping-orange:
|
||||
!color-mapping
|
||||
r: 255
|
||||
g: 255
|
||||
b: 0
|
Loading…
Add table
Add a link
Reference in a new issue