Skip to content

Commit 1b6ea36

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

provider/trips.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",
@@ -375,4 +375,4 @@
375375
}
376376
},
377377
"additionalProperties": false
378-
}
378+
}

0 commit comments

Comments
 (0)