Skip to content

Commit e51ee78

Browse files
committed
fix: the pattern for the 1.4 regex
1 parent dc2e6a7 commit e51ee78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/1.4/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"description": "This string MUST be the [semantic version number](https://semver.org/spec/v2.0.0.html) of the [OpenRPC Specification version](#versions) that the OpenRPC document uses. The `openrpc` field SHOULD be used by tooling specifications and clients to interpret the OpenRPC document. This is *not* related to the API [`info.version`](#info-version) string.",
2020
"title": "openrpc",
2121
"type": "string",
22-
"regex": "^1\\.4\\.\\d+$"
22+
"pattern": "^1\\.4\\.\\d+$"
2323
},
2424
"info": {
2525
"$ref": "#/definitions/infoObject"

0 commit comments

Comments
 (0)