Codebase list golang-github-imdario-mergo / 5afda208-0b5b-4262-ac70-8e6d877a4395/main testdata / thing.yml
5afda208-0b5b-4262-ac70-8e6d877a4395/main

Tree @5afda208-0b5b-4262-ac70-8e6d877a4395/main (Download .tar.gz)

thing.yml @5afda208-0b5b-4262-ac70-8e6d877a4395/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