Skip to content

Commit

Permalink
Update schema/json/metaschema-datatypes.json
Browse files Browse the repository at this point in the history
Updating regex to ensure proper support by PCRE dialects.
  • Loading branch information
david-waltermire committed Apr 10, 2023
1 parent a45eb2b commit cbcab49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/json/metaschema-datatypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"definitions" : {
"Base64Datatype": {
"type": "string",
"pattern": "^[0-9A-Za-z+/]+={0,2}$",
"pattern": "^[0-9A-Za-z+\/]+={0,2}$",
"contentEncoding": "base64"
},
"BooleanDatatype": {
Expand Down

0 comments on commit cbcab49

Please sign in to comment.