Skip to content

Commit

Permalink
Update JSON Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 29, 2024
1 parent 2c09338 commit d67d292
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,11 @@
"title": "regex",
"description": "use regular expression to check the contain or not contain"
},
"with_output": {
"type": "boolean",
"title": "with_output",
"description": "generate error message with the output"
},
"bastion": {
"type": "string",
"title": "Bastion Server",
Expand Down Expand Up @@ -1793,6 +1798,11 @@
"title": "regex",
"description": "use regular expression to check the contain or not contain"
},
"with_output": {
"type": "boolean",
"title": "with_output",
"description": "generate error message with the output"
},
"eval": {
"$ref": "#/$defs/eval_Evaluator",
"title": "HTTP Evaluator",
Expand Down Expand Up @@ -2020,6 +2030,11 @@
"type": "boolean",
"title": "regex",
"description": "use regular expression to check the contain or not contain"
},
"with_output": {
"type": "boolean",
"title": "with_output",
"description": "generate error message with the output"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -2201,6 +2216,11 @@
"title": "regex",
"description": "use regular expression to check the contain or not contain"
},
"with_output": {
"type": "boolean",
"title": "with_output",
"description": "generate error message with the output"
},
"bastion": {
"type": "string",
"title": "Bastion Server",
Expand Down

0 comments on commit d67d292

Please sign in to comment.