Skip to content

Commit

Permalink
fix: Fix clipboard schema required properties
Browse files Browse the repository at this point in the history
  • Loading branch information
remydenton committed Sep 20, 2018
1 parent d361dd7 commit 2c72d12
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ properties:
confirmation:
type: [string, object, array]
description: (optional) Custom content to show after a successful copy.
oneOf:
anyOf:
- required:
- url
- required:
Expand Down

0 comments on commit 2c72d12

Please sign in to comment.