Codebase list golang-github-imdario-mergo / 2da3f1c7-3c64-4ff1-89d7-9e946d505f96/main testdata / thing.yml
2da3f1c7-3c64-4ff1-89d7-9e946d505f96/main

Tree @2da3f1c7-3c64-4ff1-89d7-9e946d505f96/main (Download .tar.gz)

thing.yml @2da3f1c7-3c64-4ff1-89d7-9e946d505f96/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