Codebase list golang-github-imdario-mergo / c4910802-ab5a-40bb-96df-9f2618ddacff/main testdata / thing.yml
c4910802-ab5a-40bb-96df-9f2618ddacff/main

Tree @c4910802-ab5a-40bb-96df-9f2618ddacff/main (Download .tar.gz)

thing.yml @c4910802-ab5a-40bb-96df-9f2618ddacff/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