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

Tree @debian/0.3.12-1 (Download .tar.gz)

thing.yml @debian/0.3.12-1raw · history · blame

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