Skip to content

Commit 6dbdfed

Browse files
committed
Additional Schema Changes
1 parent 9ad22fc commit 6dbdfed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/types/basemap.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ export const BasemapMapSource = Type.Object({
3434
_text: Type.String()
3535
}, { description: 'The background color of a map' })),
3636
ignoreErrors: Type.Optional(Type.Object({
37-
_text: Type.String()
37+
_text: Type.Boolean()
3838
}, { description: 'Handling of missing tiles' })),
3939
serverParts: Type.Optional(Type.Object({
40-
_text: Type.String()
40+
_text: Type.Optional(Type.String())
4141
}, { description: 'Use multiple servers for the map source' }))
4242
})
4343

0 commit comments

Comments
 (0)