Codebase list golang-github-imdario-mergo / 441979eb-b1cf-4155-b77f-2a116b387c91/main testdata / thing.yml
441979eb-b1cf-4155-b77f-2a116b387c91/main

Tree @441979eb-b1cf-4155-b77f-2a116b387c91/main (Download .tar.gz)

thing.yml @441979eb-b1cf-4155-b77f-2a116b387c91/mainraw · history · blame

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