@podlite/schema 0.0.66 → 0.0.68
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/CHANGELOG.podlite +44 -0
- package/esm/ast-helpers.d.ts +25 -1
- package/esm/ast-helpers.js +101 -2
- package/esm/ast-helpers.js.map +1 -1
- package/esm/attribute-names.d.ts +5 -0
- package/esm/attribute-names.js +36 -0
- package/esm/attribute-names.js.map +1 -0
- package/esm/block-names.d.ts +1 -0
- package/esm/block-names.js +6 -1
- package/esm/block-names.js.map +1 -1
- package/esm/exportAny.js +2 -2
- package/esm/exportAny.js.map +1 -1
- package/esm/exportHtml.js +60 -22
- package/esm/exportHtml.js.map +1 -1
- package/esm/exportMarkdown.js +62 -52
- package/esm/exportMarkdown.js.map +1 -1
- package/esm/folded-sections.d.ts +1 -0
- package/esm/folded-sections.js +80 -0
- package/esm/folded-sections.js.map +1 -0
- package/esm/grammarfc.js +6099 -15834
- package/esm/grammarfc.js.map +1 -1
- package/esm/guard.d.ts +5 -0
- package/esm/guard.js +39 -0
- package/esm/guard.js.map +1 -0
- package/esm/helpers/corePlugins.js +9 -3
- package/esm/helpers/corePlugins.js.map +1 -1
- package/esm/helpers/html-attr.d.ts +1 -0
- package/esm/helpers/html-attr.js +6 -0
- package/esm/helpers/html-attr.js.map +1 -0
- package/esm/index.d.ts +6 -2
- package/esm/index.js +6 -2
- package/esm/index.js.map +1 -1
- package/esm/pluggableParser.d.ts +1 -1
- package/esm/pluggableParser.js +7 -1
- package/esm/pluggableParser.js.map +1 -1
- package/esm/plugin-data-table.js +2 -1
- package/esm/plugin-data-table.js.map +1 -1
- package/esm/plugin-tables.js +5 -2
- package/esm/plugin-tables.js.map +1 -1
- package/esm/selectors.d.ts +1 -0
- package/esm/selectors.js +42 -19
- package/esm/selectors.js.map +1 -1
- package/esm/types.d.ts +30 -16
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/lib/ast-helpers.d.ts +25 -1
- package/lib/ast-helpers.js +106 -3
- package/lib/attribute-names.d.ts +5 -0
- package/lib/attribute-names.js +41 -0
- package/lib/block-names.d.ts +1 -0
- package/lib/block-names.js +8 -2
- package/lib/exportAny.js +1 -1
- package/lib/exportHtml.js +62 -24
- package/lib/exportMarkdown.js +61 -51
- package/lib/folded-sections.d.ts +1 -0
- package/lib/folded-sections.js +84 -0
- package/lib/grammarfc.js +6099 -15834
- package/lib/guard.d.ts +5 -0
- package/lib/guard.js +47 -0
- package/lib/helpers/corePlugins.js +9 -3
- package/lib/helpers/html-attr.d.ts +1 -0
- package/lib/helpers/html-attr.js +10 -0
- package/lib/index.d.ts +6 -2
- package/lib/index.js +11 -1
- package/lib/pluggableParser.d.ts +1 -1
- package/lib/pluggableParser.js +8 -1
- package/lib/plugin-data-table.js +2 -1
- package/lib/plugin-tables.js +5 -2
- package/lib/selectors.d.ts +1 -0
- package/lib/selectors.js +44 -20
- package/lib/types.d.ts +30 -16
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/schema/AstTree.json +626 -405
- package/schema/PodliteDocument.json +626 -405
package/schema/AstTree.json
CHANGED
|
@@ -51,6 +51,12 @@
|
|
|
51
51
|
{
|
|
52
52
|
"$ref": "#/definitions/Para"
|
|
53
53
|
},
|
|
54
|
+
{
|
|
55
|
+
"$ref": "#/definitions/ParaTerm"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"$ref": "#/definitions/ParaBuilt"
|
|
59
|
+
},
|
|
54
60
|
{
|
|
55
61
|
"$ref": "#/definitions/Text"
|
|
56
62
|
},
|
|
@@ -244,6 +250,9 @@
|
|
|
244
250
|
},
|
|
245
251
|
"id": {
|
|
246
252
|
"type": "string"
|
|
253
|
+
},
|
|
254
|
+
"guarded": {
|
|
255
|
+
"type": "boolean"
|
|
247
256
|
}
|
|
248
257
|
},
|
|
249
258
|
"required": [
|
|
@@ -394,6 +403,9 @@
|
|
|
394
403
|
},
|
|
395
404
|
"id": {
|
|
396
405
|
"type": "string"
|
|
406
|
+
},
|
|
407
|
+
"guarded": {
|
|
408
|
+
"type": "boolean"
|
|
397
409
|
}
|
|
398
410
|
},
|
|
399
411
|
"required": [
|
|
@@ -446,6 +458,9 @@
|
|
|
446
458
|
},
|
|
447
459
|
"id": {
|
|
448
460
|
"type": "string"
|
|
461
|
+
},
|
|
462
|
+
"guarded": {
|
|
463
|
+
"type": "boolean"
|
|
449
464
|
}
|
|
450
465
|
},
|
|
451
466
|
"required": [
|
|
@@ -465,6 +480,9 @@
|
|
|
465
480
|
},
|
|
466
481
|
"value": {
|
|
467
482
|
"type": "string"
|
|
483
|
+
},
|
|
484
|
+
"guarded": {
|
|
485
|
+
"type": "boolean"
|
|
468
486
|
}
|
|
469
487
|
},
|
|
470
488
|
"required": [
|
|
@@ -510,6 +528,9 @@
|
|
|
510
528
|
},
|
|
511
529
|
"id": {
|
|
512
530
|
"type": "string"
|
|
531
|
+
},
|
|
532
|
+
"guarded": {
|
|
533
|
+
"type": "boolean"
|
|
513
534
|
}
|
|
514
535
|
},
|
|
515
536
|
"required": [
|
|
@@ -570,6 +591,9 @@
|
|
|
570
591
|
},
|
|
571
592
|
"id": {
|
|
572
593
|
"type": "string"
|
|
594
|
+
},
|
|
595
|
+
"guarded": {
|
|
596
|
+
"type": "boolean"
|
|
573
597
|
}
|
|
574
598
|
},
|
|
575
599
|
"required": [
|
|
@@ -618,6 +642,9 @@
|
|
|
618
642
|
},
|
|
619
643
|
"id": {
|
|
620
644
|
"type": "string"
|
|
645
|
+
},
|
|
646
|
+
"guarded": {
|
|
647
|
+
"type": "boolean"
|
|
621
648
|
}
|
|
622
649
|
},
|
|
623
650
|
"required": [
|
|
@@ -666,6 +693,9 @@
|
|
|
666
693
|
},
|
|
667
694
|
"id": {
|
|
668
695
|
"type": "string"
|
|
696
|
+
},
|
|
697
|
+
"guarded": {
|
|
698
|
+
"type": "boolean"
|
|
669
699
|
}
|
|
670
700
|
},
|
|
671
701
|
"required": [
|
|
@@ -714,6 +744,9 @@
|
|
|
714
744
|
},
|
|
715
745
|
"id": {
|
|
716
746
|
"type": "string"
|
|
747
|
+
},
|
|
748
|
+
"guarded": {
|
|
749
|
+
"type": "boolean"
|
|
717
750
|
}
|
|
718
751
|
},
|
|
719
752
|
"required": [
|
|
@@ -762,6 +795,9 @@
|
|
|
762
795
|
},
|
|
763
796
|
"id": {
|
|
764
797
|
"type": "string"
|
|
798
|
+
},
|
|
799
|
+
"guarded": {
|
|
800
|
+
"type": "boolean"
|
|
765
801
|
}
|
|
766
802
|
},
|
|
767
803
|
"required": [
|
|
@@ -810,6 +846,9 @@
|
|
|
810
846
|
},
|
|
811
847
|
"id": {
|
|
812
848
|
"type": "string"
|
|
849
|
+
},
|
|
850
|
+
"guarded": {
|
|
851
|
+
"type": "boolean"
|
|
813
852
|
}
|
|
814
853
|
},
|
|
815
854
|
"required": [
|
|
@@ -864,6 +903,9 @@
|
|
|
864
903
|
},
|
|
865
904
|
"id": {
|
|
866
905
|
"type": "string"
|
|
906
|
+
},
|
|
907
|
+
"guarded": {
|
|
908
|
+
"type": "boolean"
|
|
867
909
|
}
|
|
868
910
|
},
|
|
869
911
|
"required": [
|
|
@@ -913,6 +955,9 @@
|
|
|
913
955
|
},
|
|
914
956
|
"id": {
|
|
915
957
|
"type": "string"
|
|
958
|
+
},
|
|
959
|
+
"guarded": {
|
|
960
|
+
"type": "boolean"
|
|
916
961
|
}
|
|
917
962
|
},
|
|
918
963
|
"required": [
|
|
@@ -961,6 +1006,9 @@
|
|
|
961
1006
|
},
|
|
962
1007
|
"id": {
|
|
963
1008
|
"type": "string"
|
|
1009
|
+
},
|
|
1010
|
+
"guarded": {
|
|
1011
|
+
"type": "boolean"
|
|
964
1012
|
}
|
|
965
1013
|
},
|
|
966
1014
|
"required": [
|
|
@@ -1039,6 +1087,12 @@
|
|
|
1039
1087
|
{
|
|
1040
1088
|
"$ref": "#/definitions/Para"
|
|
1041
1089
|
},
|
|
1090
|
+
{
|
|
1091
|
+
"$ref": "#/definitions/ParaTerm"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"$ref": "#/definitions/ParaBuilt"
|
|
1095
|
+
},
|
|
1042
1096
|
{
|
|
1043
1097
|
"$ref": "#/definitions/Text"
|
|
1044
1098
|
},
|
|
@@ -1150,45 +1204,174 @@
|
|
|
1150
1204
|
"type"
|
|
1151
1205
|
]
|
|
1152
1206
|
},
|
|
1153
|
-
"
|
|
1207
|
+
"ParaTerm": {
|
|
1154
1208
|
"type": "object",
|
|
1155
1209
|
"properties": {
|
|
1156
1210
|
"type": {
|
|
1157
1211
|
"type": "string",
|
|
1158
|
-
"const": "
|
|
1212
|
+
"const": "para"
|
|
1159
1213
|
},
|
|
1160
|
-
"
|
|
1161
|
-
"type": "string"
|
|
1162
|
-
}
|
|
1163
|
-
},
|
|
1164
|
-
"required": [
|
|
1165
|
-
"type",
|
|
1166
|
-
"value"
|
|
1167
|
-
]
|
|
1168
|
-
},
|
|
1169
|
-
"Code": {
|
|
1170
|
-
"type": "object",
|
|
1171
|
-
"properties": {
|
|
1172
|
-
"type": {
|
|
1214
|
+
"name": {
|
|
1173
1215
|
"type": "string",
|
|
1174
|
-
"const": "
|
|
1216
|
+
"const": "term"
|
|
1175
1217
|
},
|
|
1176
1218
|
"text": {
|
|
1177
1219
|
"type": "string"
|
|
1178
1220
|
},
|
|
1179
|
-
"margin": {
|
|
1180
|
-
"type": "string"
|
|
1181
|
-
},
|
|
1182
|
-
"location": {
|
|
1183
|
-
"$ref": "#/definitions/Location"
|
|
1184
|
-
},
|
|
1185
1221
|
"content": {
|
|
1186
1222
|
"type": "array",
|
|
1187
1223
|
"items": {
|
|
1188
1224
|
"anyOf": [
|
|
1225
|
+
{
|
|
1226
|
+
"$ref": "#/definitions/Ambient"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"$ref": "#/definitions/BlockPod"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"$ref": "#/definitions/BlockData"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"$ref": "#/definitions/BlockFormula"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"$ref": "#/definitions/BlockCode"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"$ref": "#/definitions/BlankLine"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"$ref": "#/definitions/BlockNested"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"$ref": "#/definitions/BlockMarkdown"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"$ref": "#/definitions/BlockOutput"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"$ref": "#/definitions/BlockInput"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"$ref": "#/definitions/BlockInclude"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"$ref": "#/definitions/BlockPara"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"$ref": "#/definitions/BlockHead"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"$ref": "#/definitions/BlockComment"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"$ref": "#/definitions/BlockDefn"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"$ref": "#/definitions/Para"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"$ref": "#/definitions/ParaTerm"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"$ref": "#/definitions/ParaBuilt"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"$ref": "#/definitions/Text"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"$ref": "#/definitions/Code"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"$ref": "#/definitions/BlockNamed"
|
|
1287
|
+
},
|
|
1189
1288
|
{
|
|
1190
1289
|
"$ref": "#/definitions/Verbatim"
|
|
1191
1290
|
},
|
|
1291
|
+
{
|
|
1292
|
+
"$ref": "#/definitions/BlockTable"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"$ref": "#/definitions/List"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"$ref": "#/definitions/BlockConfig"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"$ref": "#/definitions/BlockItem"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"$ref": "#/definitions/Alias"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"$ref": "#/definitions/BlockToc"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"$ref": "#/definitions/BlockPicture"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"$ref": "#/definitions/BlockImage"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"$ref": "#/definitions/Image"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"$ref": "#/definitions/RootBlock"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"$ref": "#/definitions/Separator"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"$ref": "#/definitions/BlockCaption"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"$ref": "#/definitions/FormattingCodeA"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"$ref": "#/definitions/FormattingCodeC"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"$ref": "#/definitions/FormattingCodeB"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"$ref": "#/definitions/FormattingCodeD"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"$ref": "#/definitions/FormattingCodeE"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"$ref": "#/definitions/FormattingCodeF"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"$ref": "#/definitions/FormattingCodeI"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"$ref": "#/definitions/FormattingCodeL"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"$ref": "#/definitions/FormattingCodeW"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"$ref": "#/definitions/FormattingCodeN"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"$ref": "#/definitions/FormattingCodeX"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"$ref": "#/definitions/FormattingCodeZ"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"$ref": "#/definitions/FormattingCodeV"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"$ref": "#/definitions/FormattingCodeS"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"$ref": "#/definitions/FormattingCodeAny"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"$ref": "#/definitions/Toc"
|
|
1374
|
+
},
|
|
1192
1375
|
{
|
|
1193
1376
|
"type": "string"
|
|
1194
1377
|
}
|
|
@@ -1198,85 +1381,290 @@
|
|
|
1198
1381
|
},
|
|
1199
1382
|
"required": [
|
|
1200
1383
|
"content",
|
|
1201
|
-
"
|
|
1202
|
-
"margin",
|
|
1384
|
+
"name",
|
|
1203
1385
|
"text",
|
|
1204
1386
|
"type"
|
|
1205
1387
|
]
|
|
1206
1388
|
},
|
|
1207
|
-
"
|
|
1389
|
+
"ParaBuilt": {
|
|
1208
1390
|
"type": "object",
|
|
1209
1391
|
"properties": {
|
|
1210
|
-
"name": {
|
|
1211
|
-
"type": "string"
|
|
1212
|
-
},
|
|
1213
|
-
"content": {
|
|
1214
|
-
"anyOf": [
|
|
1215
|
-
{
|
|
1216
|
-
"$ref": "#/definitions/RootBlock"
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
"type": "array",
|
|
1220
|
-
"items": [
|
|
1221
|
-
{
|
|
1222
|
-
"anyOf": [
|
|
1223
|
-
{
|
|
1224
|
-
"$ref": "#/definitions/Para"
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"$ref": "#/definitions/Code"
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
"$ref": "#/definitions/Verbatim"
|
|
1231
|
-
}
|
|
1232
|
-
]
|
|
1233
|
-
}
|
|
1234
|
-
],
|
|
1235
|
-
"minItems": 0,
|
|
1236
|
-
"maxItems": 1
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"type": "array",
|
|
1240
|
-
"items": {
|
|
1241
|
-
"anyOf": [
|
|
1242
|
-
{
|
|
1243
|
-
"$ref": "#/definitions/Image"
|
|
1244
|
-
},
|
|
1245
|
-
{
|
|
1246
|
-
"$ref": "#/definitions/BlockCaption"
|
|
1247
|
-
}
|
|
1248
|
-
]
|
|
1249
|
-
}
|
|
1250
|
-
}
|
|
1251
|
-
]
|
|
1252
|
-
},
|
|
1253
|
-
"margin": {
|
|
1254
|
-
"type": "string"
|
|
1255
|
-
},
|
|
1256
1392
|
"type": {
|
|
1257
1393
|
"type": "string",
|
|
1258
|
-
"const": "
|
|
1259
|
-
},
|
|
1260
|
-
"location": {
|
|
1261
|
-
"$ref": "#/definitions/Location"
|
|
1394
|
+
"const": "para"
|
|
1262
1395
|
},
|
|
1263
|
-
"
|
|
1396
|
+
"content": {
|
|
1264
1397
|
"type": "array",
|
|
1265
1398
|
"items": {
|
|
1266
1399
|
"anyOf": [
|
|
1267
1400
|
{
|
|
1268
|
-
"$ref": "#/definitions/
|
|
1401
|
+
"$ref": "#/definitions/Ambient"
|
|
1269
1402
|
},
|
|
1270
1403
|
{
|
|
1271
|
-
"$ref": "#/definitions/
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1404
|
+
"$ref": "#/definitions/BlockPod"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"$ref": "#/definitions/BlockData"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"$ref": "#/definitions/BlockFormula"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"$ref": "#/definitions/BlockCode"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"$ref": "#/definitions/BlankLine"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"$ref": "#/definitions/BlockNested"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"$ref": "#/definitions/BlockMarkdown"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"$ref": "#/definitions/BlockOutput"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"$ref": "#/definitions/BlockInput"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"$ref": "#/definitions/BlockInclude"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"$ref": "#/definitions/BlockPara"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"$ref": "#/definitions/BlockHead"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"$ref": "#/definitions/BlockComment"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"$ref": "#/definitions/BlockDefn"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"$ref": "#/definitions/Para"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"$ref": "#/definitions/ParaTerm"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"$ref": "#/definitions/ParaBuilt"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"$ref": "#/definitions/Text"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"$ref": "#/definitions/Code"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"$ref": "#/definitions/BlockNamed"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"$ref": "#/definitions/Verbatim"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"$ref": "#/definitions/BlockTable"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"$ref": "#/definitions/List"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"$ref": "#/definitions/BlockConfig"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"$ref": "#/definitions/BlockItem"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"$ref": "#/definitions/Alias"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"$ref": "#/definitions/BlockToc"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"$ref": "#/definitions/BlockPicture"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"$ref": "#/definitions/BlockImage"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"$ref": "#/definitions/Image"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"$ref": "#/definitions/RootBlock"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"$ref": "#/definitions/Separator"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"$ref": "#/definitions/BlockCaption"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"$ref": "#/definitions/FormattingCodeA"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"$ref": "#/definitions/FormattingCodeC"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"$ref": "#/definitions/FormattingCodeB"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"$ref": "#/definitions/FormattingCodeD"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"$ref": "#/definitions/FormattingCodeE"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"$ref": "#/definitions/FormattingCodeF"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"$ref": "#/definitions/FormattingCodeI"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"$ref": "#/definitions/FormattingCodeL"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"$ref": "#/definitions/FormattingCodeW"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"$ref": "#/definitions/FormattingCodeN"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"$ref": "#/definitions/FormattingCodeX"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"$ref": "#/definitions/FormattingCodeZ"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"$ref": "#/definitions/FormattingCodeV"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"$ref": "#/definitions/FormattingCodeS"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"$ref": "#/definitions/FormattingCodeAny"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"$ref": "#/definitions/Toc"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"type": "string"
|
|
1552
|
+
}
|
|
1553
|
+
]
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
"required": [
|
|
1558
|
+
"content",
|
|
1559
|
+
"type"
|
|
1560
|
+
]
|
|
1561
|
+
},
|
|
1562
|
+
"Text": {
|
|
1563
|
+
"type": "object",
|
|
1564
|
+
"properties": {
|
|
1565
|
+
"type": {
|
|
1566
|
+
"type": "string",
|
|
1567
|
+
"const": "text"
|
|
1568
|
+
},
|
|
1569
|
+
"value": {
|
|
1570
|
+
"type": "string"
|
|
1571
|
+
},
|
|
1572
|
+
"guarded": {
|
|
1573
|
+
"type": "boolean"
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"required": [
|
|
1577
|
+
"type",
|
|
1578
|
+
"value"
|
|
1579
|
+
]
|
|
1580
|
+
},
|
|
1581
|
+
"Code": {
|
|
1582
|
+
"type": "object",
|
|
1583
|
+
"properties": {
|
|
1584
|
+
"type": {
|
|
1585
|
+
"type": "string",
|
|
1586
|
+
"const": "code"
|
|
1587
|
+
},
|
|
1588
|
+
"text": {
|
|
1589
|
+
"type": "string"
|
|
1590
|
+
},
|
|
1591
|
+
"margin": {
|
|
1592
|
+
"type": "string"
|
|
1593
|
+
},
|
|
1594
|
+
"location": {
|
|
1595
|
+
"$ref": "#/definitions/Location"
|
|
1596
|
+
},
|
|
1597
|
+
"content": {
|
|
1598
|
+
"type": "array",
|
|
1599
|
+
"items": {
|
|
1600
|
+
"anyOf": [
|
|
1601
|
+
{
|
|
1602
|
+
"$ref": "#/definitions/Verbatim"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"type": "string"
|
|
1606
|
+
}
|
|
1607
|
+
]
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
"required": [
|
|
1612
|
+
"content",
|
|
1613
|
+
"location",
|
|
1614
|
+
"margin",
|
|
1615
|
+
"text",
|
|
1616
|
+
"type"
|
|
1617
|
+
]
|
|
1618
|
+
},
|
|
1619
|
+
"BlockNamed": {
|
|
1620
|
+
"type": "object",
|
|
1621
|
+
"properties": {
|
|
1622
|
+
"name": {
|
|
1623
|
+
"type": "string"
|
|
1624
|
+
},
|
|
1625
|
+
"content": {
|
|
1626
|
+
"anyOf": [
|
|
1627
|
+
{
|
|
1628
|
+
"$ref": "#/definitions/RootBlock"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"type": "array",
|
|
1632
|
+
"items": {
|
|
1633
|
+
"$ref": "#/definitions/PodNode"
|
|
1634
|
+
}
|
|
1635
|
+
}
|
|
1636
|
+
]
|
|
1637
|
+
},
|
|
1638
|
+
"margin": {
|
|
1639
|
+
"type": "string"
|
|
1640
|
+
},
|
|
1641
|
+
"type": {
|
|
1642
|
+
"type": "string",
|
|
1643
|
+
"const": "block"
|
|
1644
|
+
},
|
|
1645
|
+
"location": {
|
|
1646
|
+
"$ref": "#/definitions/Location"
|
|
1647
|
+
},
|
|
1648
|
+
"config": {
|
|
1649
|
+
"type": "array",
|
|
1650
|
+
"items": {
|
|
1651
|
+
"anyOf": [
|
|
1652
|
+
{
|
|
1653
|
+
"$ref": "#/definitions/BrokenConfigItem"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"$ref": "#/definitions/ConfigItem"
|
|
1657
|
+
}
|
|
1658
|
+
]
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
"id": {
|
|
1662
|
+
"type": "string"
|
|
1663
|
+
},
|
|
1664
|
+
"guarded": {
|
|
1665
|
+
"type": "boolean"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1280
1668
|
"required": [
|
|
1281
1669
|
"content",
|
|
1282
1670
|
"location",
|
|
@@ -1323,6 +1711,9 @@
|
|
|
1323
1711
|
},
|
|
1324
1712
|
"id": {
|
|
1325
1713
|
"type": "string"
|
|
1714
|
+
},
|
|
1715
|
+
"guarded": {
|
|
1716
|
+
"type": "boolean"
|
|
1326
1717
|
}
|
|
1327
1718
|
},
|
|
1328
1719
|
"required": [
|
|
@@ -1370,52 +1761,6 @@
|
|
|
1370
1761
|
"severity"
|
|
1371
1762
|
]
|
|
1372
1763
|
},
|
|
1373
|
-
"Image": {
|
|
1374
|
-
"type": "object",
|
|
1375
|
-
"properties": {
|
|
1376
|
-
"type": {
|
|
1377
|
-
"type": "string",
|
|
1378
|
-
"const": "image"
|
|
1379
|
-
},
|
|
1380
|
-
"src": {
|
|
1381
|
-
"type": "string"
|
|
1382
|
-
},
|
|
1383
|
-
"alt": {
|
|
1384
|
-
"type": "string"
|
|
1385
|
-
},
|
|
1386
|
-
"link": {
|
|
1387
|
-
"type": "string"
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
"required": [
|
|
1391
|
-
"src",
|
|
1392
|
-
"type"
|
|
1393
|
-
]
|
|
1394
|
-
},
|
|
1395
|
-
"BlockCaption": {
|
|
1396
|
-
"type": "object",
|
|
1397
|
-
"properties": {
|
|
1398
|
-
"name": {
|
|
1399
|
-
"type": "string",
|
|
1400
|
-
"const": "caption"
|
|
1401
|
-
},
|
|
1402
|
-
"content": {
|
|
1403
|
-
"type": "array",
|
|
1404
|
-
"items": {
|
|
1405
|
-
"$ref": "#/definitions/PodNode"
|
|
1406
|
-
}
|
|
1407
|
-
},
|
|
1408
|
-
"type": {
|
|
1409
|
-
"type": "string",
|
|
1410
|
-
"const": "block"
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
"required": [
|
|
1414
|
-
"content",
|
|
1415
|
-
"name",
|
|
1416
|
-
"type"
|
|
1417
|
-
]
|
|
1418
|
-
},
|
|
1419
1764
|
"BlockTable": {
|
|
1420
1765
|
"type": "object",
|
|
1421
1766
|
"properties": {
|
|
@@ -1488,6 +1833,9 @@
|
|
|
1488
1833
|
},
|
|
1489
1834
|
"id": {
|
|
1490
1835
|
"type": "string"
|
|
1836
|
+
},
|
|
1837
|
+
"guarded": {
|
|
1838
|
+
"type": "boolean"
|
|
1491
1839
|
}
|
|
1492
1840
|
},
|
|
1493
1841
|
"required": [
|
|
@@ -1606,6 +1954,9 @@
|
|
|
1606
1954
|
{
|
|
1607
1955
|
"$ref": "#/definitions/BlankLine"
|
|
1608
1956
|
},
|
|
1957
|
+
{
|
|
1958
|
+
"$ref": "#/definitions/BlockDefn"
|
|
1959
|
+
},
|
|
1609
1960
|
{
|
|
1610
1961
|
"$ref": "#/definitions/List"
|
|
1611
1962
|
},
|
|
@@ -1616,8 +1967,12 @@
|
|
|
1616
1967
|
}
|
|
1617
1968
|
},
|
|
1618
1969
|
"list": {
|
|
1619
|
-
"
|
|
1620
|
-
|
|
1970
|
+
"enum": [
|
|
1971
|
+
"itemized",
|
|
1972
|
+
"task",
|
|
1973
|
+
"variable"
|
|
1974
|
+
],
|
|
1975
|
+
"type": "string"
|
|
1621
1976
|
}
|
|
1622
1977
|
},
|
|
1623
1978
|
"required": [
|
|
@@ -1674,6 +2029,9 @@
|
|
|
1674
2029
|
},
|
|
1675
2030
|
"id": {
|
|
1676
2031
|
"type": "string"
|
|
2032
|
+
},
|
|
2033
|
+
"guarded": {
|
|
2034
|
+
"type": "boolean"
|
|
1677
2035
|
}
|
|
1678
2036
|
},
|
|
1679
2037
|
"required": [
|
|
@@ -1777,6 +2135,9 @@
|
|
|
1777
2135
|
},
|
|
1778
2136
|
"id": {
|
|
1779
2137
|
"type": "string"
|
|
2138
|
+
},
|
|
2139
|
+
"guarded": {
|
|
2140
|
+
"type": "boolean"
|
|
1780
2141
|
}
|
|
1781
2142
|
},
|
|
1782
2143
|
"required": [
|
|
@@ -1838,6 +2199,9 @@
|
|
|
1838
2199
|
},
|
|
1839
2200
|
"id": {
|
|
1840
2201
|
"type": "string"
|
|
2202
|
+
},
|
|
2203
|
+
"guarded": {
|
|
2204
|
+
"type": "boolean"
|
|
1841
2205
|
}
|
|
1842
2206
|
},
|
|
1843
2207
|
"required": [
|
|
@@ -1848,6 +2212,55 @@
|
|
|
1848
2212
|
"type"
|
|
1849
2213
|
]
|
|
1850
2214
|
},
|
|
2215
|
+
"Image": {
|
|
2216
|
+
"type": "object",
|
|
2217
|
+
"properties": {
|
|
2218
|
+
"type": {
|
|
2219
|
+
"type": "string",
|
|
2220
|
+
"const": "image"
|
|
2221
|
+
},
|
|
2222
|
+
"src": {
|
|
2223
|
+
"type": "string"
|
|
2224
|
+
},
|
|
2225
|
+
"alt": {
|
|
2226
|
+
"type": "string"
|
|
2227
|
+
},
|
|
2228
|
+
"link": {
|
|
2229
|
+
"type": "string"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
"required": [
|
|
2233
|
+
"src",
|
|
2234
|
+
"type"
|
|
2235
|
+
]
|
|
2236
|
+
},
|
|
2237
|
+
"BlockCaption": {
|
|
2238
|
+
"type": "object",
|
|
2239
|
+
"properties": {
|
|
2240
|
+
"name": {
|
|
2241
|
+
"type": "string",
|
|
2242
|
+
"const": "caption"
|
|
2243
|
+
},
|
|
2244
|
+
"content": {
|
|
2245
|
+
"type": "array",
|
|
2246
|
+
"items": {
|
|
2247
|
+
"$ref": "#/definitions/PodNode"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
"type": {
|
|
2251
|
+
"type": "string",
|
|
2252
|
+
"const": "block"
|
|
2253
|
+
},
|
|
2254
|
+
"guarded": {
|
|
2255
|
+
"type": "boolean"
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
"required": [
|
|
2259
|
+
"content",
|
|
2260
|
+
"name",
|
|
2261
|
+
"type"
|
|
2262
|
+
]
|
|
2263
|
+
},
|
|
1851
2264
|
"BlockImage": {
|
|
1852
2265
|
"type": "object",
|
|
1853
2266
|
"properties": {
|
|
@@ -1899,6 +2312,9 @@
|
|
|
1899
2312
|
},
|
|
1900
2313
|
"id": {
|
|
1901
2314
|
"type": "string"
|
|
2315
|
+
},
|
|
2316
|
+
"guarded": {
|
|
2317
|
+
"type": "boolean"
|
|
1902
2318
|
}
|
|
1903
2319
|
},
|
|
1904
2320
|
"required": [
|
|
@@ -1936,97 +2352,48 @@
|
|
|
1936
2352
|
"type": "string",
|
|
1937
2353
|
"const": "A"
|
|
1938
2354
|
},
|
|
1939
|
-
"content": {
|
|
1940
|
-
"anyOf": [
|
|
1941
|
-
{
|
|
1942
|
-
"$ref": "#/definitions/Text"
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"type": "array",
|
|
1946
|
-
"items": [
|
|
1947
|
-
{
|
|
1948
|
-
"$ref": "#/definitions/Text"
|
|
1949
|
-
}
|
|
1950
|
-
],
|
|
1951
|
-
"minItems": 1,
|
|
1952
|
-
"maxItems": 1
|
|
1953
|
-
},
|
|
1954
|
-
{
|
|
1955
|
-
"type": "string"
|
|
1956
|
-
}
|
|
1957
|
-
]
|
|
1958
|
-
}
|
|
1959
|
-
},
|
|
1960
|
-
"required": [
|
|
1961
|
-
"content",
|
|
1962
|
-
"name",
|
|
1963
|
-
"type"
|
|
1964
|
-
]
|
|
1965
|
-
},
|
|
1966
|
-
"FormattingCodeC": {
|
|
1967
|
-
"type": "object",
|
|
1968
|
-
"properties": {
|
|
1969
|
-
"type": {
|
|
1970
|
-
"type": "string",
|
|
1971
|
-
"const": "fcode"
|
|
1972
|
-
},
|
|
1973
|
-
"name": {
|
|
1974
|
-
"type": "string",
|
|
1975
|
-
"const": "C"
|
|
1976
|
-
},
|
|
1977
|
-
"content": {
|
|
1978
|
-
"type": "array",
|
|
1979
|
-
"items": {
|
|
1980
|
-
"
|
|
1981
|
-
{
|
|
1982
|
-
"$ref": "#/definitions/FormattingCodeA"
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"$ref": "#/definitions/FormattingCodeC"
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"$ref": "#/definitions/FormattingCodeB"
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"$ref": "#/definitions/FormattingCodeD"
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
"$ref": "#/definitions/FormattingCodeE"
|
|
1995
|
-
},
|
|
1996
|
-
{
|
|
1997
|
-
"$ref": "#/definitions/FormattingCodeF"
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"$ref": "#/definitions/FormattingCodeI"
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"$ref": "#/definitions/FormattingCodeL"
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"$ref": "#/definitions/FormattingCodeW"
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"$ref": "#/definitions/FormattingCodeN"
|
|
2010
|
-
},
|
|
2011
|
-
{
|
|
2012
|
-
"$ref": "#/definitions/FormattingCodeX"
|
|
2013
|
-
},
|
|
2014
|
-
{
|
|
2015
|
-
"$ref": "#/definitions/FormattingCodeZ"
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"$ref": "#/definitions/FormattingCodeV"
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"$ref": "#/definitions/FormattingCodeS"
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"$ref": "#/definitions/FormattingCodeAny"
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"type": "string"
|
|
2028
|
-
}
|
|
2029
|
-
]
|
|
2355
|
+
"content": {
|
|
2356
|
+
"anyOf": [
|
|
2357
|
+
{
|
|
2358
|
+
"$ref": "#/definitions/Text"
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"type": "array",
|
|
2362
|
+
"items": [
|
|
2363
|
+
{
|
|
2364
|
+
"$ref": "#/definitions/Text"
|
|
2365
|
+
}
|
|
2366
|
+
],
|
|
2367
|
+
"minItems": 1,
|
|
2368
|
+
"maxItems": 1
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"type": "string"
|
|
2372
|
+
}
|
|
2373
|
+
]
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2376
|
+
"required": [
|
|
2377
|
+
"content",
|
|
2378
|
+
"name",
|
|
2379
|
+
"type"
|
|
2380
|
+
]
|
|
2381
|
+
},
|
|
2382
|
+
"FormattingCodeC": {
|
|
2383
|
+
"type": "object",
|
|
2384
|
+
"properties": {
|
|
2385
|
+
"type": {
|
|
2386
|
+
"type": "string",
|
|
2387
|
+
"const": "fcode"
|
|
2388
|
+
},
|
|
2389
|
+
"name": {
|
|
2390
|
+
"type": "string",
|
|
2391
|
+
"const": "C"
|
|
2392
|
+
},
|
|
2393
|
+
"content": {
|
|
2394
|
+
"type": "array",
|
|
2395
|
+
"items": {
|
|
2396
|
+
"$ref": "#/definitions/PodNode"
|
|
2030
2397
|
}
|
|
2031
2398
|
}
|
|
2032
2399
|
},
|
|
@@ -2076,7 +2443,10 @@
|
|
|
2076
2443
|
}
|
|
2077
2444
|
},
|
|
2078
2445
|
"content": {
|
|
2079
|
-
"type": "
|
|
2446
|
+
"type": "array",
|
|
2447
|
+
"items": {
|
|
2448
|
+
"$ref": "#/definitions/PodNode"
|
|
2449
|
+
}
|
|
2080
2450
|
}
|
|
2081
2451
|
},
|
|
2082
2452
|
"required": [
|
|
@@ -2211,19 +2581,14 @@
|
|
|
2211
2581
|
"type": "string"
|
|
2212
2582
|
},
|
|
2213
2583
|
"content": {
|
|
2214
|
-
"
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
{
|
|
2219
|
-
"type": "string"
|
|
2220
|
-
}
|
|
2221
|
-
]
|
|
2584
|
+
"type": "array",
|
|
2585
|
+
"items": {
|
|
2586
|
+
"$ref": "#/definitions/PodNode"
|
|
2587
|
+
}
|
|
2222
2588
|
}
|
|
2223
2589
|
},
|
|
2224
2590
|
"required": [
|
|
2225
2591
|
"content",
|
|
2226
|
-
"meta",
|
|
2227
2592
|
"name",
|
|
2228
2593
|
"type"
|
|
2229
2594
|
]
|
|
@@ -2303,24 +2668,10 @@
|
|
|
2303
2668
|
}
|
|
2304
2669
|
},
|
|
2305
2670
|
"content": {
|
|
2306
|
-
"
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
{
|
|
2311
|
-
"type": "array",
|
|
2312
|
-
"items": [
|
|
2313
|
-
{
|
|
2314
|
-
"$ref": "#/definitions/Text"
|
|
2315
|
-
}
|
|
2316
|
-
],
|
|
2317
|
-
"minItems": 1,
|
|
2318
|
-
"maxItems": 1
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
"type": "string"
|
|
2322
|
-
}
|
|
2323
|
-
]
|
|
2671
|
+
"type": "array",
|
|
2672
|
+
"items": {
|
|
2673
|
+
"$ref": "#/definitions/PodNode"
|
|
2674
|
+
}
|
|
2324
2675
|
}
|
|
2325
2676
|
},
|
|
2326
2677
|
"required": [
|
|
@@ -2344,56 +2695,7 @@
|
|
|
2344
2695
|
"content": {
|
|
2345
2696
|
"type": "array",
|
|
2346
2697
|
"items": {
|
|
2347
|
-
"
|
|
2348
|
-
{
|
|
2349
|
-
"$ref": "#/definitions/FormattingCodeA"
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"$ref": "#/definitions/FormattingCodeC"
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"$ref": "#/definitions/FormattingCodeB"
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"$ref": "#/definitions/FormattingCodeD"
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"$ref": "#/definitions/FormattingCodeE"
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"$ref": "#/definitions/FormattingCodeF"
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"$ref": "#/definitions/FormattingCodeI"
|
|
2368
|
-
},
|
|
2369
|
-
{
|
|
2370
|
-
"$ref": "#/definitions/FormattingCodeL"
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"$ref": "#/definitions/FormattingCodeW"
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"$ref": "#/definitions/FormattingCodeN"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"$ref": "#/definitions/FormattingCodeX"
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"$ref": "#/definitions/FormattingCodeZ"
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"$ref": "#/definitions/FormattingCodeV"
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"$ref": "#/definitions/FormattingCodeS"
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"$ref": "#/definitions/FormattingCodeAny"
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
"type": "string"
|
|
2395
|
-
}
|
|
2396
|
-
]
|
|
2698
|
+
"$ref": "#/definitions/PodNode"
|
|
2397
2699
|
}
|
|
2398
2700
|
}
|
|
2399
2701
|
},
|
|
@@ -2429,56 +2731,7 @@
|
|
|
2429
2731
|
"content": {
|
|
2430
2732
|
"type": "array",
|
|
2431
2733
|
"items": {
|
|
2432
|
-
"
|
|
2433
|
-
{
|
|
2434
|
-
"$ref": "#/definitions/FormattingCodeA"
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"$ref": "#/definitions/FormattingCodeC"
|
|
2438
|
-
},
|
|
2439
|
-
{
|
|
2440
|
-
"$ref": "#/definitions/FormattingCodeB"
|
|
2441
|
-
},
|
|
2442
|
-
{
|
|
2443
|
-
"$ref": "#/definitions/FormattingCodeD"
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"$ref": "#/definitions/FormattingCodeE"
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"$ref": "#/definitions/FormattingCodeF"
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"$ref": "#/definitions/FormattingCodeI"
|
|
2453
|
-
},
|
|
2454
|
-
{
|
|
2455
|
-
"$ref": "#/definitions/FormattingCodeL"
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"$ref": "#/definitions/FormattingCodeW"
|
|
2459
|
-
},
|
|
2460
|
-
{
|
|
2461
|
-
"$ref": "#/definitions/FormattingCodeN"
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"$ref": "#/definitions/FormattingCodeX"
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"$ref": "#/definitions/FormattingCodeZ"
|
|
2468
|
-
},
|
|
2469
|
-
{
|
|
2470
|
-
"$ref": "#/definitions/FormattingCodeV"
|
|
2471
|
-
},
|
|
2472
|
-
{
|
|
2473
|
-
"$ref": "#/definitions/FormattingCodeS"
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"$ref": "#/definitions/FormattingCodeAny"
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"type": "string"
|
|
2480
|
-
}
|
|
2481
|
-
]
|
|
2734
|
+
"$ref": "#/definitions/PodNode"
|
|
2482
2735
|
}
|
|
2483
2736
|
}
|
|
2484
2737
|
},
|
|
@@ -2500,7 +2753,14 @@
|
|
|
2500
2753
|
"const": "Z"
|
|
2501
2754
|
},
|
|
2502
2755
|
"content": {
|
|
2503
|
-
"
|
|
2756
|
+
"anyOf": [
|
|
2757
|
+
{
|
|
2758
|
+
"$ref": "#/definitions/Text"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"type": "string"
|
|
2762
|
+
}
|
|
2763
|
+
]
|
|
2504
2764
|
}
|
|
2505
2765
|
},
|
|
2506
2766
|
"required": [
|
|
@@ -2520,7 +2780,14 @@
|
|
|
2520
2780
|
"const": "V"
|
|
2521
2781
|
},
|
|
2522
2782
|
"content": {
|
|
2523
|
-
"
|
|
2783
|
+
"anyOf": [
|
|
2784
|
+
{
|
|
2785
|
+
"$ref": "#/definitions/Text"
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"type": "string"
|
|
2789
|
+
}
|
|
2790
|
+
]
|
|
2524
2791
|
}
|
|
2525
2792
|
},
|
|
2526
2793
|
"required": [
|
|
@@ -2568,56 +2835,7 @@
|
|
|
2568
2835
|
"content": {
|
|
2569
2836
|
"type": "array",
|
|
2570
2837
|
"items": {
|
|
2571
|
-
"
|
|
2572
|
-
{
|
|
2573
|
-
"$ref": "#/definitions/FormattingCodeA"
|
|
2574
|
-
},
|
|
2575
|
-
{
|
|
2576
|
-
"$ref": "#/definitions/FormattingCodeC"
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"$ref": "#/definitions/FormattingCodeB"
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"$ref": "#/definitions/FormattingCodeD"
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
"$ref": "#/definitions/FormattingCodeE"
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"$ref": "#/definitions/FormattingCodeF"
|
|
2589
|
-
},
|
|
2590
|
-
{
|
|
2591
|
-
"$ref": "#/definitions/FormattingCodeI"
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"$ref": "#/definitions/FormattingCodeL"
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
"$ref": "#/definitions/FormattingCodeW"
|
|
2598
|
-
},
|
|
2599
|
-
{
|
|
2600
|
-
"$ref": "#/definitions/FormattingCodeN"
|
|
2601
|
-
},
|
|
2602
|
-
{
|
|
2603
|
-
"$ref": "#/definitions/FormattingCodeX"
|
|
2604
|
-
},
|
|
2605
|
-
{
|
|
2606
|
-
"$ref": "#/definitions/FormattingCodeZ"
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"$ref": "#/definitions/FormattingCodeV"
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"$ref": "#/definitions/FormattingCodeS"
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"$ref": "#/definitions/FormattingCodeAny"
|
|
2616
|
-
},
|
|
2617
|
-
{
|
|
2618
|
-
"type": "string"
|
|
2619
|
-
}
|
|
2620
|
-
]
|
|
2838
|
+
"$ref": "#/definitions/PodNode"
|
|
2621
2839
|
}
|
|
2622
2840
|
}
|
|
2623
2841
|
},
|
|
@@ -2648,6 +2866,9 @@
|
|
|
2648
2866
|
}
|
|
2649
2867
|
}
|
|
2650
2868
|
},
|
|
2869
|
+
"location": {
|
|
2870
|
+
"$ref": "#/definitions/Location"
|
|
2871
|
+
},
|
|
2651
2872
|
"content": {
|
|
2652
2873
|
"$ref": "#/definitions/TocList"
|
|
2653
2874
|
}
|