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:
|
||||
type: dictionary
|
||||
type: 'dictionary'
|
||||
additionalProperties: false
|
||||
properties:
|
||||
type: dictionary
|
||||
type: 'dictionary'
|
||||
additionalProperties: false
|
||||
properties:
|
||||
type: dictionary
|
||||
type: 'dictionary'
|
||||
self:
|
||||
type: dictionary
|
||||
type: 'dictionary'
|
||||
|
|
Loading…
Reference in a new issue