Codebase list golang-github-imdario-mergo / b976f590-0d3e-4bdb-89f3-abe611355bc0/upstream testdata / thing.yml
b976f590-0d3e-4bdb-89f3-abe611355bc0/upstream

Tree @b976f590-0d3e-4bdb-89f3-abe611355bc0/upstream (Download .tar.gz)

thing.yml @b976f590-0d3e-4bdb-89f3-abe611355bc0/upstreamraw · history · blame

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