Codebase list golang-github-imdario-mergo / run/e1fcb303-93b9-485d-b119-c5ef1c4f3e29/upstream testdata / thing.yml
run/e1fcb303-93b9-485d-b119-c5ef1c4f3e29/upstream

Tree @run/e1fcb303-93b9-485d-b119-c5ef1c4f3e29/upstream (Download .tar.gz)

thing.yml @run/e1fcb303-93b9-485d-b119-c5ef1c4f3e29/upstreamraw · history · blame

1
2
3
4
5
6
fields:
    id: int
    name: string
    parent: ref "datu:thing"
    status: enum(draft, public, private)
    author: updater