Codebase list golang-github-imdario-mergo / f15b2e0b-4b67-4946-bd79-c690bd5a4a87/upstream testdata / thing.yml
f15b2e0b-4b67-4946-bd79-c690bd5a4a87/upstream

Tree @f15b2e0b-4b67-4946-bd79-c690bd5a4a87/upstream (Download .tar.gz)

thing.yml @f15b2e0b-4b67-4946-bd79-c690bd5a4a87/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