From fb30c00906aa4d34f1782e6298cbf37a2a8fab14 Mon Sep 17 00:00:00 2001 From: udeved Date: Sun, 18 Sep 2016 00:02:37 +0200 Subject: [PATCH] schemas: fix ident mhwdcfg --- data/schemas/mhwdcfg-schema.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/data/schemas/mhwdcfg-schema.yaml b/data/schemas/mhwdcfg-schema.yaml index 3c7f866..ed1a343 100644 --- a/data/schemas/mhwdcfg-schema.yaml +++ b/data/schemas/mhwdcfg-schema.yaml @@ -11,14 +11,11 @@ mapping: "net": type: seq sequence: - - type: int + - type: int "video": type: seq sequence: - type: int - "driver": { type: str, required: yes } - "local": { type: bool, default: true, required: yes } - "repo": { type: str, required: yes }