Skip to content

Commit 4e5e321

Browse files
authored
Fixed version in schema
1 parent 7c4484d commit 4e5e321

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

provider/events.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"examples": [
4040
"1.0.0"
4141
],
42-
"pattern": "^1\\.0\\.[0-9]+$"
42+
"pattern": "^1\\.1\\.[0-9]+$"
4343
},
4444
"Point": {
4545
"$id": "#/definitions/Point",
@@ -571,4 +571,4 @@
571571
}
572572
},
573573
"additionalProperties": false
574-
}
574+
}

0 commit comments

Comments
 (0)