Skip to content

Commit 5b941ac

Browse files
committed
removed required on default
1 parent 1e2ed9b commit 5b941ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/realweather/schemas/realweather_schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ schema;instance_realweather_schema:
162162
presets:
163163
type: map
164164
mapping:
165-
default: {type: str, required: true}
165+
default: {type: str}
166166
disallowed:
167167
type: seq
168168
sequence:

0 commit comments

Comments
 (0)