Skip to content

Commit 30a2b40

Browse files
authored
Merge pull request #32 : relax schema to allow 1.x.x versions
2 parents a458985 + c11d539 commit 30a2b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threat-model.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@
804804
"properties": {
805805
"$schema": {
806806
"title": "URI of JSON schema",
807-
"const": "https://github.com/OWASP/www-project-threat-model-library/blob/v1.0.2/threat-model.schema.json"
807+
"pattern": "https://github\\.com/OWASP/www-project-threat-model-library/blob/v[1-9][0-9]*\\.[0-9]+\\.[0-9]+/threat-model.schema.json"
808808
},
809809

810810
"version": {

0 commit comments

Comments
 (0)