From 87544c39768e9be3ac06a6312c7d01e49931c8b2 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Wed, 11 Mar 2020 10:39:33 +0100 Subject: [PATCH] write strings in yaml files in quotes --- Resources/Private/Schema/Validation.schema.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Private/Schema/Validation.schema.yaml b/Resources/Private/Schema/Validation.schema.yaml index 3f96d9d..c1dad01 100644 --- a/Resources/Private/Schema/Validation.schema.yaml +++ b/Resources/Private/Schema/Validation.schema.yaml @@ -1,11 +1,11 @@ -type: dictionary +type: 'dictionary' additionalProperties: - type: dictionary + type: 'dictionary' additionalProperties: false properties: - type: dictionary + type: 'dictionary' additionalProperties: false properties: - type: dictionary + type: 'dictionary' self: - type: dictionary + type: 'dictionary'