Codebase list golang-github-imdario-mergo / 1b0ca7e2-597c-4e42-b83d-7f35bcd7ba7a/upstream testdata / thing.yml
1b0ca7e2-597c-4e42-b83d-7f35bcd7ba7a/upstream

Tree @1b0ca7e2-597c-4e42-b83d-7f35bcd7ba7a/upstream (Download .tar.gz)

thing.yml @1b0ca7e2-597c-4e42-b83d-7f35bcd7ba7a/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