Codebase list golang-github-imdario-mergo / 79ab7d2c-b633-469c-86e9-b8a7ab72de7e/upstream testdata / thing.yml
79ab7d2c-b633-469c-86e9-b8a7ab72de7e/upstream

Tree @79ab7d2c-b633-469c-86e9-b8a7ab72de7e/upstream (Download .tar.gz)

thing.yml @79ab7d2c-b633-469c-86e9-b8a7ab72de7e/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