Skip to content

Commit

Permalink
fix: cli config
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Apr 7, 2024
1 parent b970939 commit 938f60f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion resources/schemas/.softvisio-cli.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ properties:
type: object
properties:
defaultTag: { type: ["null", string] }
autoTags: { type: ["null", boolean] }
autoTags:
anyOf:
- type: "null"
- type: array
items: { type: string }
minItems: 1
uniqueItems: true

additionalProperties: false
required: []
Expand Down

0 comments on commit 938f60f

Please sign in to comment.