Skip to content

Commit

Permalink
remove pattern from DecimalType
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic authored and david-waltermire committed Mar 18, 2024
1 parent 0954786 commit 793d450
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema/json/metaschema-datatypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
},
"DecimalDatatype": {
"description": "A real number expressed using a whole and optional fractional part separated by a period.",
"type": "number",
"pattern": "^(\\+|-)?([0-9]+(\\.[0-9]*)?|\\.[0-9]+)$"
"type": "number"
},
"EmailAddressDatatype": {
"description": "An email address string formatted according to RFC 6531.",
Expand Down

0 comments on commit 793d450

Please sign in to comment.