diff --git a/test/config.yaml b/test/config.yaml index a16465d..db33b49 100644 --- a/test/config.yaml +++ b/test/config.yaml @@ -11,4 +11,18 @@ arch: # - i386 startup: before ports: - 8000/tcp: 8000 \ No newline at end of file + 8000/tcp: 8000 +... +options: + beer: true + wine: true + liquor: false + name: "world" + year: 2017 +schema: + beer: bool + wine: bool + liquor: bool + name: str + year: int +... \ No newline at end of file