Codebase list golang-github-imdario-mergo / debian/0.2.2-3 testdata / thing.yml
debian/0.2.2-3

Tree @debian/0.2.2-3 (Download .tar.gz)

thing.yml @debian/0.2.2-3raw · history · blame

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