We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a18159 commit ba758e3Copy full SHA for ba758e3
1 file changed
action.yml
@@ -1,10 +1,10 @@
1
name: 'Validate JSON with Glob'
2
description: 'GitHub Action: Validate JSON'
3
-author: 'Or Rosenblatt'
+author: 'Noah Halstead'
4
inputs:
5
schema:
6
description: 'Relative file path under the repository of a JSON schema file to validate the other JSON files with.'
7
- required: true
+ required: false
8
default: './schema.json'
9
jsons:
10
description: 'One or more relative file paths under the repository (separated by comma) of the JSON files to validate with the schema provided.'
0 commit comments