Codebase list golang-github-imdario-mergo / bfced72c-299d-4d55-bb95-f343384fe808/main testdata / thing.yml
bfced72c-299d-4d55-bb95-f343384fe808/main

Tree @bfced72c-299d-4d55-bb95-f343384fe808/main (Download .tar.gz)

thing.yml @bfced72c-299d-4d55-bb95-f343384fe808/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