Codebase list golang-github-imdario-mergo / 28cd7bea-4f3a-404f-a5e4-de3e33563142/main testdata / thing.yml
28cd7bea-4f3a-404f-a5e4-de3e33563142/main

Tree @28cd7bea-4f3a-404f-a5e4-de3e33563142/main (Download .tar.gz)

thing.yml @28cd7bea-4f3a-404f-a5e4-de3e33563142/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