Codebase list golang-github-imdario-mergo / 6c9785ee-345b-4ec8-967f-e663b9c4f399/upstream testdata / thing.yml
6c9785ee-345b-4ec8-967f-e663b9c4f399/upstream

Tree @6c9785ee-345b-4ec8-967f-e663b9c4f399/upstream (Download .tar.gz)

thing.yml @6c9785ee-345b-4ec8-967f-e663b9c4f399/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