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

Tree @d5537a5 (Download .tar.gz)

thing.yml @d5537a5raw · history · blame

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