@abraca/schema 2.3.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.
Files changed (92) hide show
  1. package/dist/abracadabra-schema.cjs +853 -0
  2. package/dist/abracadabra-schema.cjs.map +1 -0
  3. package/dist/abracadabra-schema.esm.js +781 -0
  4. package/dist/abracadabra-schema.esm.js.map +1 -0
  5. package/dist/index.d.ts +2538 -0
  6. package/package.json +41 -0
  7. package/src/crdt.ts +63 -0
  8. package/src/generated/calendar.ts +35 -0
  9. package/src/generated/chart.ts +35 -0
  10. package/src/generated/checklist.ts +35 -0
  11. package/src/generated/dashboard.ts +35 -0
  12. package/src/generated/doc.ts +35 -0
  13. package/src/generated/gallery.ts +35 -0
  14. package/src/generated/graph.ts +35 -0
  15. package/src/generated/json-schema/calendar.json +140 -0
  16. package/src/generated/json-schema/chart.json +164 -0
  17. package/src/generated/json-schema/checklist.json +138 -0
  18. package/src/generated/json-schema/dashboard.json +122 -0
  19. package/src/generated/json-schema/doc.json +122 -0
  20. package/src/generated/json-schema/gallery.json +157 -0
  21. package/src/generated/json-schema/graph.json +125 -0
  22. package/src/generated/json-schema/kanban.json +145 -0
  23. package/src/generated/json-schema/map.json +125 -0
  24. package/src/generated/json-schema/outline.json +122 -0
  25. package/src/generated/json-schema/overview.json +122 -0
  26. package/src/generated/json-schema/plugin-manifest.json +221 -0
  27. package/src/generated/json-schema/prose.json +122 -0
  28. package/src/generated/json-schema/sheets.json +135 -0
  29. package/src/generated/json-schema/slides.json +129 -0
  30. package/src/generated/json-schema/table.json +136 -0
  31. package/src/generated/json-schema/timeline.json +122 -0
  32. package/src/generated/kanban.ts +35 -0
  33. package/src/generated/map.ts +35 -0
  34. package/src/generated/markdown/calendar.md +59 -0
  35. package/src/generated/markdown/chart.md +62 -0
  36. package/src/generated/markdown/checklist.md +58 -0
  37. package/src/generated/markdown/dashboard.md +56 -0
  38. package/src/generated/markdown/doc.md +56 -0
  39. package/src/generated/markdown/gallery.md +61 -0
  40. package/src/generated/markdown/graph.md +57 -0
  41. package/src/generated/markdown/kanban.md +62 -0
  42. package/src/generated/markdown/map.md +57 -0
  43. package/src/generated/markdown/outline.md +56 -0
  44. package/src/generated/markdown/overview.md +56 -0
  45. package/src/generated/markdown/prose.md +56 -0
  46. package/src/generated/markdown/sheets.md +59 -0
  47. package/src/generated/markdown/slides.md +57 -0
  48. package/src/generated/markdown/table.md +58 -0
  49. package/src/generated/markdown/timeline.md +56 -0
  50. package/src/generated/outline.ts +35 -0
  51. package/src/generated/overview.ts +35 -0
  52. package/src/generated/prose.ts +35 -0
  53. package/src/generated/rust/calendar.rs +125 -0
  54. package/src/generated/rust/chart.rs +151 -0
  55. package/src/generated/rust/checklist.rs +123 -0
  56. package/src/generated/rust/dashboard.rs +101 -0
  57. package/src/generated/rust/doc.rs +101 -0
  58. package/src/generated/rust/gallery.rs +146 -0
  59. package/src/generated/rust/graph.rs +104 -0
  60. package/src/generated/rust/kanban.rs +127 -0
  61. package/src/generated/rust/map.rs +104 -0
  62. package/src/generated/rust/outline.rs +101 -0
  63. package/src/generated/rust/overview.rs +101 -0
  64. package/src/generated/rust/prose.rs +101 -0
  65. package/src/generated/rust/sheets.rs +110 -0
  66. package/src/generated/rust/slides.rs +111 -0
  67. package/src/generated/rust/table.rs +121 -0
  68. package/src/generated/rust/timeline.rs +101 -0
  69. package/src/generated/sheets.ts +35 -0
  70. package/src/generated/slides.ts +35 -0
  71. package/src/generated/table.ts +35 -0
  72. package/src/generated/timeline.ts +35 -0
  73. package/src/index.ts +389 -0
  74. package/src/manifest/plugin-manifest.ts +212 -0
  75. package/src/query.ts +150 -0
  76. package/src/types/calendar.ts +23 -0
  77. package/src/types/chart.ts +36 -0
  78. package/src/types/checklist.ts +22 -0
  79. package/src/types/dashboard.ts +18 -0
  80. package/src/types/doc.ts +19 -0
  81. package/src/types/gallery.ts +24 -0
  82. package/src/types/graph.ts +21 -0
  83. package/src/types/kanban.ts +27 -0
  84. package/src/types/map.ts +21 -0
  85. package/src/types/outline.ts +17 -0
  86. package/src/types/overview.ts +17 -0
  87. package/src/types/prose.ts +19 -0
  88. package/src/types/sheets.ts +24 -0
  89. package/src/types/slides.ts +22 -0
  90. package/src/types/table.ts +22 -0
  91. package/src/types/timeline.ts +18 -0
  92. package/src/types/universal.ts +59 -0
@@ -0,0 +1,61 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (gallery).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/gallery.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # gallery — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`gallery`](#gallery)
16
+
17
+ ---
18
+
19
+ ## `gallery`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `none`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `galleryAspect` | enum | no | enum: `square`, `4:3`, `3:2`, `16:9`, `free` |
44
+ | `galleryCardStyle` | enum | no | enum: `default`, `compact`, `detailed` |
45
+ | `galleryColumns` | integer | no | minimum: 1; maximum: 6 |
46
+ | `galleryShowLabels` | boolean | no | — |
47
+ | `gallerySortBy` | enum | no | enum: `manual`, `date`, `name`, `rating` |
48
+ | `icon` | string | no | — |
49
+ | `note` | string | no | — |
50
+ | `number` | number | no | — |
51
+ | `phone` | string | no | — |
52
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
53
+ | `rating` | number | no | minimum: 0; maximum: 5 |
54
+ | `status` | string | no | — |
55
+ | `subtitle` | string | no | — |
56
+ | `tags` | array | no | — |
57
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
58
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
59
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
60
+ | `unit` | string | no | — |
61
+ | `url` | string | no | — |
@@ -0,0 +1,57 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (graph).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/graph.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # graph — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`graph`](#graph)
16
+
17
+ ---
18
+
19
+ ## `graph`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `none`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `icon` | string | no | — |
44
+ | `note` | string | no | — |
45
+ | `number` | number | no | — |
46
+ | `phone` | string | no | — |
47
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
48
+ | `rating` | number | no | minimum: 0; maximum: 5 |
49
+ | `showRefEdges` | boolean | no | — |
50
+ | `status` | string | no | — |
51
+ | `subtitle` | string | no | — |
52
+ | `tags` | array | no | — |
53
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
54
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
55
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
56
+ | `unit` | string | no | — |
57
+ | `url` | string | no | — |
@@ -0,0 +1,62 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (kanban).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/kanban.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # kanban — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`kanban`](#kanban)
16
+
17
+ ---
18
+
19
+ ## `kanban`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `none`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `icon` | string | no | — |
44
+ | `kanbanColumnWidth` | enum | no | enum: `narrow`, `default`, `wide` |
45
+ | `kanbanShowCover` | boolean | no | — |
46
+ | `kanbanShowDueDate` | boolean | no | — |
47
+ | `kanbanShowIcon` | boolean | no | — |
48
+ | `kanbanShowPriority` | boolean | no | — |
49
+ | `kanbanShowTags` | boolean | no | — |
50
+ | `note` | string | no | — |
51
+ | `number` | number | no | — |
52
+ | `phone` | string | no | — |
53
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
54
+ | `rating` | number | no | minimum: 0; maximum: 5 |
55
+ | `status` | string | no | — |
56
+ | `subtitle` | string | no | — |
57
+ | `tags` | array | no | — |
58
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
59
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
60
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
61
+ | `unit` | string | no | — |
62
+ | `url` | string | no | — |
@@ -0,0 +1,57 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (map).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/map.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # map — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`map`](#map)
16
+
17
+ ---
18
+
19
+ ## `map`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `none`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `icon` | string | no | — |
44
+ | `mapShowLabels` | boolean | no | — |
45
+ | `note` | string | no | — |
46
+ | `number` | number | no | — |
47
+ | `phone` | string | no | — |
48
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
49
+ | `rating` | number | no | minimum: 0; maximum: 5 |
50
+ | `status` | string | no | — |
51
+ | `subtitle` | string | no | — |
52
+ | `tags` | array | no | — |
53
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
54
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
55
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
56
+ | `unit` | string | no | — |
57
+ | `url` | string | no | — |
@@ -0,0 +1,56 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (outline).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/outline.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # outline — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`outline`](#outline)
16
+
17
+ ---
18
+
19
+ ## `outline`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `none`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `icon` | string | no | — |
44
+ | `note` | string | no | — |
45
+ | `number` | number | no | — |
46
+ | `phone` | string | no | — |
47
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
48
+ | `rating` | number | no | minimum: 0; maximum: 5 |
49
+ | `status` | string | no | — |
50
+ | `subtitle` | string | no | — |
51
+ | `tags` | array | no | — |
52
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
53
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
54
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
55
+ | `unit` | string | no | — |
56
+ | `url` | string | no | — |
@@ -0,0 +1,56 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (overview).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/overview.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # overview — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`overview`](#overview)
16
+
17
+ ---
18
+
19
+ ## `overview`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `none`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `icon` | string | no | — |
44
+ | `note` | string | no | — |
45
+ | `number` | number | no | — |
46
+ | `phone` | string | no | — |
47
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
48
+ | `rating` | number | no | minimum: 0; maximum: 5 |
49
+ | `status` | string | no | — |
50
+ | `subtitle` | string | no | — |
51
+ | `tags` | array | no | — |
52
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
53
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
54
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
55
+ | `unit` | string | no | — |
56
+ | `url` | string | no | — |
@@ -0,0 +1,56 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (prose).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/prose.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # prose — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`prose`](#prose)
16
+
17
+ ---
18
+
19
+ ## `prose`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `ytext`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `icon` | string | no | — |
44
+ | `note` | string | no | — |
45
+ | `number` | number | no | — |
46
+ | `phone` | string | no | — |
47
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
48
+ | `rating` | number | no | minimum: 0; maximum: 5 |
49
+ | `status` | string | no | — |
50
+ | `subtitle` | string | no | — |
51
+ | `tags` | array | no | — |
52
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
53
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
54
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
55
+ | `unit` | string | no | — |
56
+ | `url` | string | no | — |
@@ -0,0 +1,59 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (sheets).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/sheets.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # sheets — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`sheets`](#sheets)
16
+
17
+ ---
18
+
19
+ ## `sheets`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `none`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `icon` | string | no | — |
44
+ | `note` | string | no | — |
45
+ | `number` | number | no | — |
46
+ | `phone` | string | no | — |
47
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
48
+ | `rating` | number | no | minimum: 0; maximum: 5 |
49
+ | `sheetsDefaultColWidth` | number | no | minimum: 40; maximum: 500 |
50
+ | `sheetsDefaultRowHeight` | number | no | minimum: 20; maximum: 100 |
51
+ | `sheetsShowGridlines` | boolean | no | — |
52
+ | `status` | string | no | — |
53
+ | `subtitle` | string | no | — |
54
+ | `tags` | array | no | — |
55
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
56
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
57
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
58
+ | `unit` | string | no | — |
59
+ | `url` | string | no | — |
@@ -0,0 +1,57 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (slides).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/slides.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # slides — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`slides`](#slides)
16
+
17
+ ---
18
+
19
+ ## `slides`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `none`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `icon` | string | no | — |
44
+ | `note` | string | no | — |
45
+ | `number` | number | no | — |
46
+ | `phone` | string | no | — |
47
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
48
+ | `rating` | number | no | minimum: 0; maximum: 5 |
49
+ | `slidesTheme` | enum | no | enum: `dark`, `light` |
50
+ | `status` | string | no | — |
51
+ | `subtitle` | string | no | — |
52
+ | `tags` | array | no | — |
53
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
54
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
55
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
56
+ | `unit` | string | no | — |
57
+ | `url` | string | no | — |
@@ -0,0 +1,58 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (table).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/table.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # table — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`table`](#table)
16
+
17
+ ---
18
+
19
+ ## `table`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `none`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `icon` | string | no | — |
44
+ | `note` | string | no | — |
45
+ | `number` | number | no | — |
46
+ | `phone` | string | no | — |
47
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
48
+ | `rating` | number | no | minimum: 0; maximum: 5 |
49
+ | `status` | string | no | — |
50
+ | `subtitle` | string | no | — |
51
+ | `tableMode` | enum | no | enum: `hierarchy`, `flat` |
52
+ | `tableSortDir` | enum | no | enum: `asc`, `desc` |
53
+ | `tags` | array | no | — |
54
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
55
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
56
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
57
+ | `unit` | string | no | — |
58
+ | `url` | string | no | — |
@@ -0,0 +1,56 @@
1
+ <!--
2
+ AUTO-GENERATED by @abraca/schema (timeline).
3
+
4
+ Source: `abracadabra-ts/packages/schema/src/generated/json-schema/timeline.json`.
5
+ Run `pnpm schema:gen` to regenerate. CI verifies that this file matches
6
+ the generator output.
7
+ -->
8
+
9
+ # timeline — schema reference
10
+
11
+ Schema-bundle version: 1
12
+
13
+ ## Doc-types in this bundle
14
+
15
+ - [`timeline`](#timeline)
16
+
17
+ ---
18
+
19
+ ## `timeline`
20
+
21
+ - **Version:** 1
22
+ - **Body:** `none`
23
+ - **Allowed children:** _none_
24
+ - **Closed (rejects unknown meta keys):** yes
25
+
26
+ ### Meta fields
27
+
28
+ | Field | Type | Required | Constraints |
29
+ |---|---|---|---|
30
+ | `__schemaVersion` | integer | no | minimum: 1; maximum: 9007199254740991 |
31
+ | `allDay` | boolean | no | — |
32
+ | `assignedTo` | string | no | — |
33
+ | `checked` | boolean | no | — |
34
+ | `color` | string | no | pattern: `^#[0-9a-fA-F]{6}$` |
35
+ | `coverDocId` | string | no | — |
36
+ | `coverMimeType` | string | no | — |
37
+ | `coverUploadId` | string | no | — |
38
+ | `dateEnd` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
39
+ | `dateStart` | string | no | format: `date`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` |
40
+ | `datetimeEnd` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
41
+ | `datetimeStart` | string | no | format: `date-time`; pattern: `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` |
42
+ | `email` | string | no | — |
43
+ | `icon` | string | no | — |
44
+ | `note` | string | no | — |
45
+ | `number` | number | no | — |
46
+ | `phone` | string | no | — |
47
+ | `priority` | integer | no | minimum: 0; maximum: 4 |
48
+ | `rating` | number | no | minimum: 0; maximum: 5 |
49
+ | `status` | string | no | — |
50
+ | `subtitle` | string | no | — |
51
+ | `tags` | array | no | — |
52
+ | `taskProgress` | number | no | minimum: 0; maximum: 100 |
53
+ | `timeEnd` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
54
+ | `timeStart` | string | no | pattern: `^[0-2]\d:[0-5]\d$` |
55
+ | `unit` | string | no | — |
56
+ | `url` | string | no | — |