write strings in yaml files in quotes
This commit is contained in:
parent
11425866a1
commit
87544c3976
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
type: dictionary
|
type: 'dictionary'
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: dictionary
|
type: 'dictionary'
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
properties:
|
properties:
|
||||||
type: dictionary
|
type: 'dictionary'
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
properties:
|
properties:
|
||||||
type: dictionary
|
type: 'dictionary'
|
||||||
self:
|
self:
|
||||||
type: dictionary
|
type: 'dictionary'
|
||||||
|
|
Loading…
Reference in a new issue