Skip to content

Commit 49a063b

Browse files
committed
drop: removed regex rule from string
1 parent 378e50c commit 49a063b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

definitions/standard/data_type/primitive/text.proto.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
}
2020
],
2121
"signature": "string",
22-
"rules": [
23-
{
24-
"regex": {
25-
"pattern": "[\\s\\S]*"
26-
}
27-
}
28-
],
22+
"rules": [],
2923
"genericKeys": []
3024
}

0 commit comments

Comments
 (0)