Codebase list golang-github-imdario-mergo / c5124a90-d98b-4012-8880-55b998f430d9/main testdata / thing.yml
c5124a90-d98b-4012-8880-55b998f430d9/main

Tree @c5124a90-d98b-4012-8880-55b998f430d9/main (Download .tar.gz)

thing.yml @c5124a90-d98b-4012-8880-55b998f430d9/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