You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__fixtures__/default-schema.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"properties": {
5
5
"name": {
6
6
"type": "string",
7
-
"description": "The user's full name."
7
+
"description": "The user's full name. This description can be long and should truncate once it reaches the end of the row. If it's not truncating then theres and issue that needs to be fixed. Help!"
8
8
},
9
9
"age": {
10
10
"type": "number",
@@ -19,7 +19,8 @@
19
19
"type": ["null", "array"],
20
20
"items": {
21
21
"type": ["string", "number"]
22
-
}
22
+
},
23
+
"description": "This description can be long and should truncate once it reaches the end of the row. If it's not truncating then theres and issue that needs to be fixed. Help!"
Copy file name to clipboardExpand all lines: src/utils/__tests__/__snapshots__/renderSchema.spec.ts.snap
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -374,6 +374,7 @@ Array [
374
374
"type": "string",
375
375
},
376
376
"items": Object {
377
+
"description": "This description can be long and should truncate once it reaches the end of the row. If it's not truncating then theres and issue that needs to be fixed. Help!",
377
378
"items": Object {
378
379
"type": Array [
379
380
"string",
@@ -386,7 +387,7 @@ Array [
386
387
],
387
388
},
388
389
"name": Object {
389
-
"description": "The user's full name.",
390
+
"description": "The user's full name. This description can be long and should truncate once it reaches the end of the row. If it's not truncating then theres and issue that needs to be fixed. Help!",
390
391
"type": "string",
391
392
},
392
393
"permissions": Object {
@@ -442,7 +443,7 @@ Array [
442
443
"level": 1,
443
444
"metadata": Object {
444
445
"annotations": Object {
445
-
"description": "The user's full name.",
446
+
"description": "The user's full name. This description can be long and should truncate once it reaches the end of the row. If it's not truncating then theres and issue that needs to be fixed. Help!",
446
447
},
447
448
"enum": undefined,
448
449
"id": "random-id",
@@ -503,7 +504,9 @@ Array [
503
504
"level": 1,
504
505
"metadata": Object {
505
506
"additionalItems": undefined,
506
-
"annotations": Object {},
507
+
"annotations": Object {
508
+
"description": "This description can be long and should truncate once it reaches the end of the row. If it's not truncating then theres and issue that needs to be fixed. Help!",
0 commit comments