Skip to content

Commit 0181647

Browse files
authored
Remove maxLength limit on string type (makenotion#50)
1 parent e499e9b commit 0181647

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

scripts/notion-openapi.json

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -986,8 +986,7 @@
986986
"type": "object",
987987
"properties": {
988988
"content": {
989-
"type": "string",
990-
"maxLength": 2000
989+
"type": "string"
991990
},
992991
"link": {
993992
"type": [
@@ -1041,8 +1040,7 @@
10411040
"type": "object",
10421041
"properties": {
10431042
"content": {
1044-
"type": "string",
1045-
"maxLength": 2000
1043+
"type": "string"
10461044
},
10471045
"link": {
10481046
"type": [
@@ -1252,8 +1250,7 @@
12521250
"type": "object",
12531251
"properties": {
12541252
"content": {
1255-
"type": "string",
1256-
"maxLength": 2000
1253+
"type": "string"
12571254
},
12581255
"link": {
12591256
"type": [
@@ -1406,8 +1403,7 @@
14061403
],
14071404
"properties": {
14081405
"content": {
1409-
"type": "string",
1410-
"maxLength": 2000
1406+
"type": "string"
14111407
}
14121408
}
14131409
}
@@ -1528,8 +1524,7 @@
15281524
"type": "object",
15291525
"properties": {
15301526
"content": {
1531-
"type": "string",
1532-
"maxLength": 2000
1527+
"type": "string"
15331528
},
15341529
"link": {
15351530
"type": [
@@ -1620,8 +1615,7 @@
16201615
"type": "object",
16211616
"properties": {
16221617
"content": {
1623-
"type": "string",
1624-
"maxLength": 2000
1618+
"type": "string"
16251619
},
16261620
"link": {
16271621
"type": [
@@ -1665,8 +1659,7 @@
16651659
"type": "object",
16661660
"properties": {
16671661
"content": {
1668-
"type": "string",
1669-
"maxLength": 2000
1662+
"type": "string"
16701663
},
16711664
"link": {
16721665
"type": [

0 commit comments

Comments
 (0)