We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a4423 commit 56a103bCopy full SHA for 56a103b
1 file changed
core/schema/schema.yaml
@@ -11,15 +11,17 @@ collection:
11
bbox: false
12
properties:
13
schemas:
14
- type: array
15
- items:
16
- type: string
17
- format: uri
18
- pattern: ^https?://
19
- contains:
20
21
- enum:
22
- - https://vecorel.github.io/specification/v0.1.0/schema.yaml
+ type: object
+ additionalProperties:
+ type: array
+ items:
+ type: string
+ format: uri
+ pattern: ^https?://
+ contains:
23
+ enum:
24
+ - https://vecorel.github.io/specification/v0.1.0/schema.yaml
25
id:
26
type: string
27
minLength: 1
0 commit comments