Codebase list golang-github-imdario-mergo / 6f1d03b testdata / thing.yml
6f1d03b

Tree @6f1d03b (Download .tar.gz)

thing.yml @6f1d03braw · history · blame

1
2
3
4
5
6
fields:
    id: int
    name: string
    parent: ref "datu:thing"
    status: enum(draft, public, private)
    author: updater