@segha/catalog 2.2.0 → 4.0.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 (245) hide show
  1. package/CHANGELOG.md +187 -0
  2. package/es/Article/index.ts +17 -26
  3. package/es/Article/types.ts +1 -4
  4. package/es/Book/index.ts +21 -28
  5. package/es/Book/types.ts +1 -4
  6. package/es/Clothing/Cares.ts +1 -5
  7. package/es/Clothing/Colors.ts +2 -2
  8. package/es/Clothing/Fit.ts +1 -1
  9. package/es/Clothing/Formality.ts +12 -6
  10. package/es/Clothing/Layer.ts +7 -3
  11. package/es/Clothing/Materials.ts +1 -5
  12. package/es/Clothing/Measurements.ts +1 -3
  13. package/es/Clothing/Season.ts +10 -5
  14. package/es/Clothing/Status.ts +12 -6
  15. package/es/Clothing/UseCases.ts +1 -5
  16. package/es/Clothing/Variants.ts +2 -5
  17. package/es/Clothing/index.ts +30 -35
  18. package/es/Clothing/types.ts +1 -3
  19. package/es/Core/Area.ts +66 -0
  20. package/es/Core/Common.ts +43 -0
  21. package/es/Core/Format.ts +28 -0
  22. package/es/Core/Rating.ts +33 -0
  23. package/es/Core/Resource.ts +18 -0
  24. package/es/Core/Source.ts +37 -0
  25. package/es/Core/Subtype.ts +8 -0
  26. package/es/Core/Type.ts +36 -0
  27. package/es/Core/index.ts +9 -0
  28. package/es/DataTypes/Color.ts +22 -0
  29. package/es/DataTypes/Date.ts +45 -0
  30. package/es/DataTypes/Icon.ts +7 -0
  31. package/es/DataTypes/Image.ts +9 -0
  32. package/es/DataTypes/Language.ts +11 -0
  33. package/es/DataTypes/Status.ts +8 -0
  34. package/es/DataTypes/Wikilink.ts +16 -0
  35. package/es/DataTypes/index.ts +7 -0
  36. package/es/EncyclopediaEntry/index.ts +30 -0
  37. package/es/EncyclopediaEntry/types.ts +8 -0
  38. package/es/Movie/MovieExternalId.ts +7 -0
  39. package/es/Movie/index.ts +22 -27
  40. package/es/Movie/types.ts +1 -4
  41. package/es/Note.ts +4 -4
  42. package/es/Painting/index.ts +16 -23
  43. package/es/Painting/types.ts +1 -4
  44. package/es/Video/index.ts +35 -0
  45. package/es/Video/types.ts +9 -0
  46. package/es/index.ts +2 -2
  47. package/es/types.ts +2 -2
  48. package/json-schemas/common/Palette.json +14 -0
  49. package/json-schemas/common/Scheme.json +11 -0
  50. package/json-schemas/common/index.json +32 -0
  51. package/json-schemas/es/Article/ArticleSchema.json +184 -78
  52. package/json-schemas/es/Article/index.json +143 -193
  53. package/json-schemas/es/ArticleSchema.json +184 -78
  54. package/json-schemas/es/Book/BookSchema.json +227 -84
  55. package/json-schemas/es/Book/index.json +197 -213
  56. package/json-schemas/es/BookSchema.json +227 -84
  57. package/json-schemas/es/Clothing/AllYear.json +6 -0
  58. package/json-schemas/es/Clothing/Autumn.json +6 -0
  59. package/json-schemas/es/Clothing/Base.json +6 -0
  60. package/json-schemas/es/Clothing/BlackTie.json +6 -0
  61. package/json-schemas/es/Clothing/Care.json +2 -1
  62. package/json-schemas/es/Clothing/Casual.json +6 -0
  63. package/json-schemas/es/Clothing/ClothingSchema.json +195 -81
  64. package/json-schemas/es/Clothing/Damaged.json +6 -0
  65. package/json-schemas/es/Clothing/Exterior.json +6 -0
  66. package/json-schemas/es/Clothing/Fit.json +2 -2
  67. package/json-schemas/es/Clothing/Formal.json +6 -0
  68. package/json-schemas/es/Clothing/Formality.json +2 -2
  69. package/json-schemas/es/Clothing/Good.json +6 -0
  70. package/json-schemas/es/Clothing/Intermediate.json +6 -0
  71. package/json-schemas/es/Clothing/Material.json +2 -1
  72. package/json-schemas/es/Clothing/Measurements.json +2 -2
  73. package/json-schemas/es/Clothing/New.json +6 -0
  74. package/json-schemas/es/Clothing/Pattern.json +2 -2
  75. package/json-schemas/es/Clothing/Retire.json +6 -0
  76. package/json-schemas/es/Clothing/Season.json +2 -2
  77. package/json-schemas/es/Clothing/SecondaryColor.json +2 -2
  78. package/json-schemas/es/Clothing/SmartCasual.json +6 -0
  79. package/json-schemas/es/Clothing/Status.json +2 -3
  80. package/json-schemas/es/Clothing/Summer.json +6 -0
  81. package/json-schemas/es/Clothing/UseCase.json +2 -1
  82. package/json-schemas/es/Clothing/Variant.json +2 -1
  83. package/json-schemas/es/Clothing/VeryCasual.json +6 -0
  84. package/json-schemas/es/Clothing/Winter.json +6 -0
  85. package/json-schemas/es/Clothing/Worn.json +6 -0
  86. package/json-schemas/es/Clothing/index.json +367 -685
  87. package/json-schemas/es/ClothingSchema.json +195 -81
  88. package/json-schemas/es/Core/Articles.json +6 -0
  89. package/json-schemas/es/Core/Atrocious.json +6 -0
  90. package/json-schemas/es/Core/Bad.json +6 -0
  91. package/json-schemas/es/Core/Books.json +6 -0
  92. package/json-schemas/es/Core/Capabilities.json +6 -0
  93. package/json-schemas/es/Core/Chronicles.json +6 -0
  94. package/json-schemas/es/Core/Clothes.json +6 -0
  95. package/json-schemas/es/Core/CommonSchema.json +165 -0
  96. package/json-schemas/es/Core/Creativity.json +6 -0
  97. package/json-schemas/es/Core/EncyclopediaEntries.json +6 -0
  98. package/json-schemas/es/Core/Energy.json +6 -0
  99. package/json-schemas/es/Core/Entities.json +6 -0
  100. package/json-schemas/es/Core/Evil.json +6 -0
  101. package/json-schemas/es/Core/Excellent.json +6 -0
  102. package/json-schemas/es/Core/Exercise.json +6 -0
  103. package/json-schemas/es/Core/Exploration.json +6 -0
  104. package/json-schemas/es/Core/Extracts.json +6 -0
  105. package/json-schemas/es/Core/Finances.json +6 -0
  106. package/json-schemas/es/Core/Food.json +6 -0
  107. package/json-schemas/es/Core/Format.json +13 -0
  108. package/json-schemas/es/Core/Good.json +6 -0
  109. package/json-schemas/es/Core/Health.json +6 -0
  110. package/json-schemas/es/Core/Home.json +6 -0
  111. package/json-schemas/es/Core/Knowledge.json +6 -0
  112. package/json-schemas/es/Core/Links.json +6 -0
  113. package/json-schemas/es/Core/MentalHealth.json +6 -0
  114. package/json-schemas/es/Core/Movies.json +6 -0
  115. package/json-schemas/es/Core/Paintings.json +6 -0
  116. package/json-schemas/es/Core/Passable.json +6 -0
  117. package/json-schemas/es/Core/Perfect.json +6 -0
  118. package/json-schemas/es/Core/Productivity.json +6 -0
  119. package/json-schemas/es/Core/Publications.json +6 -0
  120. package/json-schemas/es/Core/Rating.json +41 -0
  121. package/json-schemas/es/Core/ResourceSchema.json +171 -0
  122. package/json-schemas/es/Core/Resources.json +6 -0
  123. package/json-schemas/es/Core/ResourcesSubtype.json +11 -0
  124. package/json-schemas/es/Core/Scenarios.json +6 -0
  125. package/json-schemas/es/Core/SourceSchema.json +209 -0
  126. package/json-schemas/es/Core/Sources.json +6 -0
  127. package/json-schemas/es/Core/SourcesFormat.json +16 -0
  128. package/json-schemas/es/Core/StructuredThinking.json +6 -0
  129. package/json-schemas/es/Core/Subtype.json +8 -0
  130. package/json-schemas/es/Core/Type.json +15 -0
  131. package/json-schemas/es/Core/Videos.json +6 -0
  132. package/json-schemas/es/Core/Work.json +6 -0
  133. package/json-schemas/es/Core/index.json +939 -0
  134. package/json-schemas/es/DataTypes/Blue.json +6 -0
  135. package/json-schemas/es/DataTypes/Color.json +6 -0
  136. package/json-schemas/es/DataTypes/Consolidated.json +5 -0
  137. package/json-schemas/es/DataTypes/Date.json +21 -0
  138. package/json-schemas/es/DataTypes/DateTime.json +6 -0
  139. package/json-schemas/es/DataTypes/DateTimeOffset.json +6 -0
  140. package/json-schemas/es/DataTypes/Embedding.json +6 -0
  141. package/json-schemas/es/DataTypes/FullDate.json +6 -0
  142. package/json-schemas/es/DataTypes/Hex.json +6 -0
  143. package/json-schemas/es/DataTypes/Icon.json +6 -0
  144. package/json-schemas/es/DataTypes/Image.json +15 -0
  145. package/json-schemas/es/DataTypes/InProgress.json +5 -0
  146. package/json-schemas/es/DataTypes/Language.json +6 -0
  147. package/json-schemas/es/DataTypes/LanguageTag.json +6 -0
  148. package/json-schemas/es/DataTypes/Month.json +6 -0
  149. package/json-schemas/es/DataTypes/Orange.json +6 -0
  150. package/json-schemas/es/DataTypes/OrdinalDate.json +6 -0
  151. package/json-schemas/es/DataTypes/Pending.json +5 -0
  152. package/json-schemas/es/DataTypes/Read.json +5 -0
  153. package/json-schemas/es/DataTypes/Seen.json +5 -0
  154. package/json-schemas/es/DataTypes/Time.json +6 -0
  155. package/json-schemas/es/DataTypes/Watched.json +5 -0
  156. package/json-schemas/es/DataTypes/Week.json +6 -0
  157. package/json-schemas/es/DataTypes/WeekWithWeekDay.json +6 -0
  158. package/json-schemas/es/DataTypes/Wikilink.json +6 -0
  159. package/json-schemas/es/DataTypes/WikilinkOrEmbedding.json +6 -0
  160. package/json-schemas/es/DataTypes/Year.json +6 -0
  161. package/json-schemas/es/DataTypes/Yellow.json +6 -0
  162. package/json-schemas/es/DataTypes/index.json +193 -0
  163. package/json-schemas/es/EncyclopediaEntry/EncyclopediaEntrySchema.json +252 -0
  164. package/json-schemas/es/EncyclopediaEntry/WikipediaEntrySchema.json +257 -0
  165. package/json-schemas/es/EncyclopediaEntry/index.json +516 -0
  166. package/json-schemas/es/EncyclopediaEntrySchema.json +252 -0
  167. package/json-schemas/es/Movie/MovieExternalId.json +5 -0
  168. package/json-schemas/es/Movie/MovieSchema.json +224 -93
  169. package/json-schemas/es/Movie/index.json +193 -225
  170. package/json-schemas/es/MovieSchema.json +224 -93
  171. package/json-schemas/es/NoteSchema.json +1323 -506
  172. package/json-schemas/es/Painting/PaintingSchema.json +182 -56
  173. package/json-schemas/es/Painting/index.json +160 -154
  174. package/json-schemas/es/PaintingSchema.json +182 -56
  175. package/json-schemas/es/Video/VideoSchema.json +230 -0
  176. package/json-schemas/es/Video/VimeoSchema.json +221 -0
  177. package/json-schemas/es/Video/YoutubeSchema.json +221 -0
  178. package/json-schemas/es/Video/index.json +679 -0
  179. package/json-schemas/es/VideoSchema.json +230 -0
  180. package/json-schemas/es/VimeoSchema.json +221 -0
  181. package/json-schemas/es/WikipediaEntrySchema.json +257 -0
  182. package/json-schemas/es/YoutubeSchema.json +158 -79
  183. package/json-schemas/es/index.json +3138 -3896
  184. package/package.json +8 -2
  185. package/es/Areas.ts +0 -24
  186. package/es/Icon.ts +0 -1673
  187. package/es/Wikipedia/index.ts +0 -18
  188. package/es/Wikipedia/types.ts +0 -10
  189. package/es/Youtube/index.ts +0 -19
  190. package/es/Youtube/types.ts +0 -10
  191. package/json-schemas/es/Article/CatalogArticleSchema.json +0 -47
  192. package/json-schemas/es/Article/DetailedArticleSchema.json +0 -38
  193. package/json-schemas/es/Article/MetaArticleSchema.json +0 -71
  194. package/json-schemas/es/Book/CatalogBookSchema.json +0 -48
  195. package/json-schemas/es/Book/DetailedBookSchema.json +0 -43
  196. package/json-schemas/es/Book/MetaBookSchema.json +0 -68
  197. package/json-schemas/es/CatalogArticleSchema.json +0 -47
  198. package/json-schemas/es/CatalogBookSchema.json +0 -48
  199. package/json-schemas/es/CatalogClothingSchema.json +0 -292
  200. package/json-schemas/es/CatalogMovieSchema.json +0 -50
  201. package/json-schemas/es/CatalogPaintingSchema.json +0 -26
  202. package/json-schemas/es/CatalogWikipediaSchema.json +0 -47
  203. package/json-schemas/es/CatalogYoutubeSchema.json +0 -47
  204. package/json-schemas/es/Clothing/Cares.json +0 -17
  205. package/json-schemas/es/Clothing/CatalogClothingSchema.json +0 -292
  206. package/json-schemas/es/Clothing/DetailedClothingSchema.json +0 -73
  207. package/json-schemas/es/Clothing/Materials.json +0 -32
  208. package/json-schemas/es/Clothing/MetaClothingSchema.json +0 -60
  209. package/json-schemas/es/Clothing/UseCases.json +0 -22
  210. package/json-schemas/es/Clothing/Variants.json +0 -41
  211. package/json-schemas/es/DetailedArticleSchema.json +0 -38
  212. package/json-schemas/es/DetailedBookSchema.json +0 -43
  213. package/json-schemas/es/DetailedClothingSchema.json +0 -73
  214. package/json-schemas/es/DetailedMovieSchema.json +0 -49
  215. package/json-schemas/es/DetailedPaintingSchema.json +0 -33
  216. package/json-schemas/es/DetailedWikipediaSchema.json +0 -38
  217. package/json-schemas/es/DetailedYoutubeSchema.json +0 -37
  218. package/json-schemas/es/Icon.json +0 -1675
  219. package/json-schemas/es/MetaArticleSchema.json +0 -71
  220. package/json-schemas/es/MetaBookSchema.json +0 -68
  221. package/json-schemas/es/MetaClothingSchema.json +0 -60
  222. package/json-schemas/es/MetaMovieSchema.json +0 -69
  223. package/json-schemas/es/MetaPaintingSchema.json +0 -61
  224. package/json-schemas/es/MetaWikipediaSchema.json +0 -76
  225. package/json-schemas/es/MetaYoutubeSchema.json +0 -76
  226. package/json-schemas/es/Movie/CatalogMovieSchema.json +0 -50
  227. package/json-schemas/es/Movie/DetailedMovieSchema.json +0 -49
  228. package/json-schemas/es/Movie/MetaMovieSchema.json +0 -69
  229. package/json-schemas/es/Painting/CatalogPaintingSchema.json +0 -26
  230. package/json-schemas/es/Painting/DetailedPaintingSchema.json +0 -33
  231. package/json-schemas/es/Painting/MetaPaintingSchema.json +0 -61
  232. package/json-schemas/es/Wikipedia/CatalogWikipediaSchema.json +0 -47
  233. package/json-schemas/es/Wikipedia/DetailedWikipediaSchema.json +0 -38
  234. package/json-schemas/es/Wikipedia/MetaWikipediaSchema.json +0 -76
  235. package/json-schemas/es/Wikipedia/WikipediaSchema.json +0 -143
  236. package/json-schemas/es/Wikipedia/index.json +0 -311
  237. package/json-schemas/es/WikipediaSchema.json +0 -143
  238. package/json-schemas/es/Youtube/CatalogYoutubeSchema.json +0 -47
  239. package/json-schemas/es/Youtube/DetailedYoutubeSchema.json +0 -37
  240. package/json-schemas/es/Youtube/MetaYoutubeSchema.json +0 -76
  241. package/json-schemas/es/Youtube/YoutubeSchema.json +0 -142
  242. package/json-schemas/es/Youtube/index.json +0 -309
  243. /package/json-schemas/es/{Area.json → Core/Area.json} +0 -0
  244. /package/json-schemas/es/{Areas.json → Core/Areas.json} +0 -0
  245. /package/json-schemas/es/{FirstLevelArea.json → Core/FirstLevelArea.json} +0 -0
@@ -0,0 +1,939 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "title": "@segha/catalog/es/Core",
4
+ "description": "Schemas for Petroglyph Catalog",
5
+ "$defs": {
6
+ "Area": {
7
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
8
+ "type": "string",
9
+ "enum": [
10
+ "[[Alimentación]]",
11
+ "[[Salud]]",
12
+ "[[Conocimiento]]",
13
+ "[[Pensamiento Estructurado]]",
14
+ "[[Hogar]]",
15
+ "[[Productividad]]",
16
+ "[[Exploración]]",
17
+ "[[Vínculos]]",
18
+ "[[Ejercicio]]",
19
+ "[[Energía Vital]]",
20
+ "[[Trabajo]]",
21
+ "[[Finanzas]]",
22
+ "[[Salud Mental]]",
23
+ "[[Creatividad]]"
24
+ ],
25
+ "description": "Área"
26
+ },
27
+ "Areas": {
28
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
29
+ "type": "array",
30
+ "items": {
31
+ "type": "string",
32
+ "enum": [
33
+ "[[Alimentación]]",
34
+ "[[Salud]]",
35
+ "[[Conocimiento]]",
36
+ "[[Pensamiento Estructurado]]",
37
+ "[[Hogar]]",
38
+ "[[Productividad]]",
39
+ "[[Exploración]]",
40
+ "[[Vínculos]]",
41
+ "[[Ejercicio]]",
42
+ "[[Energía Vital]]",
43
+ "[[Trabajo]]",
44
+ "[[Finanzas]]",
45
+ "[[Salud Mental]]",
46
+ "[[Creatividad]]"
47
+ ],
48
+ "description": "Área"
49
+ },
50
+ "description": "Áreas"
51
+ },
52
+ "Creativity": {
53
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
54
+ "type": "string",
55
+ "const": "[[Creatividad]]",
56
+ "description": "Creatividad"
57
+ },
58
+ "Energy": {
59
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
60
+ "type": "string",
61
+ "const": "[[Energía Vital]]",
62
+ "description": "Energía Vital"
63
+ },
64
+ "Exercise": {
65
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
66
+ "type": "string",
67
+ "const": "[[Ejercicio]]",
68
+ "description": "Ejercicio"
69
+ },
70
+ "Exploration": {
71
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
72
+ "type": "string",
73
+ "const": "[[Exploración]]",
74
+ "description": "Exploración"
75
+ },
76
+ "Finances": {
77
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
78
+ "type": "string",
79
+ "const": "[[Finanzas]]",
80
+ "description": "Finanzas"
81
+ },
82
+ "FirstLevelArea": {
83
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
84
+ "type": "string",
85
+ "enum": [
86
+ "[[Alimentación]]",
87
+ "[[Salud]]",
88
+ "[[Conocimiento]]",
89
+ "[[Pensamiento Estructurado]]",
90
+ "[[Hogar]]",
91
+ "[[Productividad]]",
92
+ "[[Exploración]]",
93
+ "[[Vínculos]]",
94
+ "[[Ejercicio]]",
95
+ "[[Energía Vital]]",
96
+ "[[Trabajo]]",
97
+ "[[Finanzas]]",
98
+ "[[Salud Mental]]",
99
+ "[[Creatividad]]"
100
+ ],
101
+ "description": "Área de Primer Nivel"
102
+ },
103
+ "Food": {
104
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
105
+ "type": "string",
106
+ "const": "[[Alimentación]]",
107
+ "description": "Alimentación"
108
+ },
109
+ "Health": {
110
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
111
+ "type": "string",
112
+ "const": "[[Salud]]",
113
+ "description": "Salud"
114
+ },
115
+ "Home": {
116
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
117
+ "type": "string",
118
+ "const": "[[Hogar]]",
119
+ "description": "Hogar"
120
+ },
121
+ "Knowledge": {
122
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
123
+ "type": "string",
124
+ "const": "[[Conocimiento]]",
125
+ "description": "Conocimiento"
126
+ },
127
+ "Links": {
128
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
129
+ "type": "string",
130
+ "const": "[[Vínculos]]",
131
+ "description": "Vínculos"
132
+ },
133
+ "MentalHealth": {
134
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
135
+ "type": "string",
136
+ "const": "[[Salud Mental]]",
137
+ "description": "Salud Mental"
138
+ },
139
+ "Productivity": {
140
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
141
+ "type": "string",
142
+ "const": "[[Productividad]]",
143
+ "description": "Productividad"
144
+ },
145
+ "StructuredThinking": {
146
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
147
+ "type": "string",
148
+ "const": "[[Pensamiento Estructurado]]",
149
+ "description": "Pensamiento Estructurado"
150
+ },
151
+ "Work": {
152
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
153
+ "type": "string",
154
+ "const": "[[Trabajo]]",
155
+ "description": "Trabajo"
156
+ },
157
+ "CommonSchema": {
158
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
159
+ "type": "object",
160
+ "properties": {
161
+ "type": {
162
+ "type": "string",
163
+ "enum": [
164
+ "[[Capacidades]]",
165
+ "[[Fuentes]]",
166
+ "[[Extractos]]",
167
+ "[[Publicaciones]]",
168
+ "[[Crónicas]]",
169
+ "[[Entidades]]",
170
+ "[[Recursos]]",
171
+ "[[Escenarios]]"
172
+ ],
173
+ "description": "Tipo de nota."
174
+ },
175
+ "areas": {
176
+ "minItems": 1,
177
+ "type": "array",
178
+ "items": {
179
+ "type": "string",
180
+ "enum": [
181
+ "[[Alimentación]]",
182
+ "[[Salud]]",
183
+ "[[Conocimiento]]",
184
+ "[[Pensamiento Estructurado]]",
185
+ "[[Hogar]]",
186
+ "[[Productividad]]",
187
+ "[[Exploración]]",
188
+ "[[Vínculos]]",
189
+ "[[Ejercicio]]",
190
+ "[[Energía Vital]]",
191
+ "[[Trabajo]]",
192
+ "[[Finanzas]]",
193
+ "[[Salud Mental]]",
194
+ "[[Creatividad]]"
195
+ ],
196
+ "description": "Área"
197
+ },
198
+ "description": "Áreas de la nota."
199
+ },
200
+ "color": {
201
+ "description": "Color",
202
+ "type": "string",
203
+ "pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
204
+ },
205
+ "icon": {
206
+ "description": "Icono",
207
+ "type": "string",
208
+ "pattern": "^[a-z-]+$"
209
+ },
210
+ "banner": {
211
+ "description": "Imagen",
212
+ "anyOf": [
213
+ {
214
+ "type": "string",
215
+ "format": "uri"
216
+ },
217
+ {
218
+ "type": "string",
219
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
220
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
221
+ }
222
+ ]
223
+ },
224
+ "cover": {
225
+ "description": "Cubierta",
226
+ "anyOf": [
227
+ {
228
+ "type": "string",
229
+ "format": "uri"
230
+ },
231
+ {
232
+ "type": "string",
233
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
234
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
235
+ }
236
+ ]
237
+ },
238
+ "projects": {
239
+ "description": "Proyectos asociados.",
240
+ "type": "array",
241
+ "items": {
242
+ "type": "string",
243
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
244
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
245
+ }
246
+ },
247
+ "topics": {
248
+ "type": "array",
249
+ "items": {
250
+ "description": "Temas: Wikilink o texto libre",
251
+ "anyOf": [
252
+ {
253
+ "type": "string",
254
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
255
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
256
+ },
257
+ {
258
+ "type": "string"
259
+ }
260
+ ]
261
+ }
262
+ },
263
+ "status": {
264
+ "description": "Estado de la nota.",
265
+ "type": "string"
266
+ },
267
+ "rating": {
268
+ "description": "Puntuación de la nota.",
269
+ "anyOf": [
270
+ {
271
+ "type": "number",
272
+ "const": 7,
273
+ "description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
274
+ },
275
+ {
276
+ "type": "number",
277
+ "const": 6,
278
+ "description": "Excelente, vale la pena repetirlo"
279
+ },
280
+ {
281
+ "type": "number",
282
+ "const": 5,
283
+ "description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
284
+ },
285
+ {
286
+ "type": "number",
287
+ "const": 4,
288
+ "description": "Aceptable, sirve en caso de apuro."
289
+ },
290
+ {
291
+ "type": "number",
292
+ "const": 3,
293
+ "description": "Malo, no lo hagas si puedes evitarlo."
294
+ },
295
+ {
296
+ "type": "number",
297
+ "const": 2,
298
+ "description": "Atroz, evítalo activamente, repulsivo"
299
+ },
300
+ {
301
+ "type": "number",
302
+ "const": 1,
303
+ "description": "Malvado, te cambia la vida para mal."
304
+ }
305
+ ]
306
+ },
307
+ "aliases": {
308
+ "description": "Alias de la nota.",
309
+ "type": "array",
310
+ "items": {
311
+ "type": "string"
312
+ }
313
+ }
314
+ },
315
+ "required": [
316
+ "type",
317
+ "areas",
318
+ "topics"
319
+ ],
320
+ "description": "Notas"
321
+ },
322
+ "Articles": {
323
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
324
+ "type": "string",
325
+ "const": "[[Artículos]]",
326
+ "description": "Artículos"
327
+ },
328
+ "Books": {
329
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
330
+ "type": "string",
331
+ "const": "[[Libros]]",
332
+ "description": "Libros"
333
+ },
334
+ "EncyclopediaEntries": {
335
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
336
+ "type": "string",
337
+ "const": "[[Entradas de Enciclopedia]]",
338
+ "description": "Entradas de Enciclopedia"
339
+ },
340
+ "Format": {
341
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
342
+ "type": "string",
343
+ "enum": [
344
+ "[[Artículos]]",
345
+ "[[Libros]]",
346
+ "[[Entradas de Enciclopedia]]",
347
+ "[[Películas]]",
348
+ "[[Pinturas]]",
349
+ "[[Vídeos]]"
350
+ ],
351
+ "description": "Formato de nota."
352
+ },
353
+ "Movies": {
354
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
355
+ "type": "string",
356
+ "const": "[[Películas]]",
357
+ "description": "Películas"
358
+ },
359
+ "Paintings": {
360
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
361
+ "type": "string",
362
+ "const": "[[Pinturas]]",
363
+ "description": "Pinturas"
364
+ },
365
+ "Videos": {
366
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
367
+ "type": "string",
368
+ "const": "[[Vídeos]]",
369
+ "description": "Vídeos"
370
+ },
371
+ "Atrocious": {
372
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
373
+ "type": "number",
374
+ "const": 2,
375
+ "description": "Atroz, evítalo activamente, repulsivo"
376
+ },
377
+ "Bad": {
378
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
379
+ "type": "number",
380
+ "const": 3,
381
+ "description": "Malo, no lo hagas si puedes evitarlo."
382
+ },
383
+ "Evil": {
384
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
385
+ "type": "number",
386
+ "const": 1,
387
+ "description": "Malvado, te cambia la vida para mal."
388
+ },
389
+ "Excellent": {
390
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
391
+ "type": "number",
392
+ "const": 6,
393
+ "description": "Excelente, vale la pena repetirlo"
394
+ },
395
+ "Good": {
396
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
397
+ "type": "number",
398
+ "const": 5,
399
+ "description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
400
+ },
401
+ "Passable": {
402
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
403
+ "type": "number",
404
+ "const": 4,
405
+ "description": "Aceptable, sirve en caso de apuro."
406
+ },
407
+ "Perfect": {
408
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
409
+ "type": "number",
410
+ "const": 7,
411
+ "description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
412
+ },
413
+ "Rating": {
414
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
415
+ "anyOf": [
416
+ {
417
+ "type": "number",
418
+ "const": 7,
419
+ "description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
420
+ },
421
+ {
422
+ "type": "number",
423
+ "const": 6,
424
+ "description": "Excelente, vale la pena repetirlo"
425
+ },
426
+ {
427
+ "type": "number",
428
+ "const": 5,
429
+ "description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
430
+ },
431
+ {
432
+ "type": "number",
433
+ "const": 4,
434
+ "description": "Aceptable, sirve en caso de apuro."
435
+ },
436
+ {
437
+ "type": "number",
438
+ "const": 3,
439
+ "description": "Malo, no lo hagas si puedes evitarlo."
440
+ },
441
+ {
442
+ "type": "number",
443
+ "const": 2,
444
+ "description": "Atroz, evítalo activamente, repulsivo"
445
+ },
446
+ {
447
+ "type": "number",
448
+ "const": 1,
449
+ "description": "Malvado, te cambia la vida para mal."
450
+ }
451
+ ],
452
+ "description": "Puntuación de la nota."
453
+ },
454
+ "ResourceSchema": {
455
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
456
+ "type": "object",
457
+ "properties": {
458
+ "type": {
459
+ "default": "[[Recursos]]",
460
+ "type": "string",
461
+ "const": "[[Recursos]]",
462
+ "description": "Elementos materiales o digitales (herramientas, dispositivos, software) que facilitan la acción."
463
+ },
464
+ "areas": {
465
+ "minItems": 1,
466
+ "type": "array",
467
+ "items": {
468
+ "type": "string",
469
+ "enum": [
470
+ "[[Alimentación]]",
471
+ "[[Salud]]",
472
+ "[[Conocimiento]]",
473
+ "[[Pensamiento Estructurado]]",
474
+ "[[Hogar]]",
475
+ "[[Productividad]]",
476
+ "[[Exploración]]",
477
+ "[[Vínculos]]",
478
+ "[[Ejercicio]]",
479
+ "[[Energía Vital]]",
480
+ "[[Trabajo]]",
481
+ "[[Finanzas]]",
482
+ "[[Salud Mental]]",
483
+ "[[Creatividad]]"
484
+ ],
485
+ "description": "Área"
486
+ },
487
+ "description": "Áreas de la nota."
488
+ },
489
+ "color": {
490
+ "description": "Color",
491
+ "type": "string",
492
+ "pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
493
+ },
494
+ "icon": {
495
+ "description": "Icono",
496
+ "type": "string",
497
+ "pattern": "^[a-z-]+$"
498
+ },
499
+ "banner": {
500
+ "description": "Imagen",
501
+ "anyOf": [
502
+ {
503
+ "type": "string",
504
+ "format": "uri"
505
+ },
506
+ {
507
+ "type": "string",
508
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
509
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
510
+ }
511
+ ]
512
+ },
513
+ "cover": {
514
+ "description": "Cubierta",
515
+ "anyOf": [
516
+ {
517
+ "type": "string",
518
+ "format": "uri"
519
+ },
520
+ {
521
+ "type": "string",
522
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
523
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
524
+ }
525
+ ]
526
+ },
527
+ "projects": {
528
+ "description": "Proyectos asociados.",
529
+ "type": "array",
530
+ "items": {
531
+ "type": "string",
532
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
533
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
534
+ }
535
+ },
536
+ "topics": {
537
+ "type": "array",
538
+ "items": {
539
+ "description": "Temas: Wikilink o texto libre",
540
+ "anyOf": [
541
+ {
542
+ "type": "string",
543
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
544
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
545
+ },
546
+ {
547
+ "type": "string"
548
+ }
549
+ ]
550
+ }
551
+ },
552
+ "status": {
553
+ "description": "Estado de la nota.",
554
+ "type": "string"
555
+ },
556
+ "rating": {
557
+ "description": "Puntuación de la nota.",
558
+ "anyOf": [
559
+ {
560
+ "type": "number",
561
+ "const": 7,
562
+ "description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
563
+ },
564
+ {
565
+ "type": "number",
566
+ "const": 6,
567
+ "description": "Excelente, vale la pena repetirlo"
568
+ },
569
+ {
570
+ "type": "number",
571
+ "const": 5,
572
+ "description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
573
+ },
574
+ {
575
+ "type": "number",
576
+ "const": 4,
577
+ "description": "Aceptable, sirve en caso de apuro."
578
+ },
579
+ {
580
+ "type": "number",
581
+ "const": 3,
582
+ "description": "Malo, no lo hagas si puedes evitarlo."
583
+ },
584
+ {
585
+ "type": "number",
586
+ "const": 2,
587
+ "description": "Atroz, evítalo activamente, repulsivo"
588
+ },
589
+ {
590
+ "type": "number",
591
+ "const": 1,
592
+ "description": "Malvado, te cambia la vida para mal."
593
+ }
594
+ ]
595
+ },
596
+ "aliases": {
597
+ "description": "Alias de la nota.",
598
+ "type": "array",
599
+ "items": {
600
+ "type": "string"
601
+ }
602
+ },
603
+ "subtype": {
604
+ "anyOf": [
605
+ {
606
+ "type": "string",
607
+ "const": "[[Prendas]]",
608
+ "description": "Prendas de ropa"
609
+ }
610
+ ],
611
+ "description": "Subtipo de recurso."
612
+ },
613
+ "name": {
614
+ "description": "Nombre del recurso",
615
+ "type": "string"
616
+ }
617
+ },
618
+ "required": [
619
+ "areas",
620
+ "topics",
621
+ "subtype"
622
+ ],
623
+ "description": "Fuentes Bibliográficas"
624
+ },
625
+ "ResourcesSubtype": {
626
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
627
+ "anyOf": [
628
+ {
629
+ "type": "string",
630
+ "const": "[[Prendas]]",
631
+ "description": "Prendas de ropa"
632
+ }
633
+ ],
634
+ "description": "Subtipo de recurso."
635
+ },
636
+ "SourceSchema": {
637
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
638
+ "type": "object",
639
+ "properties": {
640
+ "type": {
641
+ "default": "[[Fuentes]]",
642
+ "type": "string",
643
+ "const": "[[Fuentes]]",
644
+ "description": "Bibliografías, recursos validados sobre los que acumular información."
645
+ },
646
+ "areas": {
647
+ "minItems": 1,
648
+ "type": "array",
649
+ "items": {
650
+ "type": "string",
651
+ "enum": [
652
+ "[[Alimentación]]",
653
+ "[[Salud]]",
654
+ "[[Conocimiento]]",
655
+ "[[Pensamiento Estructurado]]",
656
+ "[[Hogar]]",
657
+ "[[Productividad]]",
658
+ "[[Exploración]]",
659
+ "[[Vínculos]]",
660
+ "[[Ejercicio]]",
661
+ "[[Energía Vital]]",
662
+ "[[Trabajo]]",
663
+ "[[Finanzas]]",
664
+ "[[Salud Mental]]",
665
+ "[[Creatividad]]"
666
+ ],
667
+ "description": "Área"
668
+ },
669
+ "description": "Áreas de la nota."
670
+ },
671
+ "color": {
672
+ "description": "Color",
673
+ "type": "string",
674
+ "pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
675
+ },
676
+ "icon": {
677
+ "description": "Icono",
678
+ "type": "string",
679
+ "pattern": "^[a-z-]+$"
680
+ },
681
+ "banner": {
682
+ "description": "Imagen",
683
+ "anyOf": [
684
+ {
685
+ "type": "string",
686
+ "format": "uri"
687
+ },
688
+ {
689
+ "type": "string",
690
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
691
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
692
+ }
693
+ ]
694
+ },
695
+ "cover": {
696
+ "description": "Cubierta",
697
+ "anyOf": [
698
+ {
699
+ "type": "string",
700
+ "format": "uri"
701
+ },
702
+ {
703
+ "type": "string",
704
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
705
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
706
+ }
707
+ ]
708
+ },
709
+ "projects": {
710
+ "description": "Proyectos asociados.",
711
+ "type": "array",
712
+ "items": {
713
+ "type": "string",
714
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
715
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
716
+ }
717
+ },
718
+ "topics": {
719
+ "type": "array",
720
+ "items": {
721
+ "description": "Temas: Wikilink o texto libre",
722
+ "anyOf": [
723
+ {
724
+ "type": "string",
725
+ "pattern": "\\[\\[([^\\]|]+)(?:\\|([^\\]]+))?\\]\\]",
726
+ "description": "Wikilink: [[Wikilink]] o [[Wikilink|Display Text]]"
727
+ },
728
+ {
729
+ "type": "string"
730
+ }
731
+ ]
732
+ }
733
+ },
734
+ "status": {
735
+ "default": "Pendiente",
736
+ "description": "Estado de procesamiento de la fuente.",
737
+ "type": "string"
738
+ },
739
+ "rating": {
740
+ "description": "Valoración personal de la fuente.",
741
+ "anyOf": [
742
+ {
743
+ "type": "number",
744
+ "const": 7,
745
+ "description": "Perfecto, hay que probarlo, te cambia la vida, haz un esfuerzo por buscarlo."
746
+ },
747
+ {
748
+ "type": "number",
749
+ "const": 6,
750
+ "description": "Excelente, vale la pena repetirlo"
751
+ },
752
+ {
753
+ "type": "number",
754
+ "const": 5,
755
+ "description": "Bueno, no hagas un esfuerzo especial, pero es agradable."
756
+ },
757
+ {
758
+ "type": "number",
759
+ "const": 4,
760
+ "description": "Aceptable, sirve en caso de apuro."
761
+ },
762
+ {
763
+ "type": "number",
764
+ "const": 3,
765
+ "description": "Malo, no lo hagas si puedes evitarlo."
766
+ },
767
+ {
768
+ "type": "number",
769
+ "const": 2,
770
+ "description": "Atroz, evítalo activamente, repulsivo"
771
+ },
772
+ {
773
+ "type": "number",
774
+ "const": 1,
775
+ "description": "Malvado, te cambia la vida para mal."
776
+ }
777
+ ]
778
+ },
779
+ "aliases": {
780
+ "description": "Alias de la nota.",
781
+ "type": "array",
782
+ "items": {
783
+ "type": "string"
784
+ }
785
+ },
786
+ "format": {
787
+ "anyOf": [
788
+ {
789
+ "type": "string",
790
+ "const": "[[Artículos]]",
791
+ "description": "Artículos"
792
+ },
793
+ {
794
+ "type": "string",
795
+ "const": "[[Pinturas]]",
796
+ "description": "Pinturas"
797
+ }
798
+ ],
799
+ "description": "Formato de la fuente."
800
+ },
801
+ "url": {
802
+ "description": "URL de la fuente.",
803
+ "type": "string",
804
+ "format": "uri"
805
+ },
806
+ "author": {
807
+ "description": "Autores de la fuente.",
808
+ "type": "array",
809
+ "items": {
810
+ "type": "string"
811
+ }
812
+ },
813
+ "published": {
814
+ "description": "Fecha de publicación de la fuente.",
815
+ "anyOf": [
816
+ {
817
+ "type": "string",
818
+ "pattern": "^[0-9]{4}$",
819
+ "description": "Año: YYYY"
820
+ },
821
+ {
822
+ "type": "string",
823
+ "pattern": "^[0-9]{4}-[0-9]{2}$",
824
+ "description": "Mes: YYYY-MM"
825
+ },
826
+ {
827
+ "type": "string",
828
+ "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
829
+ "description": "Fecha: YYYY-MM-DD"
830
+ }
831
+ ]
832
+ },
833
+ "title": {
834
+ "description": "Título de la fuente.",
835
+ "type": "string"
836
+ }
837
+ },
838
+ "required": [
839
+ "areas",
840
+ "topics",
841
+ "format"
842
+ ],
843
+ "description": "Fuentes Bibliográficas"
844
+ },
845
+ "SourcesFormat": {
846
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
847
+ "anyOf": [
848
+ {
849
+ "type": "string",
850
+ "const": "[[Artículos]]",
851
+ "description": "Artículos"
852
+ },
853
+ {
854
+ "type": "string",
855
+ "const": "[[Pinturas]]",
856
+ "description": "Pinturas"
857
+ }
858
+ ],
859
+ "description": "Formato de la fuente."
860
+ },
861
+ "Clothes": {
862
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
863
+ "type": "string",
864
+ "const": "[[Prendas]]",
865
+ "description": "Prendas de ropa"
866
+ },
867
+ "Subtype": {
868
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
869
+ "type": "string",
870
+ "enum": [
871
+ "[[Prendas]]"
872
+ ],
873
+ "description": "Subtipo de nota."
874
+ },
875
+ "Capabilities": {
876
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
877
+ "type": "string",
878
+ "const": "[[Capacidades]]",
879
+ "description": "Habilidades, competencias, procedimientos ejecutables. Incluyen instrucciones, métodos, prompts, workflows."
880
+ },
881
+ "Chronicles": {
882
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
883
+ "type": "string",
884
+ "const": "[[Crónicas]]",
885
+ "description": "Narraciones detalladas sobre eventos, experiencias personales, cambios de vida, cambios de estado. (Diarios, Hebdomarios, Mensarios, Estacionarios, Anuarios)"
886
+ },
887
+ "Entities": {
888
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
889
+ "type": "string",
890
+ "const": "[[Entidades]]",
891
+ "description": "Personas, organizaciones, lugares o sistemas identificables con información estable."
892
+ },
893
+ "Extracts": {
894
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
895
+ "type": "string",
896
+ "const": "[[Extractos]]",
897
+ "description": "Fragmentos o citas extraídos de fuentes."
898
+ },
899
+ "Publications": {
900
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
901
+ "type": "string",
902
+ "const": "[[Publicaciones]]",
903
+ "description": "Producciones propias: ensayos, posts, novelas, guiones, artículos."
904
+ },
905
+ "Resources": {
906
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
907
+ "type": "string",
908
+ "const": "[[Recursos]]",
909
+ "description": "Elementos materiales o digitales (herramientas, dispositivos, software) que facilitan la acción."
910
+ },
911
+ "Scenarios": {
912
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
913
+ "type": "string",
914
+ "const": "[[Escenarios]]",
915
+ "description": "Situaciones y contextos específicos."
916
+ },
917
+ "Sources": {
918
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
919
+ "type": "string",
920
+ "const": "[[Fuentes]]",
921
+ "description": "Bibliografías, recursos validados sobre los que acumular información."
922
+ },
923
+ "Type": {
924
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
925
+ "type": "string",
926
+ "enum": [
927
+ "[[Capacidades]]",
928
+ "[[Fuentes]]",
929
+ "[[Extractos]]",
930
+ "[[Publicaciones]]",
931
+ "[[Crónicas]]",
932
+ "[[Entidades]]",
933
+ "[[Recursos]]",
934
+ "[[Escenarios]]"
935
+ ],
936
+ "description": "Tipo de nota."
937
+ }
938
+ }
939
+ }