Codebase list golang-github-imdario-mergo / 16803730-1001-4d79-8d69-79b22f991be6/main testdata / thing.yml
16803730-1001-4d79-8d69-79b22f991be6/main

Tree @16803730-1001-4d79-8d69-79b22f991be6/main (Download .tar.gz)

thing.yml @16803730-1001-4d79-8d69-79b22f991be6/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