Skip to content

Commit 56a103b

Browse files
authored
Update schema.yaml
1 parent 76a4423 commit 56a103b

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

core/schema/schema.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ collection:
1111
bbox: false
1212
properties:
1313
schemas:
14-
type: array
15-
items:
16-
type: string
17-
format: uri
18-
pattern: ^https?://
19-
contains:
20-
type: string
21-
enum:
22-
- https://vecorel.github.io/specification/v0.1.0/schema.yaml
14+
type: object
15+
additionalProperties:
16+
type: array
17+
items:
18+
type: string
19+
format: uri
20+
pattern: ^https?://
21+
contains:
22+
type: string
23+
enum:
24+
- https://vecorel.github.io/specification/v0.1.0/schema.yaml
2325
id:
2426
type: string
2527
minLength: 1

0 commit comments

Comments
 (0)