Codebase list golang-github-imdario-mergo / upstream/0.3.13+git20220917.2.c42713b testdata / thing.yml
upstream/0.3.13+git20220917.2.c42713b

Tree @upstream/0.3.13+git20220917.2.c42713b (Download .tar.gz)

thing.yml @upstream/0.3.13+git20220917.2.c42713braw · history · blame

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