document-content-model 7.6.0 → 7.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/codec.d.cts +1 -1
- package/dist/codec.d.ts +1 -1
- package/dist/{construct-GVdTKrE7.d.cts → construct-C9cYkjnd.d.cts} +3 -3
- package/dist/{construct-GVdTKrE7.d.ts → construct-C9cYkjnd.d.ts} +3 -3
- package/dist/construct.d.cts +1 -1
- package/dist/construct.d.ts +1 -1
- package/dist/{content-BCOxY0Eb.d.ts → content-BIM8bWWt.d.ts} +205 -59
- package/dist/{content-BzkhrS6P.d.cts → content-DpsxyPMw.d.cts} +205 -59
- package/dist/content-json-schema-defs.cjs +32 -0
- package/dist/content-json-schema-defs.js +32 -0
- package/dist/content.cjs +37 -11
- package/dist/content.d.cts +2 -2
- package/dist/content.d.ts +2 -2
- package/dist/content.js +33 -12
- package/dist/decompose.d.cts +2 -2
- package/dist/decompose.d.ts +2 -2
- package/dist/definitions.cjs +1 -10
- package/dist/definitions.d.cts +4 -4
- package/dist/definitions.d.ts +4 -4
- package/dist/definitions.js +2 -11
- package/dist/factor-styles.cjs +1 -0
- package/dist/factor-styles.d.cts +1 -1
- package/dist/factor-styles.d.ts +1 -1
- package/dist/factor-styles.js +1 -0
- package/dist/flatten.cjs +1 -0
- package/dist/flatten.d.cts +1 -1
- package/dist/flatten.d.ts +1 -1
- package/dist/flatten.js +1 -0
- package/dist/index.cjs +5 -0
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/{package-node-C4mh1hLY.d.ts → package-node-B8LBrCCD.d.ts} +48 -35
- package/dist/{package-node-RQMDBzwd.d.cts → package-node-CENJl5PH.d.cts} +48 -35
- package/dist/package-node.d.cts +1 -1
- package/dist/package-node.d.ts +1 -1
- package/dist/package.cjs +1 -0
- package/dist/package.d.cts +11 -6
- package/dist/package.d.ts +11 -6
- package/dist/package.js +2 -1
- package/dist/schema-io.cjs +2 -2
- package/dist/schema-io.d.cts +1 -1
- package/dist/schema-io.d.ts +1 -1
- package/dist/schema-io.js +2 -2
- package/dist/{style-D06NwxAJ.d.cts → style-BGMcYrD2.d.cts} +1 -1
- package/dist/{style-D06NwxAJ.d.ts → style-BGMcYrD2.d.ts} +1 -1
- package/dist/style.d.cts +1 -1
- package/dist/style.d.ts +1 -1
- package/dist/text-layout.d.cts +1 -1
- package/dist/text-layout.d.ts +1 -1
- package/package.json +1 -1
- package/schemas/content-document.schema.json +171 -13
- package/schemas/document-tree.schema.json +87 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
3
|
+
"$id": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/content-document.schema.json",
|
|
4
4
|
"oneOf": [
|
|
5
5
|
{
|
|
6
6
|
"type": "object",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"blocks": {
|
|
134
134
|
"type": "array",
|
|
135
135
|
"items": {
|
|
136
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
136
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/undefined#/$defs/schema2"
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"breakType": {
|
|
@@ -151,19 +151,19 @@
|
|
|
151
151
|
"default": {
|
|
152
152
|
"type": "array",
|
|
153
153
|
"items": {
|
|
154
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
154
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/undefined#/$defs/schema2"
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
"even": {
|
|
158
158
|
"type": "array",
|
|
159
159
|
"items": {
|
|
160
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
160
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/undefined#/$defs/schema2"
|
|
161
161
|
}
|
|
162
162
|
},
|
|
163
163
|
"first": {
|
|
164
164
|
"type": "array",
|
|
165
165
|
"items": {
|
|
166
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
166
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/undefined#/$defs/schema2"
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
},
|
|
@@ -175,19 +175,19 @@
|
|
|
175
175
|
"default": {
|
|
176
176
|
"type": "array",
|
|
177
177
|
"items": {
|
|
178
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
178
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/undefined#/$defs/schema2"
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
181
|
"even": {
|
|
182
182
|
"type": "array",
|
|
183
183
|
"items": {
|
|
184
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
184
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/undefined#/$defs/schema2"
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
187
|
"first": {
|
|
188
188
|
"type": "array",
|
|
189
189
|
"items": {
|
|
190
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
190
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/undefined#/$defs/schema2"
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
},
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
"blocks": {
|
|
482
482
|
"type": "array",
|
|
483
483
|
"items": {
|
|
484
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
484
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/undefined#/$defs/schema2"
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
487
|
},
|
|
@@ -843,6 +843,57 @@
|
|
|
843
843
|
"numberFormatCode": {
|
|
844
844
|
"type": "string"
|
|
845
845
|
},
|
|
846
|
+
"font": {
|
|
847
|
+
"type": "object",
|
|
848
|
+
"properties": {
|
|
849
|
+
"bold": {
|
|
850
|
+
"type": "boolean"
|
|
851
|
+
},
|
|
852
|
+
"italic": {
|
|
853
|
+
"type": "boolean"
|
|
854
|
+
},
|
|
855
|
+
"underline": {
|
|
856
|
+
"type": "boolean"
|
|
857
|
+
},
|
|
858
|
+
"strike": {
|
|
859
|
+
"type": "boolean"
|
|
860
|
+
},
|
|
861
|
+
"fontFamily": {
|
|
862
|
+
"type": "string"
|
|
863
|
+
},
|
|
864
|
+
"sizePt": {
|
|
865
|
+
"type": "number",
|
|
866
|
+
"exclusiveMinimum": 0
|
|
867
|
+
},
|
|
868
|
+
"color": {
|
|
869
|
+
"type": "object",
|
|
870
|
+
"properties": {
|
|
871
|
+
"r": {
|
|
872
|
+
"type": "number",
|
|
873
|
+
"minimum": 0,
|
|
874
|
+
"maximum": 1
|
|
875
|
+
},
|
|
876
|
+
"g": {
|
|
877
|
+
"type": "number",
|
|
878
|
+
"minimum": 0,
|
|
879
|
+
"maximum": 1
|
|
880
|
+
},
|
|
881
|
+
"b": {
|
|
882
|
+
"type": "number",
|
|
883
|
+
"minimum": 0,
|
|
884
|
+
"maximum": 1
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
"required": [
|
|
888
|
+
"r",
|
|
889
|
+
"g",
|
|
890
|
+
"b"
|
|
891
|
+
],
|
|
892
|
+
"additionalProperties": false
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
"additionalProperties": false
|
|
896
|
+
},
|
|
846
897
|
"runs": {
|
|
847
898
|
"type": "array",
|
|
848
899
|
"items": {
|
|
@@ -1682,6 +1733,29 @@
|
|
|
1682
1733
|
"altText": {
|
|
1683
1734
|
"type": "string"
|
|
1684
1735
|
},
|
|
1736
|
+
"original": {
|
|
1737
|
+
"type": "object",
|
|
1738
|
+
"properties": {
|
|
1739
|
+
"filter": {
|
|
1740
|
+
"type": "string",
|
|
1741
|
+
"enum": [
|
|
1742
|
+
"jbig2",
|
|
1743
|
+
"jpeg2000"
|
|
1744
|
+
]
|
|
1745
|
+
},
|
|
1746
|
+
"base64": {
|
|
1747
|
+
"type": "string"
|
|
1748
|
+
},
|
|
1749
|
+
"jbig2GlobalsBase64": {
|
|
1750
|
+
"type": "string"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
"required": [
|
|
1754
|
+
"filter",
|
|
1755
|
+
"base64"
|
|
1756
|
+
],
|
|
1757
|
+
"additionalProperties": false
|
|
1758
|
+
},
|
|
1685
1759
|
"floatPosition": {
|
|
1686
1760
|
"type": "object",
|
|
1687
1761
|
"properties": {
|
|
@@ -2155,7 +2229,7 @@
|
|
|
2155
2229
|
]
|
|
2156
2230
|
},
|
|
2157
2231
|
"document": {
|
|
2158
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
2232
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/content-document.schema.json"
|
|
2159
2233
|
},
|
|
2160
2234
|
"frame": {
|
|
2161
2235
|
"type": "object",
|
|
@@ -4048,6 +4122,30 @@
|
|
|
4048
4122
|
],
|
|
4049
4123
|
"additionalProperties": false
|
|
4050
4124
|
}
|
|
4125
|
+
},
|
|
4126
|
+
"names": {
|
|
4127
|
+
"type": "array",
|
|
4128
|
+
"items": {
|
|
4129
|
+
"type": "object",
|
|
4130
|
+
"properties": {
|
|
4131
|
+
"name": {
|
|
4132
|
+
"type": "string"
|
|
4133
|
+
},
|
|
4134
|
+
"refersTo": {
|
|
4135
|
+
"type": "string"
|
|
4136
|
+
},
|
|
4137
|
+
"scopeSheetIndex": {
|
|
4138
|
+
"type": "integer",
|
|
4139
|
+
"minimum": 0,
|
|
4140
|
+
"maximum": 9007199254740991
|
|
4141
|
+
}
|
|
4142
|
+
},
|
|
4143
|
+
"required": [
|
|
4144
|
+
"name",
|
|
4145
|
+
"refersTo"
|
|
4146
|
+
],
|
|
4147
|
+
"additionalProperties": false
|
|
4148
|
+
}
|
|
4051
4149
|
}
|
|
4052
4150
|
},
|
|
4053
4151
|
"required": [
|
|
@@ -4295,7 +4393,7 @@
|
|
|
4295
4393
|
"blocks": {
|
|
4296
4394
|
"type": "array",
|
|
4297
4395
|
"items": {
|
|
4298
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
4396
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/undefined#/$defs/schema2"
|
|
4299
4397
|
}
|
|
4300
4398
|
}
|
|
4301
4399
|
},
|
|
@@ -6617,6 +6715,29 @@
|
|
|
6617
6715
|
],
|
|
6618
6716
|
"additionalProperties": false
|
|
6619
6717
|
},
|
|
6718
|
+
"ContentImageOriginal": {
|
|
6719
|
+
"type": "object",
|
|
6720
|
+
"properties": {
|
|
6721
|
+
"filter": {
|
|
6722
|
+
"type": "string",
|
|
6723
|
+
"enum": [
|
|
6724
|
+
"jbig2",
|
|
6725
|
+
"jpeg2000"
|
|
6726
|
+
]
|
|
6727
|
+
},
|
|
6728
|
+
"base64": {
|
|
6729
|
+
"type": "string"
|
|
6730
|
+
},
|
|
6731
|
+
"jbig2GlobalsBase64": {
|
|
6732
|
+
"type": "string"
|
|
6733
|
+
}
|
|
6734
|
+
},
|
|
6735
|
+
"required": [
|
|
6736
|
+
"filter",
|
|
6737
|
+
"base64"
|
|
6738
|
+
],
|
|
6739
|
+
"additionalProperties": false
|
|
6740
|
+
},
|
|
6620
6741
|
"ContentImageBlock": {
|
|
6621
6742
|
"type": "object",
|
|
6622
6743
|
"properties": {
|
|
@@ -6647,6 +6768,9 @@
|
|
|
6647
6768
|
"altText": {
|
|
6648
6769
|
"type": "string"
|
|
6649
6770
|
},
|
|
6771
|
+
"original": {
|
|
6772
|
+
"$ref": "#/$defs/ContentImageOriginal"
|
|
6773
|
+
},
|
|
6650
6774
|
"floatPosition": {
|
|
6651
6775
|
"$ref": "#/$defs/ContentFloatPosition"
|
|
6652
6776
|
},
|
|
@@ -6836,7 +6960,7 @@
|
|
|
6836
6960
|
]
|
|
6837
6961
|
},
|
|
6838
6962
|
"document": {
|
|
6839
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
6963
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/content-document.schema.json"
|
|
6840
6964
|
},
|
|
6841
6965
|
"frame": {
|
|
6842
6966
|
"$ref": "#/$defs/Box"
|
|
@@ -7411,6 +7535,34 @@
|
|
|
7411
7535
|
],
|
|
7412
7536
|
"additionalProperties": false
|
|
7413
7537
|
},
|
|
7538
|
+
"ContentFont": {
|
|
7539
|
+
"type": "object",
|
|
7540
|
+
"properties": {
|
|
7541
|
+
"bold": {
|
|
7542
|
+
"type": "boolean"
|
|
7543
|
+
},
|
|
7544
|
+
"italic": {
|
|
7545
|
+
"type": "boolean"
|
|
7546
|
+
},
|
|
7547
|
+
"underline": {
|
|
7548
|
+
"type": "boolean"
|
|
7549
|
+
},
|
|
7550
|
+
"strike": {
|
|
7551
|
+
"type": "boolean"
|
|
7552
|
+
},
|
|
7553
|
+
"fontFamily": {
|
|
7554
|
+
"type": "string"
|
|
7555
|
+
},
|
|
7556
|
+
"sizePt": {
|
|
7557
|
+
"type": "number",
|
|
7558
|
+
"exclusiveMinimum": 0
|
|
7559
|
+
},
|
|
7560
|
+
"color": {
|
|
7561
|
+
"$ref": "#/$defs/Color"
|
|
7562
|
+
}
|
|
7563
|
+
},
|
|
7564
|
+
"additionalProperties": false
|
|
7565
|
+
},
|
|
7414
7566
|
"ContentSheetCell": {
|
|
7415
7567
|
"type": "object",
|
|
7416
7568
|
"properties": {
|
|
@@ -7436,6 +7588,9 @@
|
|
|
7436
7588
|
"numberFormatCode": {
|
|
7437
7589
|
"type": "string"
|
|
7438
7590
|
},
|
|
7591
|
+
"font": {
|
|
7592
|
+
"$ref": "#/$defs/ContentFont"
|
|
7593
|
+
},
|
|
7439
7594
|
"runs": {
|
|
7440
7595
|
"type": "array",
|
|
7441
7596
|
"items": {
|
|
@@ -8504,6 +8659,9 @@
|
|
|
8504
8659
|
"altText": {
|
|
8505
8660
|
"type": "string"
|
|
8506
8661
|
},
|
|
8662
|
+
"original": {
|
|
8663
|
+
"$ref": "#/$defs/ContentImageOriginal"
|
|
8664
|
+
},
|
|
8507
8665
|
"floatPosition": {
|
|
8508
8666
|
"$ref": "#/$defs/ContentFloatPosition"
|
|
8509
8667
|
},
|
|
@@ -9031,7 +9189,7 @@
|
|
|
9031
9189
|
]
|
|
9032
9190
|
},
|
|
9033
9191
|
"document": {
|
|
9034
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
9192
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/content-document.schema.json"
|
|
9035
9193
|
},
|
|
9036
9194
|
"frame": {
|
|
9037
9195
|
"$ref": "#/$defs/Box"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
3
|
+
"$id": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/document-tree.schema.json",
|
|
4
4
|
"oneOf": [
|
|
5
5
|
{
|
|
6
6
|
"type": "object",
|
|
@@ -576,6 +576,30 @@
|
|
|
576
576
|
"additionalProperties": false
|
|
577
577
|
}
|
|
578
578
|
},
|
|
579
|
+
"names": {
|
|
580
|
+
"type": "array",
|
|
581
|
+
"items": {
|
|
582
|
+
"type": "object",
|
|
583
|
+
"properties": {
|
|
584
|
+
"name": {
|
|
585
|
+
"type": "string"
|
|
586
|
+
},
|
|
587
|
+
"refersTo": {
|
|
588
|
+
"type": "string"
|
|
589
|
+
},
|
|
590
|
+
"scopeSheetIndex": {
|
|
591
|
+
"type": "integer",
|
|
592
|
+
"minimum": 0,
|
|
593
|
+
"maximum": 9007199254740991
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"required": [
|
|
597
|
+
"name",
|
|
598
|
+
"refersTo"
|
|
599
|
+
],
|
|
600
|
+
"additionalProperties": false
|
|
601
|
+
}
|
|
602
|
+
},
|
|
579
603
|
"children": {
|
|
580
604
|
"type": "array",
|
|
581
605
|
"items": {
|
|
@@ -1580,6 +1604,29 @@
|
|
|
1580
1604
|
],
|
|
1581
1605
|
"additionalProperties": false
|
|
1582
1606
|
},
|
|
1607
|
+
"ContentImageOriginal": {
|
|
1608
|
+
"type": "object",
|
|
1609
|
+
"properties": {
|
|
1610
|
+
"filter": {
|
|
1611
|
+
"type": "string",
|
|
1612
|
+
"enum": [
|
|
1613
|
+
"jbig2",
|
|
1614
|
+
"jpeg2000"
|
|
1615
|
+
]
|
|
1616
|
+
},
|
|
1617
|
+
"base64": {
|
|
1618
|
+
"type": "string"
|
|
1619
|
+
},
|
|
1620
|
+
"jbig2GlobalsBase64": {
|
|
1621
|
+
"type": "string"
|
|
1622
|
+
}
|
|
1623
|
+
},
|
|
1624
|
+
"required": [
|
|
1625
|
+
"filter",
|
|
1626
|
+
"base64"
|
|
1627
|
+
],
|
|
1628
|
+
"additionalProperties": false
|
|
1629
|
+
},
|
|
1583
1630
|
"ContentImageBlock": {
|
|
1584
1631
|
"type": "object",
|
|
1585
1632
|
"properties": {
|
|
@@ -1610,6 +1657,9 @@
|
|
|
1610
1657
|
"altText": {
|
|
1611
1658
|
"type": "string"
|
|
1612
1659
|
},
|
|
1660
|
+
"original": {
|
|
1661
|
+
"$ref": "#/$defs/ContentImageOriginal"
|
|
1662
|
+
},
|
|
1613
1663
|
"floatPosition": {
|
|
1614
1664
|
"$ref": "#/$defs/ContentFloatPosition"
|
|
1615
1665
|
},
|
|
@@ -1799,7 +1849,7 @@
|
|
|
1799
1849
|
]
|
|
1800
1850
|
},
|
|
1801
1851
|
"document": {
|
|
1802
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
1852
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/content-document.schema.json"
|
|
1803
1853
|
},
|
|
1804
1854
|
"frame": {
|
|
1805
1855
|
"$ref": "#/$defs/Box"
|
|
@@ -2374,6 +2424,34 @@
|
|
|
2374
2424
|
],
|
|
2375
2425
|
"additionalProperties": false
|
|
2376
2426
|
},
|
|
2427
|
+
"ContentFont": {
|
|
2428
|
+
"type": "object",
|
|
2429
|
+
"properties": {
|
|
2430
|
+
"bold": {
|
|
2431
|
+
"type": "boolean"
|
|
2432
|
+
},
|
|
2433
|
+
"italic": {
|
|
2434
|
+
"type": "boolean"
|
|
2435
|
+
},
|
|
2436
|
+
"underline": {
|
|
2437
|
+
"type": "boolean"
|
|
2438
|
+
},
|
|
2439
|
+
"strike": {
|
|
2440
|
+
"type": "boolean"
|
|
2441
|
+
},
|
|
2442
|
+
"fontFamily": {
|
|
2443
|
+
"type": "string"
|
|
2444
|
+
},
|
|
2445
|
+
"sizePt": {
|
|
2446
|
+
"type": "number",
|
|
2447
|
+
"exclusiveMinimum": 0
|
|
2448
|
+
},
|
|
2449
|
+
"color": {
|
|
2450
|
+
"$ref": "#/$defs/Color"
|
|
2451
|
+
}
|
|
2452
|
+
},
|
|
2453
|
+
"additionalProperties": false
|
|
2454
|
+
},
|
|
2377
2455
|
"ContentSheetCell": {
|
|
2378
2456
|
"type": "object",
|
|
2379
2457
|
"properties": {
|
|
@@ -2399,6 +2477,9 @@
|
|
|
2399
2477
|
"numberFormatCode": {
|
|
2400
2478
|
"type": "string"
|
|
2401
2479
|
},
|
|
2480
|
+
"font": {
|
|
2481
|
+
"$ref": "#/$defs/ContentFont"
|
|
2482
|
+
},
|
|
2402
2483
|
"runs": {
|
|
2403
2484
|
"type": "array",
|
|
2404
2485
|
"items": {
|
|
@@ -3467,6 +3548,9 @@
|
|
|
3467
3548
|
"altText": {
|
|
3468
3549
|
"type": "string"
|
|
3469
3550
|
},
|
|
3551
|
+
"original": {
|
|
3552
|
+
"$ref": "#/$defs/ContentImageOriginal"
|
|
3553
|
+
},
|
|
3470
3554
|
"floatPosition": {
|
|
3471
3555
|
"$ref": "#/$defs/ContentFloatPosition"
|
|
3472
3556
|
},
|
|
@@ -3994,7 +4078,7 @@
|
|
|
3994
4078
|
]
|
|
3995
4079
|
},
|
|
3996
4080
|
"document": {
|
|
3997
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
4081
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.7.0/schemas/content-document.schema.json"
|
|
3998
4082
|
},
|
|
3999
4083
|
"frame": {
|
|
4000
4084
|
"$ref": "#/$defs/Box"
|