Codebase list golang-github-imdario-mergo / 47853799-ea8e-48db-ae84-6f8bdbd2f952/main testdata / thing.yml
47853799-ea8e-48db-ae84-6f8bdbd2f952/main

Tree @47853799-ea8e-48db-ae84-6f8bdbd2f952/main (Download .tar.gz)

thing.yml @47853799-ea8e-48db-ae84-6f8bdbd2f952/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