Skip to content

Commit 0aa0c1c

Browse files
authored
Fixed version in schema
1 parent 35ecc9a commit 0aa0c1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

provider/stops.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",
@@ -350,4 +350,4 @@
350350
}
351351
},
352352
"additionalProperties": false
353-
}
353+
}

0 commit comments

Comments
 (0)