Skip to content

Commit d502704

Browse files
authored
Fixed version in schema
1 parent 1b6ea36 commit d502704

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

provider/vehicles.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",
@@ -562,4 +562,4 @@
562562
}
563563
},
564564
"additionalProperties": false
565-
}
565+
}

0 commit comments

Comments
 (0)