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

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

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

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