@uncefact/untp-utils 0.1.0 → 0.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 (389) hide show
  1. package/README.md +52 -2
  2. package/artefacts/context/untp/0.6.0/dcc.json +1241 -0
  3. package/artefacts/context/untp/0.6.0/dfr.json +619 -0
  4. package/artefacts/context/untp/0.6.0/dia.json +162 -0
  5. package/artefacts/context/untp/0.6.0/dpp.json +1078 -0
  6. package/artefacts/context/untp/0.6.0/dte.json +1285 -0
  7. package/artefacts/context/untp/0.6.1/dcc.json +1388 -0
  8. package/artefacts/context/untp/0.6.1/dfr.json +690 -0
  9. package/artefacts/context/untp/0.6.1/dia.json +196 -0
  10. package/artefacts/context/untp/0.6.1/dpp.json +1164 -0
  11. package/artefacts/context/untp/0.6.1/dte.json +1340 -0
  12. package/artefacts/context/untp/0.7.0/untp.json +3493 -0
  13. package/artefacts/context/vcdm/2/credentials.json +301 -0
  14. package/artefacts/manifest.json +214 -0
  15. package/artefacts/schema/untp/0.6.0/dcc.json +1131 -0
  16. package/artefacts/schema/untp/0.6.0/dfr.json +1028 -0
  17. package/artefacts/schema/untp/0.6.0/dia.json +236 -0
  18. package/artefacts/schema/untp/0.6.0/dpp.json +1219 -0
  19. package/artefacts/schema/untp/0.6.0/dte.json +845 -0
  20. package/artefacts/schema/untp/0.6.1/dcc.json +1196 -0
  21. package/artefacts/schema/untp/0.6.1/dfr.json +1037 -0
  22. package/artefacts/schema/untp/0.6.1/dia.json +236 -0
  23. package/artefacts/schema/untp/0.6.1/dpp.json +1229 -0
  24. package/artefacts/schema/untp/0.6.1/dte.json +845 -0
  25. package/artefacts/schema/untp/0.7.0/cvc.json +701 -0
  26. package/artefacts/schema/untp/0.7.0/dcc.json +1133 -0
  27. package/artefacts/schema/untp/0.7.0/dfr.json +1245 -0
  28. package/artefacts/schema/untp/0.7.0/dia.json +443 -0
  29. package/artefacts/schema/untp/0.7.0/dpp.json +1300 -0
  30. package/artefacts/schema/untp/0.7.0/dte.json +1226 -0
  31. package/artefacts/schema/untp/0.7.0/linkset.json +119 -0
  32. package/artefacts/schema/vcdm/2/verifiable-credential.json +318 -0
  33. package/build/artefacts/detect-version-from-context.d.ts +46 -0
  34. package/build/artefacts/detect-version-from-context.js +77 -0
  35. package/build/artefacts/detect-version-from-context.js.map +1 -0
  36. package/build/artefacts/detect-version-from-context.test.d.ts +1 -0
  37. package/build/artefacts/detect-version-from-context.test.js +69 -0
  38. package/build/artefacts/detect-version-from-context.test.js.map +1 -0
  39. package/build/artefacts/index.d.ts +3 -0
  40. package/build/artefacts/index.js +4 -0
  41. package/build/artefacts/index.js.map +1 -0
  42. package/build/artefacts/urls.d.ts +85 -0
  43. package/build/artefacts/urls.js +141 -0
  44. package/build/artefacts/urls.js.map +1 -0
  45. package/build/artefacts/urls.test.d.ts +1 -0
  46. package/build/artefacts/urls.test.js +99 -0
  47. package/build/artefacts/urls.test.js.map +1 -0
  48. package/build/artefacts/version.d.ts +9 -0
  49. package/build/artefacts/version.js +17 -0
  50. package/build/artefacts/version.js.map +1 -0
  51. package/build/artefacts/version.test.d.ts +1 -0
  52. package/build/artefacts/version.test.js +16 -0
  53. package/build/artefacts/version.test.js.map +1 -0
  54. package/build/bundle/artefacts/context/untp/0.6.0/dcc.d.ts +2 -0
  55. package/build/bundle/artefacts/context/untp/0.6.0/dcc.js +1244 -0
  56. package/build/bundle/artefacts/context/untp/0.6.0/dcc.js.map +1 -0
  57. package/build/bundle/artefacts/context/untp/0.6.0/dfr.d.ts +2 -0
  58. package/build/bundle/artefacts/context/untp/0.6.0/dfr.js +622 -0
  59. package/build/bundle/artefacts/context/untp/0.6.0/dfr.js.map +1 -0
  60. package/build/bundle/artefacts/context/untp/0.6.0/dia.d.ts +2 -0
  61. package/build/bundle/artefacts/context/untp/0.6.0/dia.js +165 -0
  62. package/build/bundle/artefacts/context/untp/0.6.0/dia.js.map +1 -0
  63. package/build/bundle/artefacts/context/untp/0.6.0/dpp.d.ts +2 -0
  64. package/build/bundle/artefacts/context/untp/0.6.0/dpp.js +1081 -0
  65. package/build/bundle/artefacts/context/untp/0.6.0/dpp.js.map +1 -0
  66. package/build/bundle/artefacts/context/untp/0.6.0/dte.d.ts +2 -0
  67. package/build/bundle/artefacts/context/untp/0.6.0/dte.js +1288 -0
  68. package/build/bundle/artefacts/context/untp/0.6.0/dte.js.map +1 -0
  69. package/build/bundle/artefacts/context/untp/0.6.1/dcc.d.ts +2 -0
  70. package/build/bundle/artefacts/context/untp/0.6.1/dcc.js +1391 -0
  71. package/build/bundle/artefacts/context/untp/0.6.1/dcc.js.map +1 -0
  72. package/build/bundle/artefacts/context/untp/0.6.1/dfr.d.ts +2 -0
  73. package/build/bundle/artefacts/context/untp/0.6.1/dfr.js +693 -0
  74. package/build/bundle/artefacts/context/untp/0.6.1/dfr.js.map +1 -0
  75. package/build/bundle/artefacts/context/untp/0.6.1/dia.d.ts +2 -0
  76. package/build/bundle/artefacts/context/untp/0.6.1/dia.js +199 -0
  77. package/build/bundle/artefacts/context/untp/0.6.1/dia.js.map +1 -0
  78. package/build/bundle/artefacts/context/untp/0.6.1/dpp.d.ts +2 -0
  79. package/build/bundle/artefacts/context/untp/0.6.1/dpp.js +1167 -0
  80. package/build/bundle/artefacts/context/untp/0.6.1/dpp.js.map +1 -0
  81. package/build/bundle/artefacts/context/untp/0.6.1/dte.d.ts +2 -0
  82. package/build/bundle/artefacts/context/untp/0.6.1/dte.js +1343 -0
  83. package/build/bundle/artefacts/context/untp/0.6.1/dte.js.map +1 -0
  84. package/build/bundle/artefacts/context/untp/0.7.0/untp.d.ts +2 -0
  85. package/build/bundle/artefacts/context/untp/0.7.0/untp.js +3496 -0
  86. package/build/bundle/artefacts/context/untp/0.7.0/untp.js.map +1 -0
  87. package/build/bundle/artefacts/context/vcdm/2/credentials.d.ts +2 -0
  88. package/build/bundle/artefacts/context/vcdm/2/credentials.js +304 -0
  89. package/build/bundle/artefacts/context/vcdm/2/credentials.js.map +1 -0
  90. package/build/bundle/artefacts/schema/untp/0.6.0/dcc.d.ts +2 -0
  91. package/build/bundle/artefacts/schema/untp/0.6.0/dcc.js +1134 -0
  92. package/build/bundle/artefacts/schema/untp/0.6.0/dcc.js.map +1 -0
  93. package/build/bundle/artefacts/schema/untp/0.6.0/dfr.d.ts +2 -0
  94. package/build/bundle/artefacts/schema/untp/0.6.0/dfr.js +1031 -0
  95. package/build/bundle/artefacts/schema/untp/0.6.0/dfr.js.map +1 -0
  96. package/build/bundle/artefacts/schema/untp/0.6.0/dia.d.ts +2 -0
  97. package/build/bundle/artefacts/schema/untp/0.6.0/dia.js +239 -0
  98. package/build/bundle/artefacts/schema/untp/0.6.0/dia.js.map +1 -0
  99. package/build/bundle/artefacts/schema/untp/0.6.0/dpp.d.ts +2 -0
  100. package/build/bundle/artefacts/schema/untp/0.6.0/dpp.js +1222 -0
  101. package/build/bundle/artefacts/schema/untp/0.6.0/dpp.js.map +1 -0
  102. package/build/bundle/artefacts/schema/untp/0.6.0/dte.d.ts +2 -0
  103. package/build/bundle/artefacts/schema/untp/0.6.0/dte.js +848 -0
  104. package/build/bundle/artefacts/schema/untp/0.6.0/dte.js.map +1 -0
  105. package/build/bundle/artefacts/schema/untp/0.6.1/dcc.d.ts +2 -0
  106. package/build/bundle/artefacts/schema/untp/0.6.1/dcc.js +1199 -0
  107. package/build/bundle/artefacts/schema/untp/0.6.1/dcc.js.map +1 -0
  108. package/build/bundle/artefacts/schema/untp/0.6.1/dfr.d.ts +2 -0
  109. package/build/bundle/artefacts/schema/untp/0.6.1/dfr.js +1040 -0
  110. package/build/bundle/artefacts/schema/untp/0.6.1/dfr.js.map +1 -0
  111. package/build/bundle/artefacts/schema/untp/0.6.1/dia.d.ts +2 -0
  112. package/build/bundle/artefacts/schema/untp/0.6.1/dia.js +239 -0
  113. package/build/bundle/artefacts/schema/untp/0.6.1/dia.js.map +1 -0
  114. package/build/bundle/artefacts/schema/untp/0.6.1/dpp.d.ts +2 -0
  115. package/build/bundle/artefacts/schema/untp/0.6.1/dpp.js +1232 -0
  116. package/build/bundle/artefacts/schema/untp/0.6.1/dpp.js.map +1 -0
  117. package/build/bundle/artefacts/schema/untp/0.6.1/dte.d.ts +2 -0
  118. package/build/bundle/artefacts/schema/untp/0.6.1/dte.js +848 -0
  119. package/build/bundle/artefacts/schema/untp/0.6.1/dte.js.map +1 -0
  120. package/build/bundle/artefacts/schema/untp/0.7.0/cvc.d.ts +2 -0
  121. package/build/bundle/artefacts/schema/untp/0.7.0/cvc.js +704 -0
  122. package/build/bundle/artefacts/schema/untp/0.7.0/cvc.js.map +1 -0
  123. package/build/bundle/artefacts/schema/untp/0.7.0/dcc.d.ts +2 -0
  124. package/build/bundle/artefacts/schema/untp/0.7.0/dcc.js +1136 -0
  125. package/build/bundle/artefacts/schema/untp/0.7.0/dcc.js.map +1 -0
  126. package/build/bundle/artefacts/schema/untp/0.7.0/dfr.d.ts +2 -0
  127. package/build/bundle/artefacts/schema/untp/0.7.0/dfr.js +1248 -0
  128. package/build/bundle/artefacts/schema/untp/0.7.0/dfr.js.map +1 -0
  129. package/build/bundle/artefacts/schema/untp/0.7.0/dia.d.ts +2 -0
  130. package/build/bundle/artefacts/schema/untp/0.7.0/dia.js +446 -0
  131. package/build/bundle/artefacts/schema/untp/0.7.0/dia.js.map +1 -0
  132. package/build/bundle/artefacts/schema/untp/0.7.0/dpp.d.ts +2 -0
  133. package/build/bundle/artefacts/schema/untp/0.7.0/dpp.js +1303 -0
  134. package/build/bundle/artefacts/schema/untp/0.7.0/dpp.js.map +1 -0
  135. package/build/bundle/artefacts/schema/untp/0.7.0/dte.d.ts +2 -0
  136. package/build/bundle/artefacts/schema/untp/0.7.0/dte.js +1229 -0
  137. package/build/bundle/artefacts/schema/untp/0.7.0/dte.js.map +1 -0
  138. package/build/bundle/artefacts/schema/untp/0.7.0/linkset.d.ts +2 -0
  139. package/build/bundle/artefacts/schema/untp/0.7.0/linkset.js +122 -0
  140. package/build/bundle/artefacts/schema/untp/0.7.0/linkset.js.map +1 -0
  141. package/build/bundle/artefacts/schema/vcdm/2/verifiable-credential.d.ts +2 -0
  142. package/build/bundle/artefacts/schema/vcdm/2/verifiable-credential.js +321 -0
  143. package/build/bundle/artefacts/schema/vcdm/2/verifiable-credential.js.map +1 -0
  144. package/build/bundle/fallback.d.ts +41 -0
  145. package/build/bundle/fallback.js +62 -0
  146. package/build/bundle/fallback.js.map +1 -0
  147. package/build/bundle/fallback.test.d.ts +1 -0
  148. package/build/bundle/fallback.test.js +124 -0
  149. package/build/bundle/fallback.test.js.map +1 -0
  150. package/build/bundle/index.d.ts +4 -0
  151. package/build/bundle/index.js +77 -0
  152. package/build/bundle/index.js.map +1 -0
  153. package/build/bundle/lookup.d.ts +14 -0
  154. package/build/bundle/lookup.js +40 -0
  155. package/build/bundle/lookup.js.map +1 -0
  156. package/build/bundle/lookup.test.d.ts +1 -0
  157. package/build/bundle/lookup.test.js +70 -0
  158. package/build/bundle/lookup.test.js.map +1 -0
  159. package/build/bundle/public.d.ts +25 -0
  160. package/build/bundle/public.js +56 -0
  161. package/build/bundle/public.js.map +1 -0
  162. package/build/bundle/public.test.d.ts +1 -0
  163. package/build/bundle/public.test.js +35 -0
  164. package/build/bundle/public.test.js.map +1 -0
  165. package/build/bundle/refresh-classify.test.d.ts +1 -0
  166. package/build/bundle/refresh-classify.test.js +20 -0
  167. package/build/bundle/refresh-classify.test.js.map +1 -0
  168. package/build/bundle/refresh-main.test.d.ts +1 -0
  169. package/build/bundle/refresh-main.test.js +98 -0
  170. package/build/bundle/refresh-main.test.js.map +1 -0
  171. package/build/cache/in-memory-ttl-cache.d.ts +2 -0
  172. package/build/cache/in-memory-ttl-cache.js +76 -0
  173. package/build/cache/in-memory-ttl-cache.js.map +1 -0
  174. package/build/cache/in-memory-ttl-cache.test.d.ts +1 -0
  175. package/build/cache/in-memory-ttl-cache.test.js +236 -0
  176. package/build/cache/in-memory-ttl-cache.test.js.map +1 -0
  177. package/build/cache/index.d.ts +2 -0
  178. package/build/cache/index.js +2 -0
  179. package/build/cache/index.js.map +1 -0
  180. package/build/cache/ttl-cache.d.ts +22 -0
  181. package/build/cache/ttl-cache.js +2 -0
  182. package/build/cache/ttl-cache.js.map +1 -0
  183. package/build/common/as-date-time.d.ts +13 -0
  184. package/build/common/as-date-time.js +44 -0
  185. package/build/common/as-date-time.js.map +1 -0
  186. package/build/common/as-date-time.test.d.ts +1 -0
  187. package/build/common/as-date-time.test.js +42 -0
  188. package/build/common/as-date-time.test.js.map +1 -0
  189. package/build/common/as-non-empty-string.d.ts +14 -0
  190. package/build/common/as-non-empty-string.js +20 -0
  191. package/build/common/as-non-empty-string.js.map +1 -0
  192. package/build/common/as-non-empty-string.test.d.ts +1 -0
  193. package/build/common/as-non-empty-string.test.js +30 -0
  194. package/build/common/as-non-empty-string.test.js.map +1 -0
  195. package/build/common/index.d.ts +4 -0
  196. package/build/common/index.js +5 -0
  197. package/build/common/index.js.map +1 -0
  198. package/build/common/require-string.d.ts +12 -0
  199. package/build/common/require-string.js +27 -0
  200. package/build/common/require-string.js.map +1 -0
  201. package/build/common/require-string.test.d.ts +1 -0
  202. package/build/common/require-string.test.js +53 -0
  203. package/build/common/require-string.test.js.map +1 -0
  204. package/build/common/validity-window.d.ts +45 -0
  205. package/build/common/validity-window.js +68 -0
  206. package/build/common/validity-window.js.map +1 -0
  207. package/build/common/validity-window.test.d.ts +1 -0
  208. package/build/common/validity-window.test.js +67 -0
  209. package/build/common/validity-window.test.js.map +1 -0
  210. package/build/conformity-vocabulary/codes.d.ts +10 -0
  211. package/build/conformity-vocabulary/codes.js +10 -0
  212. package/build/conformity-vocabulary/codes.js.map +1 -0
  213. package/build/conformity-vocabulary/errors.d.ts +44 -0
  214. package/build/conformity-vocabulary/errors.js +68 -0
  215. package/build/conformity-vocabulary/errors.js.map +1 -0
  216. package/build/conformity-vocabulary/index.d.ts +6 -0
  217. package/build/conformity-vocabulary/index.js +7 -0
  218. package/build/conformity-vocabulary/index.js.map +1 -0
  219. package/build/conformity-vocabulary/parse-conformity-catalogue.d.ts +26 -0
  220. package/build/conformity-vocabulary/parse-conformity-catalogue.js +106 -0
  221. package/build/conformity-vocabulary/parse-conformity-catalogue.js.map +1 -0
  222. package/build/conformity-vocabulary/parse-conformity-catalogue.test.d.ts +1 -0
  223. package/build/conformity-vocabulary/parse-conformity-catalogue.test.js +327 -0
  224. package/build/conformity-vocabulary/parse-conformity-catalogue.test.js.map +1 -0
  225. package/build/conformity-vocabulary/parse-conformity-scheme.d.ts +28 -0
  226. package/build/conformity-vocabulary/parse-conformity-scheme.js +47 -0
  227. package/build/conformity-vocabulary/parse-conformity-scheme.js.map +1 -0
  228. package/build/conformity-vocabulary/parse-conformity-scheme.test.d.ts +1 -0
  229. package/build/conformity-vocabulary/parse-conformity-scheme.test.js +284 -0
  230. package/build/conformity-vocabulary/parse-conformity-scheme.test.js.map +1 -0
  231. package/build/conformity-vocabulary/parsers/v0-7-0.parser.d.ts +19 -0
  232. package/build/conformity-vocabulary/parsers/v0-7-0.parser.js +219 -0
  233. package/build/conformity-vocabulary/parsers/v0-7-0.parser.js.map +1 -0
  234. package/build/conformity-vocabulary/types.d.ts +180 -0
  235. package/build/conformity-vocabulary/types.js +2 -0
  236. package/build/conformity-vocabulary/types.js.map +1 -0
  237. package/build/conformity-vocabulary/validate-conformity-claim.d.ts +26 -0
  238. package/build/conformity-vocabulary/validate-conformity-claim.js +165 -0
  239. package/build/conformity-vocabulary/validate-conformity-claim.js.map +1 -0
  240. package/build/conformity-vocabulary/validate-conformity-claim.test.d.ts +1 -0
  241. package/build/conformity-vocabulary/validate-conformity-claim.test.js +478 -0
  242. package/build/conformity-vocabulary/validate-conformity-claim.test.js.map +1 -0
  243. package/build/http-headers/index.d.ts +5 -0
  244. package/build/http-headers/index.js +6 -0
  245. package/build/http-headers/index.js.map +1 -0
  246. package/build/http-headers/is-safe-header-value.d.ts +10 -0
  247. package/build/http-headers/is-safe-header-value.js +15 -0
  248. package/build/http-headers/is-safe-header-value.js.map +1 -0
  249. package/build/http-headers/is-safe-header-value.test.d.ts +1 -0
  250. package/build/http-headers/is-safe-header-value.test.js +37 -0
  251. package/build/http-headers/is-safe-header-value.test.js.map +1 -0
  252. package/build/http-headers/parse-entity-tag.d.ts +9 -0
  253. package/build/http-headers/parse-entity-tag.js +18 -0
  254. package/build/http-headers/parse-entity-tag.js.map +1 -0
  255. package/build/http-headers/parse-entity-tag.test.d.ts +1 -0
  256. package/build/http-headers/parse-entity-tag.test.js +41 -0
  257. package/build/http-headers/parse-entity-tag.test.js.map +1 -0
  258. package/build/http-headers/parse-imf-date.d.ts +13 -0
  259. package/build/http-headers/parse-imf-date.js +23 -0
  260. package/build/http-headers/parse-imf-date.js.map +1 -0
  261. package/build/http-headers/parse-imf-date.test.d.ts +1 -0
  262. package/build/http-headers/parse-imf-date.test.js +31 -0
  263. package/build/http-headers/parse-imf-date.test.js.map +1 -0
  264. package/build/http-headers/parse-media-type.d.ts +8 -0
  265. package/build/http-headers/parse-media-type.js +21 -0
  266. package/build/http-headers/parse-media-type.js.map +1 -0
  267. package/build/http-headers/parse-media-type.test.d.ts +1 -0
  268. package/build/http-headers/parse-media-type.test.js +39 -0
  269. package/build/http-headers/parse-media-type.test.js.map +1 -0
  270. package/build/http-headers/user-agent.d.ts +35 -0
  271. package/build/http-headers/user-agent.js +45 -0
  272. package/build/http-headers/user-agent.js.map +1 -0
  273. package/build/http-headers/user-agent.test.d.ts +1 -0
  274. package/build/http-headers/user-agent.test.js +27 -0
  275. package/build/http-headers/user-agent.test.js.map +1 -0
  276. package/build/index.d.ts +1 -1
  277. package/build/index.js +1 -1
  278. package/build/index.js.map +1 -1
  279. package/build/loaders/errors.d.ts +21 -0
  280. package/build/loaders/errors.js +45 -0
  281. package/build/loaders/errors.js.map +1 -0
  282. package/build/loaders/index.d.ts +5 -0
  283. package/build/loaders/index.js +5 -0
  284. package/build/loaders/index.js.map +1 -0
  285. package/build/loaders/jsonld-document-loader.d.ts +48 -0
  286. package/build/loaders/jsonld-document-loader.js +43 -0
  287. package/build/loaders/jsonld-document-loader.js.map +1 -0
  288. package/build/loaders/jsonld-document-loader.test.d.ts +1 -0
  289. package/build/loaders/jsonld-document-loader.test.js +111 -0
  290. package/build/loaders/jsonld-document-loader.test.js.map +1 -0
  291. package/build/loaders/schema-loader.d.ts +31 -0
  292. package/build/loaders/schema-loader.js +83 -0
  293. package/build/loaders/schema-loader.js.map +1 -0
  294. package/build/loaders/schema-loader.ssrf.test.d.ts +1 -0
  295. package/build/loaders/schema-loader.ssrf.test.js +55 -0
  296. package/build/loaders/schema-loader.ssrf.test.js.map +1 -0
  297. package/build/loaders/schema-loader.test.d.ts +1 -0
  298. package/build/loaders/schema-loader.test.js +217 -0
  299. package/build/loaders/schema-loader.test.js.map +1 -0
  300. package/build/multibase-digest/multibase-digest.d.ts +23 -0
  301. package/build/multibase-digest/multibase-digest.js +40 -0
  302. package/build/multibase-digest/multibase-digest.js.map +1 -1
  303. package/build/multibase-digest/multibase-digest.test.js +46 -0
  304. package/build/multibase-digest/multibase-digest.test.js.map +1 -1
  305. package/build/node/errors.d.ts +47 -0
  306. package/build/node/errors.js +86 -0
  307. package/build/node/errors.js.map +1 -0
  308. package/build/node/index.d.ts +3 -0
  309. package/build/node/index.js +4 -0
  310. package/build/node/index.js.map +1 -0
  311. package/build/node/is-private-ip.d.ts +45 -0
  312. package/build/node/is-private-ip.fail-closed.test.d.ts +1 -0
  313. package/build/node/is-private-ip.fail-closed.test.js +36 -0
  314. package/build/node/is-private-ip.fail-closed.test.js.map +1 -0
  315. package/build/node/is-private-ip.js +203 -0
  316. package/build/node/is-private-ip.js.map +1 -0
  317. package/build/node/is-private-ip.test.d.ts +1 -0
  318. package/build/node/is-private-ip.test.js +124 -0
  319. package/build/node/is-private-ip.test.js.map +1 -0
  320. package/build/node/validate-public-url.d.ts +81 -0
  321. package/build/node/validate-public-url.js +128 -0
  322. package/build/node/validate-public-url.js.map +1 -0
  323. package/build/node/validate-public-url.test.d.ts +1 -0
  324. package/build/node/validate-public-url.test.js +324 -0
  325. package/build/node/validate-public-url.test.js.map +1 -0
  326. package/build/resolvers/errors.d.ts +73 -0
  327. package/build/resolvers/errors.js +133 -0
  328. package/build/resolvers/errors.js.map +1 -0
  329. package/build/resolvers/index.d.ts +5 -0
  330. package/build/resolvers/index.js +6 -0
  331. package/build/resolvers/index.js.map +1 -0
  332. package/build/resolvers/resolve-document-if-changed.d.ts +48 -0
  333. package/build/resolvers/resolve-document-if-changed.js +42 -0
  334. package/build/resolvers/resolve-document-if-changed.js.map +1 -0
  335. package/build/resolvers/resolve-document-if-changed.test.d.ts +1 -0
  336. package/build/resolvers/resolve-document-if-changed.test.js +116 -0
  337. package/build/resolvers/resolve-document-if-changed.test.js.map +1 -0
  338. package/build/resolvers/resolve-document.d.ts +106 -0
  339. package/build/resolvers/resolve-document.integration.test.d.ts +1 -0
  340. package/build/resolvers/resolve-document.integration.test.js +108 -0
  341. package/build/resolvers/resolve-document.integration.test.js.map +1 -0
  342. package/build/resolvers/resolve-document.js +319 -0
  343. package/build/resolvers/resolve-document.js.map +1 -0
  344. package/build/resolvers/resolve-document.test.d.ts +1 -0
  345. package/build/resolvers/resolve-document.test.js +749 -0
  346. package/build/resolvers/resolve-document.test.js.map +1 -0
  347. package/build/resolvers/resolve-json-document.d.ts +43 -0
  348. package/build/resolvers/resolve-json-document.js +43 -0
  349. package/build/resolvers/resolve-json-document.js.map +1 -0
  350. package/build/resolvers/resolve-json-document.test.d.ts +1 -0
  351. package/build/resolvers/resolve-json-document.test.js +78 -0
  352. package/build/resolvers/resolve-json-document.test.js.map +1 -0
  353. package/build/structured-error.d.ts +49 -0
  354. package/build/structured-error.js +17 -0
  355. package/build/structured-error.js.map +1 -0
  356. package/build/structured-error.test.d.ts +1 -0
  357. package/build/structured-error.test.js +112 -0
  358. package/build/structured-error.test.js.map +1 -0
  359. package/build/validation/describe-jsonld-failure.d.ts +90 -0
  360. package/build/validation/describe-jsonld-failure.js +171 -0
  361. package/build/validation/describe-jsonld-failure.js.map +1 -0
  362. package/build/validation/describe-jsonld-failure.test.d.ts +1 -0
  363. package/build/validation/describe-jsonld-failure.test.js +226 -0
  364. package/build/validation/describe-jsonld-failure.test.js.map +1 -0
  365. package/build/validation/errors.d.ts +40 -0
  366. package/build/validation/errors.js +75 -0
  367. package/build/validation/errors.js.map +1 -0
  368. package/build/validation/index.d.ts +5 -0
  369. package/build/validation/index.js +5 -0
  370. package/build/validation/index.js.map +1 -0
  371. package/build/validation/validate-against-schemas.d.ts +22 -0
  372. package/build/validation/validate-against-schemas.js +65 -0
  373. package/build/validation/validate-against-schemas.js.map +1 -0
  374. package/build/validation/validate-against-schemas.test.d.ts +1 -0
  375. package/build/validation/validate-against-schemas.test.js +169 -0
  376. package/build/validation/validate-against-schemas.test.js.map +1 -0
  377. package/build/validation/validate-jsonld.context-cache.test.d.ts +1 -0
  378. package/build/validation/validate-jsonld.context-cache.test.js +32 -0
  379. package/build/validation/validate-jsonld.context-cache.test.js.map +1 -0
  380. package/build/validation/validate-jsonld.d.ts +59 -0
  381. package/build/validation/validate-jsonld.js +126 -0
  382. package/build/validation/validate-jsonld.js.map +1 -0
  383. package/build/validation/validate-jsonld.ssrf.test.d.ts +1 -0
  384. package/build/validation/validate-jsonld.ssrf.test.js +108 -0
  385. package/build/validation/validate-jsonld.ssrf.test.js.map +1 -0
  386. package/build/validation/validate-jsonld.test.d.ts +1 -0
  387. package/build/validation/validate-jsonld.test.js +257 -0
  388. package/build/validation/validate-jsonld.test.js.map +1 -0
  389. package/package.json +86 -5
@@ -0,0 +1,690 @@
1
+ {
2
+ "@context": {
3
+ "untp-dfr": "https://test.uncefact.org/vocabulary/untp/dfr/0/",
4
+ "schemaorg": "https://schema.org/",
5
+ "untp-core": "https://test.uncefact.org/vocabulary/untp/core/0/",
6
+ "geojson": "https://purl.org/geojson/vocab#",
7
+ "renderMethodPrefix": "https://w3id.org/vc/render-method#",
8
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
9
+ "@protected": true,
10
+ "@version": 1.1,
11
+ "DigitalFacilityRecord": {
12
+ "@protected": true,
13
+ "@id": "untp-dfr:DigitalFacilityRecord"
14
+ },
15
+ "IdentifierScheme": {
16
+ "@protected": true,
17
+ "@id": "untp-core:IdentifierScheme",
18
+ "@context": {
19
+ "@protected": true,
20
+ "name": {
21
+ "@id": "schemaorg:name"
22
+ }
23
+ }
24
+ },
25
+ "Classification": {
26
+ "@protected": true,
27
+ "@id": "untp-core:Classification",
28
+ "@context": {
29
+ "@protected": true,
30
+ "code": {
31
+ "@id": "untp-core:code",
32
+ "@type": "xsd:string"
33
+ },
34
+ "name": {
35
+ "@id": "schemaorg:name"
36
+ },
37
+ "schemeID": {
38
+ "@id": "untp-core:schemeID",
39
+ "@type": "xsd:string"
40
+ },
41
+ "schemeName": {
42
+ "@id": "untp-core:schemeName",
43
+ "@type": "xsd:string"
44
+ }
45
+ }
46
+ },
47
+ "Party": {
48
+ "@protected": true,
49
+ "@id": "untp-core:Party",
50
+ "@context": {
51
+ "@protected": true,
52
+ "name": {
53
+ "@id": "schemaorg:name"
54
+ },
55
+ "registeredId": {
56
+ "@id": "untp-core:registeredId",
57
+ "@type": "xsd:string"
58
+ },
59
+ "idScheme": {
60
+ "@id": "untp-core:idScheme",
61
+ "@type": "@id"
62
+ },
63
+ "description": {
64
+ "@id": "schemaorg:description"
65
+ },
66
+ "registrationCountry": {
67
+ "@id": "untp-core:registrationCountry",
68
+ "@type": "@vocab",
69
+ "@context": {
70
+ "@protected": true,
71
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
72
+ }
73
+ },
74
+ "organisationWebsite": {
75
+ "@id": "untp-core:organisationWebsite",
76
+ "@type": "xsd:string"
77
+ },
78
+ "industryCategory": {
79
+ "@id": "untp-core:industryCategory",
80
+ "@type": "@id"
81
+ },
82
+ "partyAlsoKnownAs": {
83
+ "@id": "untp-core:Party",
84
+ "@type": "@id",
85
+ "@context": {
86
+ "@protected": true,
87
+ "name": {
88
+ "@id": "schemaorg:name"
89
+ },
90
+ "registeredId": {
91
+ "@id": "untp-core:registeredId",
92
+ "@type": "xsd:string"
93
+ },
94
+ "idScheme": {
95
+ "@id": "untp-core:idScheme",
96
+ "@type": "@id"
97
+ }
98
+ }
99
+ }
100
+ }
101
+ },
102
+ "CredentialIssuer": {
103
+ "@protected": true,
104
+ "@id": "untp-core:CredentialIssuer",
105
+ "@context": {
106
+ "@protected": true,
107
+ "name": {
108
+ "@id": "schemaorg:name"
109
+ },
110
+ "issuerAlsoKnownAs": {
111
+ "@id": "untp-core:Party",
112
+ "@type": "@id",
113
+ "@context": {
114
+ "@protected": true,
115
+ "name": {
116
+ "@id": "schemaorg:name"
117
+ },
118
+ "registeredId": {
119
+ "@id": "untp-core:registeredId",
120
+ "@type": "xsd:string"
121
+ },
122
+ "idScheme": {
123
+ "@id": "untp-core:idScheme",
124
+ "@type": "@id"
125
+ }
126
+ }
127
+ }
128
+ }
129
+ },
130
+ "Facility": {
131
+ "@protected": true,
132
+ "@id": "untp-core:Facility",
133
+ "@context": {
134
+ "@protected": true,
135
+ "name": {
136
+ "@id": "schemaorg:name"
137
+ },
138
+ "registeredId": {
139
+ "@id": "untp-core:registeredId",
140
+ "@type": "xsd:string"
141
+ },
142
+ "idScheme": {
143
+ "@id": "untp-core:idScheme",
144
+ "@type": "@id"
145
+ },
146
+ "description": {
147
+ "@id": "schemaorg:description"
148
+ },
149
+ "countryOfOperation": {
150
+ "@id": "untp-core:countryOfOperation",
151
+ "@type": "@vocab",
152
+ "@context": {
153
+ "@protected": true,
154
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
155
+ }
156
+ },
157
+ "processCategory": {
158
+ "@id": "untp-core:processCategory",
159
+ "@type": "@id"
160
+ },
161
+ "operatedByParty": {
162
+ "@id": "untp-core:Party",
163
+ "@type": "@id",
164
+ "@context": {
165
+ "@protected": true,
166
+ "name": {
167
+ "@id": "schemaorg:name"
168
+ },
169
+ "registeredId": {
170
+ "@id": "untp-core:registeredId",
171
+ "@type": "xsd:string"
172
+ },
173
+ "idScheme": {
174
+ "@id": "untp-core:idScheme",
175
+ "@type": "@id"
176
+ }
177
+ }
178
+ },
179
+ "facilityAlsoKnownAs": {
180
+ "@id": "untp-core:Facility",
181
+ "@type": "@id",
182
+ "@context": {
183
+ "@protected": true,
184
+ "name": {
185
+ "@id": "schemaorg:name"
186
+ },
187
+ "registeredId": {
188
+ "@id": "untp-core:registeredId",
189
+ "@type": "xsd:string"
190
+ },
191
+ "idScheme": {
192
+ "@id": "untp-core:idScheme",
193
+ "@type": "@id"
194
+ }
195
+ }
196
+ },
197
+ "locationInformation": {
198
+ "@protected": true,
199
+ "@id": "untp-core:locationInformation",
200
+ "@context": {
201
+ "@protected": true,
202
+ "plusCode": {
203
+ "@id": "untp-core:plusCode",
204
+ "@type": "xsd:string"
205
+ },
206
+ "geoLocation": {
207
+ "@protected": true,
208
+ "@id": "geojson:geoLocation",
209
+ "@context": {
210
+ "@protected": true,
211
+ "type": {
212
+ "@id": "geojson:type",
213
+ "@type": "xsd:string"
214
+ },
215
+ "coordinates": {
216
+ "@protected": true,
217
+ "@id": "geojson:coordinates",
218
+ "@context": {
219
+ "@protected": true,
220
+ "data": {
221
+ "@id": "geojson:data",
222
+ "@type": "xsd:double"
223
+ }
224
+ }
225
+ }
226
+ }
227
+ },
228
+ "geoBoundary": {
229
+ "@protected": true,
230
+ "@id": "geojson:geoBoundary",
231
+ "@context": {
232
+ "@protected": true,
233
+ "type": {
234
+ "@id": "geojson:type",
235
+ "@type": "xsd:string"
236
+ },
237
+ "coordinates": {
238
+ "@protected": true,
239
+ "@id": "geojson:coordinates",
240
+ "@context": {
241
+ "@protected": true,
242
+ "data": {
243
+ "@protected": true,
244
+ "@id": "geojson:data",
245
+ "@context": {
246
+ "@protected": true,
247
+ "data": {
248
+ "@id": "geojson:data",
249
+ "@type": "xsd:double"
250
+ }
251
+ }
252
+ }
253
+ }
254
+ }
255
+ }
256
+ }
257
+ }
258
+ },
259
+ "address": {
260
+ "@protected": true,
261
+ "@id": "untp-core:address",
262
+ "@context": {
263
+ "@protected": true,
264
+ "streetAddress": {
265
+ "@id": "untp-core:streetAddress",
266
+ "@type": "xsd:string"
267
+ },
268
+ "postalCode": {
269
+ "@id": "untp-core:postalCode",
270
+ "@type": "xsd:string"
271
+ },
272
+ "addressLocality": {
273
+ "@id": "untp-core:addressLocality",
274
+ "@type": "xsd:string"
275
+ },
276
+ "addressRegion": {
277
+ "@id": "untp-core:addressRegion",
278
+ "@type": "xsd:string"
279
+ },
280
+ "addressCountry": {
281
+ "@id": "untp-core:addressCountry",
282
+ "@type": "@vocab",
283
+ "@context": {
284
+ "@protected": true,
285
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
286
+ }
287
+ }
288
+ }
289
+ }
290
+ }
291
+ },
292
+ "Standard": {
293
+ "@protected": true,
294
+ "@id": "untp-core:Standard",
295
+ "@context": {
296
+ "@protected": true,
297
+ "name": {
298
+ "@id": "schemaorg:name"
299
+ },
300
+ "issuingParty": {
301
+ "@id": "untp-core:Party",
302
+ "@type": "@id",
303
+ "@context": {
304
+ "@protected": true,
305
+ "name": {
306
+ "@id": "schemaorg:name"
307
+ },
308
+ "registeredId": {
309
+ "@id": "untp-core:registeredId",
310
+ "@type": "xsd:string"
311
+ },
312
+ "idScheme": {
313
+ "@id": "untp-core:idScheme",
314
+ "@type": "@id"
315
+ }
316
+ }
317
+ },
318
+ "issueDate": {
319
+ "@id": "untp-core:issueDate",
320
+ "@type": "xsd:string"
321
+ }
322
+ }
323
+ },
324
+ "Regulation": {
325
+ "@protected": true,
326
+ "@id": "untp-core:Regulation",
327
+ "@context": {
328
+ "@protected": true,
329
+ "name": {
330
+ "@id": "schemaorg:name"
331
+ },
332
+ "jurisdictionCountry": {
333
+ "@id": "untp-core:jurisdictionCountry",
334
+ "@type": "@vocab",
335
+ "@context": {
336
+ "@protected": true,
337
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
338
+ }
339
+ },
340
+ "administeredBy": {
341
+ "@id": "untp-core:Party",
342
+ "@type": "@id",
343
+ "@context": {
344
+ "@protected": true,
345
+ "name": {
346
+ "@id": "schemaorg:name"
347
+ },
348
+ "registeredId": {
349
+ "@id": "untp-core:registeredId",
350
+ "@type": "xsd:string"
351
+ },
352
+ "idScheme": {
353
+ "@id": "untp-core:idScheme",
354
+ "@type": "@id"
355
+ }
356
+ }
357
+ },
358
+ "effectiveDate": {
359
+ "@id": "untp-core:effectiveDate",
360
+ "@type": "xsd:string"
361
+ }
362
+ }
363
+ },
364
+ "Criterion": {
365
+ "@protected": true,
366
+ "@id": "untp-core:Criterion",
367
+ "@context": {
368
+ "@protected": true,
369
+ "name": {
370
+ "@id": "schemaorg:name"
371
+ },
372
+ "description": {
373
+ "@id": "schemaorg:description"
374
+ },
375
+ "conformityTopic": {
376
+ "@id": "untp-core:conformityTopic",
377
+ "@type": "@vocab",
378
+ "@context": {
379
+ "@protected": true,
380
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/conformityTopicCode#"
381
+ }
382
+ },
383
+ "status": {
384
+ "@id": "untp-core:status",
385
+ "@type": "@vocab",
386
+ "@context": {
387
+ "@protected": true,
388
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/statusCode#"
389
+ }
390
+ },
391
+ "subCriterion": {
392
+ "@id": "untp-core:subCriterion",
393
+ "@type": "@id"
394
+ },
395
+ "thresholdValue": {
396
+ "@protected": true,
397
+ "@id": "untp-core:thresholdValue",
398
+ "@context": {
399
+ "@protected": true,
400
+ "metricName": {
401
+ "@id": "untp-core:metricName",
402
+ "@type": "xsd:string"
403
+ },
404
+ "metricValue": {
405
+ "@protected": true,
406
+ "@id": "untp-core:metricValue",
407
+ "@context": {
408
+ "@protected": true,
409
+ "value": {
410
+ "@id": "untp-core:value",
411
+ "@type": "xsd:double"
412
+ },
413
+ "unit": {
414
+ "@id": "untp-core:unit",
415
+ "@type": "@vocab",
416
+ "@context": {
417
+ "@protected": true,
418
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
419
+ }
420
+ }
421
+ }
422
+ },
423
+ "score": {
424
+ "@id": "untp-core:score",
425
+ "@type": "xsd:string"
426
+ },
427
+ "accuracy": {
428
+ "@id": "untp-core:accuracy",
429
+ "@type": "xsd:double"
430
+ }
431
+ }
432
+ },
433
+ "performanceLevel": {
434
+ "@id": "untp-core:performanceLevel",
435
+ "@type": "xsd:string"
436
+ },
437
+ "category": {
438
+ "@id": "untp-core:category",
439
+ "@type": "@id"
440
+ },
441
+ "tag": {
442
+ "@id": "untp-core:tag",
443
+ "@type": "xsd:string"
444
+ }
445
+ }
446
+ },
447
+ "Claim": {
448
+ "@protected": true,
449
+ "@id": "untp-core:Claim",
450
+ "@context": {
451
+ "@protected": true,
452
+ "description": {
453
+ "@id": "schemaorg:description"
454
+ },
455
+ "referenceStandard": {
456
+ "@id": "untp-core:referenceStandard",
457
+ "@type": "@id"
458
+ },
459
+ "referenceRegulation": {
460
+ "@id": "untp-core:referenceRegulation",
461
+ "@type": "@id"
462
+ },
463
+ "assessmentCriteria": {
464
+ "@id": "untp-core:assessmentCriteria",
465
+ "@type": "@id"
466
+ },
467
+ "assessmentDate": {
468
+ "@id": "untp-core:assessmentDate",
469
+ "@type": "xsd:string"
470
+ },
471
+ "declaredValue": {
472
+ "@protected": true,
473
+ "@id": "untp-core:declaredValue",
474
+ "@context": {
475
+ "@protected": true,
476
+ "metricName": {
477
+ "@id": "untp-core:metricName",
478
+ "@type": "xsd:string"
479
+ },
480
+ "metricValue": {
481
+ "@protected": true,
482
+ "@id": "untp-core:metricValue",
483
+ "@context": {
484
+ "@protected": true,
485
+ "value": {
486
+ "@id": "untp-core:value",
487
+ "@type": "xsd:double"
488
+ },
489
+ "unit": {
490
+ "@id": "untp-core:unit",
491
+ "@type": "@vocab",
492
+ "@context": {
493
+ "@protected": true,
494
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
495
+ }
496
+ }
497
+ }
498
+ },
499
+ "score": {
500
+ "@id": "untp-core:score",
501
+ "@type": "xsd:string"
502
+ },
503
+ "accuracy": {
504
+ "@id": "untp-core:accuracy",
505
+ "@type": "xsd:double"
506
+ }
507
+ }
508
+ },
509
+ "conformance": {
510
+ "@id": "untp-core:conformance",
511
+ "@type": "xsd:boolean"
512
+ },
513
+ "conformityTopic": {
514
+ "@id": "untp-core:conformityTopic",
515
+ "@type": "@vocab",
516
+ "@context": {
517
+ "@protected": true,
518
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/conformityTopicCode#"
519
+ }
520
+ },
521
+ "conformityEvidence": {
522
+ "@protected": true,
523
+ "@id": "untp-core:conformityEvidence",
524
+ "@context": {
525
+ "@protected": true,
526
+ "linkURL": {
527
+ "@id": "untp-core:linkURL",
528
+ "@type": "xsd:string"
529
+ },
530
+ "linkName": {
531
+ "@id": "untp-core:linkName",
532
+ "@type": "xsd:string"
533
+ },
534
+ "linkType": {
535
+ "@id": "untp-core:linkType",
536
+ "@type": "xsd:string"
537
+ },
538
+ "hashDigest": {
539
+ "@id": "untp-core:hashDigest",
540
+ "@type": "xsd:string"
541
+ },
542
+ "hashMethod": {
543
+ "@id": "untp-core:hashMethod",
544
+ "@type": "@vocab",
545
+ "@context": {
546
+ "@protected": true,
547
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/hashMethodCode#"
548
+ }
549
+ },
550
+ "encryptionMethod": {
551
+ "@id": "untp-core:encryptionMethod",
552
+ "@type": "@vocab",
553
+ "@context": {
554
+ "@protected": true,
555
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/encryptionMethodCode#"
556
+ }
557
+ }
558
+ }
559
+ }
560
+ }
561
+ },
562
+ "FacilityRecord": {
563
+ "@protected": true,
564
+ "@id": "untp-dfr:FacilityRecord",
565
+ "@context": {
566
+ "@protected": true,
567
+ "facility": {
568
+ "@id": "untp-core:facility",
569
+ "@type": "@id"
570
+ },
571
+ "conformityClaim": {
572
+ "@id": "untp-core:conformityClaim",
573
+ "@type": "@id"
574
+ }
575
+ }
576
+ },
577
+ "Declaration": {
578
+ "@protected": true,
579
+ "@id": "untp-core:Declaration",
580
+ "@context": {
581
+ "@protected": true,
582
+ "description": {
583
+ "@id": "schemaorg:description"
584
+ },
585
+ "referenceStandard": {
586
+ "@id": "untp-core:referenceStandard",
587
+ "@type": "@id"
588
+ },
589
+ "referenceRegulation": {
590
+ "@id": "untp-core:referenceRegulation",
591
+ "@type": "@id"
592
+ },
593
+ "assessmentCriteria": {
594
+ "@id": "untp-core:assessmentCriteria",
595
+ "@type": "@id"
596
+ },
597
+ "assessmentDate": {
598
+ "@id": "untp-core:assessmentDate",
599
+ "@type": "xsd:string"
600
+ },
601
+ "declaredValue": {
602
+ "@protected": true,
603
+ "@id": "untp-core:declaredValue",
604
+ "@context": {
605
+ "@protected": true,
606
+ "metricName": {
607
+ "@id": "untp-core:metricName",
608
+ "@type": "xsd:string"
609
+ },
610
+ "metricValue": {
611
+ "@protected": true,
612
+ "@id": "untp-core:metricValue",
613
+ "@context": {
614
+ "@protected": true,
615
+ "value": {
616
+ "@id": "untp-core:value",
617
+ "@type": "xsd:double"
618
+ },
619
+ "unit": {
620
+ "@id": "untp-core:unit",
621
+ "@type": "@vocab",
622
+ "@context": {
623
+ "@protected": true,
624
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
625
+ }
626
+ }
627
+ }
628
+ },
629
+ "score": {
630
+ "@id": "untp-core:score",
631
+ "@type": "xsd:string"
632
+ },
633
+ "accuracy": {
634
+ "@id": "untp-core:accuracy",
635
+ "@type": "xsd:double"
636
+ }
637
+ }
638
+ },
639
+ "conformance": {
640
+ "@id": "untp-core:conformance",
641
+ "@type": "xsd:boolean"
642
+ },
643
+ "conformityTopic": {
644
+ "@id": "untp-core:conformityTopic",
645
+ "@type": "@vocab",
646
+ "@context": {
647
+ "@protected": true,
648
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/conformityTopicCode#"
649
+ }
650
+ }
651
+ }
652
+ },
653
+ "RenderTemplate2024": {
654
+ "@protected": true,
655
+ "@id": "untp-core:RenderTemplate2024",
656
+ "@context": {
657
+ "@protected": true,
658
+ "name": {
659
+ "@id": "schemaorg:name"
660
+ },
661
+ "mediaQuery": {
662
+ "@id": "untp-core:mediaQuery",
663
+ "@type": "xsd:string"
664
+ },
665
+ "template": {
666
+ "@id": "renderMethodPrefix:template",
667
+ "@type": "xsd:string"
668
+ },
669
+ "url": {
670
+ "@id": "renderMethodPrefix:url",
671
+ "@type": "xsd:string"
672
+ }
673
+ }
674
+ },
675
+ "WebRenderingTemplate2022": {
676
+ "@protected": true,
677
+ "@id": "untp-core:WebRenderingTemplate2022",
678
+ "@context": {
679
+ "@protected": true,
680
+ "name": {
681
+ "@id": "schemaorg:name"
682
+ },
683
+ "template": {
684
+ "@id": "renderMethodPrefix:template",
685
+ "@type": "xsd:string"
686
+ }
687
+ }
688
+ }
689
+ }
690
+ }