Codebase list golang-github-imdario-mergo / debian/0.2.2-1_bpo8+1 testdata / thing.yml
debian/0.2.2-1_bpo8+1

Tree @debian/0.2.2-1_bpo8+1 (Download .tar.gz)

thing.yml @debian/0.2.2-1_bpo8+1raw · history · blame

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