Skip to content

Commit

Permalink
Sync testsuite name validation in YAML schema for template and scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi1vx committed Aug 9, 2023
1 parent 9ffc35b commit 9621bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/schema/JobScenarios-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ properties:
type: object
additionalProperties: false
patternProperties:
'^[A-Za-z0-9._*-]+$':
'^[A-Za-z\s0-9_*.+-]+$':
type: object
description: The name of the job template
additionalProperties: false
Expand Down

0 comments on commit 9621bf8

Please sign in to comment.