Codebase list golang-github-imdario-mergo / upstream/0.3.12 testdata / thing.yml
upstream/0.3.12

Tree @upstream/0.3.12 (Download .tar.gz)

thing.yml @upstream/0.3.12raw · history · blame

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