@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,1388 @@
1
+ {
2
+ "@context": {
3
+ "untp-dcc": "https://test.uncefact.org/vocabulary/untp/dcc/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
+ "DigitalConformityCredential": {
12
+ "@protected": true,
13
+ "@id": "untp-dcc:DigitalConformityCredential"
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
+ "Endorsement": {
131
+ "@protected": true,
132
+ "@id": "untp-core:Endorsement",
133
+ "@context": {
134
+ "@protected": true,
135
+ "name": {
136
+ "@id": "schemaorg:name"
137
+ },
138
+ "trustmark": {
139
+ "@protected": true,
140
+ "@id": "untp-core:trustmark",
141
+ "@context": {
142
+ "@protected": true,
143
+ "fileName": {
144
+ "@id": "untp-core:fileName",
145
+ "@type": "xsd:string"
146
+ },
147
+ "fileType": {
148
+ "@id": "untp-core:fileType",
149
+ "@type": "@vocab",
150
+ "@context": {
151
+ "@protected": true,
152
+ "@vocab": "https://mimetype.io/"
153
+ }
154
+ },
155
+ "file": {
156
+ "@id": "untp-core:file",
157
+ "@type": "xsd:string"
158
+ }
159
+ }
160
+ },
161
+ "issuingAuthority": {
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
+ "endorsementEvidence": {
180
+ "@protected": true,
181
+ "@id": "untp-core:endorsementEvidence",
182
+ "@context": {
183
+ "@protected": true,
184
+ "linkURL": {
185
+ "@id": "untp-core:linkURL",
186
+ "@type": "xsd:string"
187
+ },
188
+ "linkName": {
189
+ "@id": "untp-core:linkName",
190
+ "@type": "xsd:string"
191
+ },
192
+ "linkType": {
193
+ "@id": "untp-core:linkType",
194
+ "@type": "xsd:string"
195
+ }
196
+ }
197
+ }
198
+ }
199
+ },
200
+ "ConformityScheme": {
201
+ "@protected": true,
202
+ "@id": "untp-core:ConformityScheme",
203
+ "@context": {
204
+ "@protected": true,
205
+ "name": {
206
+ "@id": "schemaorg:name"
207
+ },
208
+ "description": {
209
+ "@id": "schemaorg:description"
210
+ },
211
+ "version": {
212
+ "@id": "untp-core:version",
213
+ "@type": "xsd:string"
214
+ },
215
+ "validFrom": {
216
+ "@id": "untp-core:validFrom",
217
+ "@type": "xsd:string"
218
+ },
219
+ "owner": {
220
+ "@id": "untp-core:Party",
221
+ "@type": "@id",
222
+ "@context": {
223
+ "@protected": true,
224
+ "name": {
225
+ "@id": "schemaorg:name"
226
+ },
227
+ "registeredId": {
228
+ "@id": "untp-core:registeredId",
229
+ "@type": "xsd:string"
230
+ },
231
+ "idScheme": {
232
+ "@id": "untp-core:idScheme",
233
+ "@type": "@id"
234
+ }
235
+ }
236
+ },
237
+ "trustmark": {
238
+ "@protected": true,
239
+ "@id": "untp-core:trustmark",
240
+ "@context": {
241
+ "@protected": true,
242
+ "fileName": {
243
+ "@id": "untp-core:fileName",
244
+ "@type": "xsd:string"
245
+ },
246
+ "fileType": {
247
+ "@id": "untp-core:fileType",
248
+ "@type": "@vocab",
249
+ "@context": {
250
+ "@protected": true,
251
+ "@vocab": "https://mimetype.io/"
252
+ }
253
+ },
254
+ "file": {
255
+ "@id": "untp-core:file",
256
+ "@type": "xsd:string"
257
+ }
258
+ }
259
+ }
260
+ }
261
+ },
262
+ "Standard": {
263
+ "@protected": true,
264
+ "@id": "untp-core:Standard",
265
+ "@context": {
266
+ "@protected": true,
267
+ "name": {
268
+ "@id": "schemaorg:name"
269
+ },
270
+ "issuingParty": {
271
+ "@id": "untp-core:Party",
272
+ "@type": "@id",
273
+ "@context": {
274
+ "@protected": true,
275
+ "name": {
276
+ "@id": "schemaorg:name"
277
+ },
278
+ "registeredId": {
279
+ "@id": "untp-core:registeredId",
280
+ "@type": "xsd:string"
281
+ },
282
+ "idScheme": {
283
+ "@id": "untp-core:idScheme",
284
+ "@type": "@id"
285
+ }
286
+ }
287
+ },
288
+ "issueDate": {
289
+ "@id": "untp-core:issueDate",
290
+ "@type": "xsd:string"
291
+ }
292
+ }
293
+ },
294
+ "Regulation": {
295
+ "@protected": true,
296
+ "@id": "untp-core:Regulation",
297
+ "@context": {
298
+ "@protected": true,
299
+ "name": {
300
+ "@id": "schemaorg:name"
301
+ },
302
+ "jurisdictionCountry": {
303
+ "@id": "untp-core:jurisdictionCountry",
304
+ "@type": "@vocab",
305
+ "@context": {
306
+ "@protected": true,
307
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
308
+ }
309
+ },
310
+ "administeredBy": {
311
+ "@id": "untp-core:Party",
312
+ "@type": "@id",
313
+ "@context": {
314
+ "@protected": true,
315
+ "name": {
316
+ "@id": "schemaorg:name"
317
+ },
318
+ "registeredId": {
319
+ "@id": "untp-core:registeredId",
320
+ "@type": "xsd:string"
321
+ },
322
+ "idScheme": {
323
+ "@id": "untp-core:idScheme",
324
+ "@type": "@id"
325
+ }
326
+ }
327
+ },
328
+ "effectiveDate": {
329
+ "@id": "untp-core:effectiveDate",
330
+ "@type": "xsd:string"
331
+ }
332
+ }
333
+ },
334
+ "Criterion": {
335
+ "@protected": true,
336
+ "@id": "untp-core:Criterion",
337
+ "@context": {
338
+ "@protected": true,
339
+ "name": {
340
+ "@id": "schemaorg:name"
341
+ },
342
+ "description": {
343
+ "@id": "schemaorg:description"
344
+ },
345
+ "conformityTopic": {
346
+ "@id": "untp-core:conformityTopic",
347
+ "@type": "@vocab",
348
+ "@context": {
349
+ "@protected": true,
350
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/conformityTopicCode#"
351
+ }
352
+ },
353
+ "status": {
354
+ "@id": "untp-core:status",
355
+ "@type": "@vocab",
356
+ "@context": {
357
+ "@protected": true,
358
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/statusCode#"
359
+ }
360
+ },
361
+ "subCriterion": {
362
+ "@id": "untp-core:subCriterion",
363
+ "@type": "@id"
364
+ },
365
+ "thresholdValue": {
366
+ "@protected": true,
367
+ "@id": "untp-core:thresholdValue",
368
+ "@context": {
369
+ "@protected": true,
370
+ "metricName": {
371
+ "@id": "untp-core:metricName",
372
+ "@type": "xsd:string"
373
+ },
374
+ "metricValue": {
375
+ "@protected": true,
376
+ "@id": "untp-core:metricValue",
377
+ "@context": {
378
+ "@protected": true,
379
+ "value": {
380
+ "@id": "untp-core:value",
381
+ "@type": "xsd:double"
382
+ },
383
+ "unit": {
384
+ "@id": "untp-core:unit",
385
+ "@type": "@vocab",
386
+ "@context": {
387
+ "@protected": true,
388
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
389
+ }
390
+ }
391
+ }
392
+ },
393
+ "score": {
394
+ "@id": "untp-core:score",
395
+ "@type": "xsd:string"
396
+ },
397
+ "accuracy": {
398
+ "@id": "untp-core:accuracy",
399
+ "@type": "xsd:double"
400
+ }
401
+ }
402
+ },
403
+ "performanceLevel": {
404
+ "@id": "untp-core:performanceLevel",
405
+ "@type": "xsd:string"
406
+ },
407
+ "category": {
408
+ "@id": "untp-core:category",
409
+ "@type": "@id"
410
+ },
411
+ "tag": {
412
+ "@id": "untp-core:tag",
413
+ "@type": "xsd:string"
414
+ }
415
+ }
416
+ },
417
+ "Facility": {
418
+ "@protected": true,
419
+ "@id": "untp-core:Facility",
420
+ "@context": {
421
+ "@protected": true,
422
+ "name": {
423
+ "@id": "schemaorg:name"
424
+ },
425
+ "registeredId": {
426
+ "@id": "untp-core:registeredId",
427
+ "@type": "xsd:string"
428
+ },
429
+ "idScheme": {
430
+ "@id": "untp-core:idScheme",
431
+ "@type": "@id"
432
+ },
433
+ "description": {
434
+ "@id": "schemaorg:description"
435
+ },
436
+ "countryOfOperation": {
437
+ "@id": "untp-core:countryOfOperation",
438
+ "@type": "@vocab",
439
+ "@context": {
440
+ "@protected": true,
441
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
442
+ }
443
+ },
444
+ "processCategory": {
445
+ "@id": "untp-core:processCategory",
446
+ "@type": "@id"
447
+ },
448
+ "operatedByParty": {
449
+ "@id": "untp-core:Party",
450
+ "@type": "@id",
451
+ "@context": {
452
+ "@protected": true,
453
+ "name": {
454
+ "@id": "schemaorg:name"
455
+ },
456
+ "registeredId": {
457
+ "@id": "untp-core:registeredId",
458
+ "@type": "xsd:string"
459
+ },
460
+ "idScheme": {
461
+ "@id": "untp-core:idScheme",
462
+ "@type": "@id"
463
+ }
464
+ }
465
+ },
466
+ "facilityAlsoKnownAs": {
467
+ "@id": "untp-core:Facility",
468
+ "@type": "@id",
469
+ "@context": {
470
+ "@protected": true,
471
+ "name": {
472
+ "@id": "schemaorg:name"
473
+ },
474
+ "registeredId": {
475
+ "@id": "untp-core:registeredId",
476
+ "@type": "xsd:string"
477
+ },
478
+ "idScheme": {
479
+ "@id": "untp-core:idScheme",
480
+ "@type": "@id"
481
+ }
482
+ }
483
+ },
484
+ "locationInformation": {
485
+ "@protected": true,
486
+ "@id": "untp-core:locationInformation",
487
+ "@context": {
488
+ "@protected": true,
489
+ "plusCode": {
490
+ "@id": "untp-core:plusCode",
491
+ "@type": "xsd:string"
492
+ },
493
+ "geoLocation": {
494
+ "@protected": true,
495
+ "@id": "geojson:geoLocation",
496
+ "@context": {
497
+ "@protected": true,
498
+ "type": {
499
+ "@id": "geojson:type",
500
+ "@type": "xsd:string"
501
+ },
502
+ "coordinates": {
503
+ "@protected": true,
504
+ "@id": "geojson:coordinates",
505
+ "@context": {
506
+ "@protected": true,
507
+ "data": {
508
+ "@id": "geojson:data",
509
+ "@type": "xsd:double"
510
+ }
511
+ }
512
+ }
513
+ }
514
+ },
515
+ "geoBoundary": {
516
+ "@protected": true,
517
+ "@id": "geojson:geoBoundary",
518
+ "@context": {
519
+ "@protected": true,
520
+ "type": {
521
+ "@id": "geojson:type",
522
+ "@type": "xsd:string"
523
+ },
524
+ "coordinates": {
525
+ "@protected": true,
526
+ "@id": "geojson:coordinates",
527
+ "@context": {
528
+ "@protected": true,
529
+ "data": {
530
+ "@protected": true,
531
+ "@id": "geojson:data",
532
+ "@context": {
533
+ "@protected": true,
534
+ "data": {
535
+ "@id": "geojson:data",
536
+ "@type": "xsd:double"
537
+ }
538
+ }
539
+ }
540
+ }
541
+ }
542
+ }
543
+ }
544
+ }
545
+ },
546
+ "address": {
547
+ "@protected": true,
548
+ "@id": "untp-core:address",
549
+ "@context": {
550
+ "@protected": true,
551
+ "streetAddress": {
552
+ "@id": "untp-core:streetAddress",
553
+ "@type": "xsd:string"
554
+ },
555
+ "postalCode": {
556
+ "@id": "untp-core:postalCode",
557
+ "@type": "xsd:string"
558
+ },
559
+ "addressLocality": {
560
+ "@id": "untp-core:addressLocality",
561
+ "@type": "xsd:string"
562
+ },
563
+ "addressRegion": {
564
+ "@id": "untp-core:addressRegion",
565
+ "@type": "xsd:string"
566
+ },
567
+ "addressCountry": {
568
+ "@id": "untp-core:addressCountry",
569
+ "@type": "@vocab",
570
+ "@context": {
571
+ "@protected": true,
572
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
573
+ }
574
+ }
575
+ }
576
+ }
577
+ }
578
+ },
579
+ "Product": {
580
+ "@protected": true,
581
+ "@id": "untp-core:Product",
582
+ "@context": {
583
+ "@protected": true,
584
+ "name": {
585
+ "@id": "schemaorg:name"
586
+ },
587
+ "registeredId": {
588
+ "@id": "untp-core:registeredId",
589
+ "@type": "xsd:string"
590
+ },
591
+ "idScheme": {
592
+ "@id": "untp-core:idScheme",
593
+ "@type": "@id"
594
+ },
595
+ "batchNumber": {
596
+ "@id": "untp-core:batchNumber",
597
+ "@type": "xsd:string"
598
+ },
599
+ "productImage": {
600
+ "@protected": true,
601
+ "@id": "untp-core:productImage",
602
+ "@context": {
603
+ "@protected": true,
604
+ "linkURL": {
605
+ "@id": "untp-core:linkURL",
606
+ "@type": "xsd:string"
607
+ },
608
+ "linkName": {
609
+ "@id": "untp-core:linkName",
610
+ "@type": "xsd:string"
611
+ },
612
+ "linkType": {
613
+ "@id": "untp-core:linkType",
614
+ "@type": "xsd:string"
615
+ }
616
+ }
617
+ },
618
+ "description": {
619
+ "@id": "schemaorg:description"
620
+ },
621
+ "productCategory": {
622
+ "@id": "untp-core:productCategory",
623
+ "@type": "@id"
624
+ },
625
+ "furtherInformation": {
626
+ "@protected": true,
627
+ "@id": "untp-core:furtherInformation",
628
+ "@context": {
629
+ "@protected": true,
630
+ "linkURL": {
631
+ "@id": "untp-core:linkURL",
632
+ "@type": "xsd:string"
633
+ },
634
+ "linkName": {
635
+ "@id": "untp-core:linkName",
636
+ "@type": "xsd:string"
637
+ },
638
+ "linkType": {
639
+ "@id": "untp-core:linkType",
640
+ "@type": "xsd:string"
641
+ }
642
+ }
643
+ },
644
+ "producedByParty": {
645
+ "@id": "untp-core:Party",
646
+ "@type": "@id",
647
+ "@context": {
648
+ "@protected": true,
649
+ "name": {
650
+ "@id": "schemaorg:name"
651
+ },
652
+ "registeredId": {
653
+ "@id": "untp-core:registeredId",
654
+ "@type": "xsd:string"
655
+ },
656
+ "idScheme": {
657
+ "@id": "untp-core:idScheme",
658
+ "@type": "@id"
659
+ }
660
+ }
661
+ },
662
+ "producedAtFacility": {
663
+ "@id": "untp-core:Facility",
664
+ "@type": "@id",
665
+ "@context": {
666
+ "@protected": true,
667
+ "name": {
668
+ "@id": "schemaorg:name"
669
+ },
670
+ "registeredId": {
671
+ "@id": "untp-core:registeredId",
672
+ "@type": "xsd:string"
673
+ },
674
+ "idScheme": {
675
+ "@id": "untp-core:idScheme",
676
+ "@type": "@id"
677
+ }
678
+ }
679
+ },
680
+ "productionDate": {
681
+ "@id": "untp-core:productionDate",
682
+ "@type": "xsd:string"
683
+ },
684
+ "countryOfProduction": {
685
+ "@id": "untp-core:countryOfProduction",
686
+ "@type": "@vocab",
687
+ "@context": {
688
+ "@protected": true,
689
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
690
+ }
691
+ },
692
+ "serialNumber": {
693
+ "@id": "untp-core:serialNumber",
694
+ "@type": "xsd:string"
695
+ },
696
+ "dimensions": {
697
+ "@protected": true,
698
+ "@id": "untp-core:dimensions",
699
+ "@context": {
700
+ "@protected": true,
701
+ "weight": {
702
+ "@protected": true,
703
+ "@id": "untp-core:weight",
704
+ "@context": {
705
+ "@protected": true,
706
+ "value": {
707
+ "@id": "untp-core:value",
708
+ "@type": "xsd:double"
709
+ },
710
+ "unit": {
711
+ "@id": "untp-core:unit",
712
+ "@type": "@vocab",
713
+ "@context": {
714
+ "@protected": true,
715
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
716
+ }
717
+ }
718
+ }
719
+ },
720
+ "length": {
721
+ "@protected": true,
722
+ "@id": "untp-core:length",
723
+ "@context": {
724
+ "@protected": true,
725
+ "value": {
726
+ "@id": "untp-core:value",
727
+ "@type": "xsd:double"
728
+ },
729
+ "unit": {
730
+ "@id": "untp-core:unit",
731
+ "@type": "@vocab",
732
+ "@context": {
733
+ "@protected": true,
734
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
735
+ }
736
+ }
737
+ }
738
+ },
739
+ "width": {
740
+ "@protected": true,
741
+ "@id": "untp-core:width",
742
+ "@context": {
743
+ "@protected": true,
744
+ "value": {
745
+ "@id": "untp-core:value",
746
+ "@type": "xsd:double"
747
+ },
748
+ "unit": {
749
+ "@id": "untp-core:unit",
750
+ "@type": "@vocab",
751
+ "@context": {
752
+ "@protected": true,
753
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
754
+ }
755
+ }
756
+ }
757
+ },
758
+ "height": {
759
+ "@protected": true,
760
+ "@id": "untp-core:height",
761
+ "@context": {
762
+ "@protected": true,
763
+ "value": {
764
+ "@id": "untp-core:value",
765
+ "@type": "xsd:double"
766
+ },
767
+ "unit": {
768
+ "@id": "untp-core:unit",
769
+ "@type": "@vocab",
770
+ "@context": {
771
+ "@protected": true,
772
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
773
+ }
774
+ }
775
+ }
776
+ },
777
+ "volume": {
778
+ "@protected": true,
779
+ "@id": "untp-core:volume",
780
+ "@context": {
781
+ "@protected": true,
782
+ "value": {
783
+ "@id": "untp-core:value",
784
+ "@type": "xsd:double"
785
+ },
786
+ "unit": {
787
+ "@id": "untp-core:unit",
788
+ "@type": "@vocab",
789
+ "@context": {
790
+ "@protected": true,
791
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
792
+ }
793
+ }
794
+ }
795
+ }
796
+ }
797
+ }
798
+ }
799
+ },
800
+ "ConformityAssessment": {
801
+ "@protected": true,
802
+ "@id": "untp-dcc:ConformityAssessment",
803
+ "@context": {
804
+ "@protected": true,
805
+ "description": {
806
+ "@id": "schemaorg:description"
807
+ },
808
+ "assessmentDate": {
809
+ "@id": "untp-core:assessmentDate",
810
+ "@type": "xsd:string"
811
+ },
812
+ "name": {
813
+ "@id": "schemaorg:name"
814
+ },
815
+ "referenceStandard": {
816
+ "@id": "untp-core:referenceStandard",
817
+ "@type": "@id"
818
+ },
819
+ "referenceRegulation": {
820
+ "@id": "untp-core:referenceRegulation",
821
+ "@type": "@id"
822
+ },
823
+ "assessmentCriteria": {
824
+ "@id": "untp-core:assessmentCriteria",
825
+ "@type": "@id"
826
+ },
827
+ "declaredValue": {
828
+ "@protected": true,
829
+ "@id": "untp-core:declaredValue",
830
+ "@context": {
831
+ "@protected": true,
832
+ "metricName": {
833
+ "@id": "untp-core:metricName",
834
+ "@type": "xsd:string"
835
+ },
836
+ "metricValue": {
837
+ "@protected": true,
838
+ "@id": "untp-core:metricValue",
839
+ "@context": {
840
+ "@protected": true,
841
+ "value": {
842
+ "@id": "untp-core:value",
843
+ "@type": "xsd:double"
844
+ },
845
+ "unit": {
846
+ "@id": "untp-core:unit",
847
+ "@type": "@vocab",
848
+ "@context": {
849
+ "@protected": true,
850
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
851
+ }
852
+ }
853
+ }
854
+ },
855
+ "score": {
856
+ "@id": "untp-core:score",
857
+ "@type": "xsd:string"
858
+ },
859
+ "accuracy": {
860
+ "@id": "untp-core:accuracy",
861
+ "@type": "xsd:double"
862
+ }
863
+ }
864
+ },
865
+ "conformance": {
866
+ "@id": "untp-core:conformance",
867
+ "@type": "xsd:boolean"
868
+ },
869
+ "conformityTopic": {
870
+ "@id": "untp-core:conformityTopic",
871
+ "@type": "@vocab",
872
+ "@context": {
873
+ "@protected": true,
874
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/conformityTopicCode#"
875
+ }
876
+ },
877
+ "assessedProduct": {
878
+ "@protected": true,
879
+ "@id": "untp-dcc:assessedProduct",
880
+ "@context": {
881
+ "@protected": true,
882
+ "product": {
883
+ "@id": "untp-core:Product",
884
+ "@type": "@id",
885
+ "@context": {
886
+ "@protected": true,
887
+ "name": {
888
+ "@id": "schemaorg:name"
889
+ },
890
+ "registeredId": {
891
+ "@id": "untp-core:registeredId",
892
+ "@type": "xsd:string"
893
+ },
894
+ "idScheme": {
895
+ "@id": "untp-core:idScheme",
896
+ "@type": "@id"
897
+ },
898
+ "batchNumber": {
899
+ "@id": "untp-core:batchNumber",
900
+ "@type": "xsd:string"
901
+ },
902
+ "serialNumber": {
903
+ "@id": "untp-core:serialNumber",
904
+ "@type": "xsd:string"
905
+ }
906
+ }
907
+ },
908
+ "IDverifiedByCAB": {
909
+ "@id": "untp-dcc:IDverifiedByCAB",
910
+ "@type": "xsd:boolean"
911
+ }
912
+ }
913
+ },
914
+ "assessedFacility": {
915
+ "@protected": true,
916
+ "@id": "untp-dcc:assessedFacility",
917
+ "@context": {
918
+ "@protected": true,
919
+ "facility": {
920
+ "@id": "untp-core:Facility",
921
+ "@type": "@id",
922
+ "@context": {
923
+ "@protected": true,
924
+ "name": {
925
+ "@id": "schemaorg:name"
926
+ },
927
+ "registeredId": {
928
+ "@id": "untp-core:registeredId",
929
+ "@type": "xsd:string"
930
+ },
931
+ "idScheme": {
932
+ "@id": "untp-core:idScheme",
933
+ "@type": "@id"
934
+ }
935
+ }
936
+ },
937
+ "IDverifiedByCAB": {
938
+ "@id": "untp-dcc:IDverifiedByCAB",
939
+ "@type": "xsd:boolean"
940
+ }
941
+ }
942
+ },
943
+ "assessedOrganisation": {
944
+ "@id": "untp-core:Party",
945
+ "@type": "@id",
946
+ "@context": {
947
+ "@protected": true,
948
+ "name": {
949
+ "@id": "schemaorg:name"
950
+ },
951
+ "registeredId": {
952
+ "@id": "untp-core:registeredId",
953
+ "@type": "xsd:string"
954
+ },
955
+ "idScheme": {
956
+ "@id": "untp-core:idScheme",
957
+ "@type": "@id"
958
+ },
959
+ "description": {
960
+ "@id": "schemaorg:description"
961
+ }
962
+ }
963
+ },
964
+ "auditor": {
965
+ "@id": "untp-core:Party",
966
+ "@type": "@id",
967
+ "@context": {
968
+ "@protected": true,
969
+ "name": {
970
+ "@id": "schemaorg:name"
971
+ },
972
+ "registeredId": {
973
+ "@id": "untp-core:registeredId",
974
+ "@type": "xsd:string"
975
+ },
976
+ "idScheme": {
977
+ "@id": "untp-core:idScheme",
978
+ "@type": "@id"
979
+ },
980
+ "description": {
981
+ "@id": "schemaorg:description"
982
+ }
983
+ }
984
+ }
985
+ }
986
+ },
987
+ "ConformityAttestation": {
988
+ "@protected": true,
989
+ "@id": "untp-dcc:ConformityAttestation",
990
+ "@context": {
991
+ "@protected": true,
992
+ "name": {
993
+ "@id": "schemaorg:name"
994
+ },
995
+ "assessorLevel": {
996
+ "@id": "untp-core:assessorLevel",
997
+ "@type": "@vocab",
998
+ "@context": {
999
+ "@protected": true,
1000
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/assessorLevelCode#"
1001
+ }
1002
+ },
1003
+ "assessmentLevel": {
1004
+ "@id": "untp-core:assessmentLevel",
1005
+ "@type": "@vocab",
1006
+ "@context": {
1007
+ "@protected": true,
1008
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/assessmentLevelCode#"
1009
+ }
1010
+ },
1011
+ "attestationType": {
1012
+ "@id": "untp-core:attestationType",
1013
+ "@type": "@vocab",
1014
+ "@context": {
1015
+ "@protected": true,
1016
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/attestationTypeCode#"
1017
+ }
1018
+ },
1019
+ "description": {
1020
+ "@id": "schemaorg:description"
1021
+ },
1022
+ "issuedToParty": {
1023
+ "@id": "untp-core:Party",
1024
+ "@type": "@id",
1025
+ "@context": {
1026
+ "@protected": true,
1027
+ "name": {
1028
+ "@id": "schemaorg:name"
1029
+ },
1030
+ "registeredId": {
1031
+ "@id": "untp-core:registeredId",
1032
+ "@type": "xsd:string"
1033
+ },
1034
+ "idScheme": {
1035
+ "@id": "untp-core:idScheme",
1036
+ "@type": "@id"
1037
+ },
1038
+ "description": {
1039
+ "@id": "schemaorg:description"
1040
+ }
1041
+ }
1042
+ },
1043
+ "authorisation": {
1044
+ "@id": "untp-core:authorisation",
1045
+ "@type": "@id"
1046
+ },
1047
+ "conformityCertificate": {
1048
+ "@protected": true,
1049
+ "@id": "untp-core:conformityCertificate",
1050
+ "@context": {
1051
+ "@protected": true,
1052
+ "linkURL": {
1053
+ "@id": "untp-core:linkURL",
1054
+ "@type": "xsd:string"
1055
+ },
1056
+ "linkName": {
1057
+ "@id": "untp-core:linkName",
1058
+ "@type": "xsd:string"
1059
+ },
1060
+ "linkType": {
1061
+ "@id": "untp-core:linkType",
1062
+ "@type": "xsd:string"
1063
+ },
1064
+ "hashDigest": {
1065
+ "@id": "untp-core:hashDigest",
1066
+ "@type": "xsd:string"
1067
+ },
1068
+ "hashMethod": {
1069
+ "@id": "untp-core:hashMethod",
1070
+ "@type": "@vocab",
1071
+ "@context": {
1072
+ "@protected": true,
1073
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/hashMethodCode#"
1074
+ }
1075
+ },
1076
+ "encryptionMethod": {
1077
+ "@id": "untp-core:encryptionMethod",
1078
+ "@type": "@vocab",
1079
+ "@context": {
1080
+ "@protected": true,
1081
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/encryptionMethodCode#"
1082
+ }
1083
+ }
1084
+ }
1085
+ },
1086
+ "auditableEvidence": {
1087
+ "@protected": true,
1088
+ "@id": "untp-core:auditableEvidence",
1089
+ "@context": {
1090
+ "@protected": true,
1091
+ "linkURL": {
1092
+ "@id": "untp-core:linkURL",
1093
+ "@type": "xsd:string"
1094
+ },
1095
+ "linkName": {
1096
+ "@id": "untp-core:linkName",
1097
+ "@type": "xsd:string"
1098
+ },
1099
+ "linkType": {
1100
+ "@id": "untp-core:linkType",
1101
+ "@type": "xsd:string"
1102
+ },
1103
+ "hashDigest": {
1104
+ "@id": "untp-core:hashDigest",
1105
+ "@type": "xsd:string"
1106
+ },
1107
+ "hashMethod": {
1108
+ "@id": "untp-core:hashMethod",
1109
+ "@type": "@vocab",
1110
+ "@context": {
1111
+ "@protected": true,
1112
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/hashMethodCode#"
1113
+ }
1114
+ },
1115
+ "encryptionMethod": {
1116
+ "@id": "untp-core:encryptionMethod",
1117
+ "@type": "@vocab",
1118
+ "@context": {
1119
+ "@protected": true,
1120
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/encryptionMethodCode#"
1121
+ }
1122
+ }
1123
+ }
1124
+ },
1125
+ "scope": {
1126
+ "@id": "untp-core:scope",
1127
+ "@type": "@id"
1128
+ },
1129
+ "assessment": {
1130
+ "@id": "untp-dcc:assessment",
1131
+ "@type": "@id"
1132
+ }
1133
+ }
1134
+ },
1135
+ "Attestation": {
1136
+ "@protected": true,
1137
+ "@id": "untp-core:Attestation",
1138
+ "@context": {
1139
+ "@protected": true,
1140
+ "name": {
1141
+ "@id": "schemaorg:name"
1142
+ },
1143
+ "assessorLevel": {
1144
+ "@id": "untp-core:assessorLevel",
1145
+ "@type": "@vocab",
1146
+ "@context": {
1147
+ "@protected": true,
1148
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/assessorLevelCode#"
1149
+ }
1150
+ },
1151
+ "assessmentLevel": {
1152
+ "@id": "untp-core:assessmentLevel",
1153
+ "@type": "@vocab",
1154
+ "@context": {
1155
+ "@protected": true,
1156
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/assessmentLevelCode#"
1157
+ }
1158
+ },
1159
+ "attestationType": {
1160
+ "@id": "untp-core:attestationType",
1161
+ "@type": "@vocab",
1162
+ "@context": {
1163
+ "@protected": true,
1164
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/attestationTypeCode#"
1165
+ }
1166
+ },
1167
+ "description": {
1168
+ "@id": "schemaorg:description"
1169
+ },
1170
+ "issuedToParty": {
1171
+ "@id": "untp-core:Party",
1172
+ "@type": "@id",
1173
+ "@context": {
1174
+ "@protected": true,
1175
+ "name": {
1176
+ "@id": "schemaorg:name"
1177
+ },
1178
+ "registeredId": {
1179
+ "@id": "untp-core:registeredId",
1180
+ "@type": "xsd:string"
1181
+ },
1182
+ "idScheme": {
1183
+ "@id": "untp-core:idScheme",
1184
+ "@type": "@id"
1185
+ },
1186
+ "description": {
1187
+ "@id": "schemaorg:description"
1188
+ }
1189
+ }
1190
+ },
1191
+ "authorisation": {
1192
+ "@id": "untp-core:authorisation",
1193
+ "@type": "@id"
1194
+ },
1195
+ "conformityCertificate": {
1196
+ "@protected": true,
1197
+ "@id": "untp-core:conformityCertificate",
1198
+ "@context": {
1199
+ "@protected": true,
1200
+ "linkURL": {
1201
+ "@id": "untp-core:linkURL",
1202
+ "@type": "xsd:string"
1203
+ },
1204
+ "linkName": {
1205
+ "@id": "untp-core:linkName",
1206
+ "@type": "xsd:string"
1207
+ },
1208
+ "linkType": {
1209
+ "@id": "untp-core:linkType",
1210
+ "@type": "xsd:string"
1211
+ },
1212
+ "hashDigest": {
1213
+ "@id": "untp-core:hashDigest",
1214
+ "@type": "xsd:string"
1215
+ },
1216
+ "hashMethod": {
1217
+ "@id": "untp-core:hashMethod",
1218
+ "@type": "@vocab",
1219
+ "@context": {
1220
+ "@protected": true,
1221
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/hashMethodCode#"
1222
+ }
1223
+ },
1224
+ "encryptionMethod": {
1225
+ "@id": "untp-core:encryptionMethod",
1226
+ "@type": "@vocab",
1227
+ "@context": {
1228
+ "@protected": true,
1229
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/encryptionMethodCode#"
1230
+ }
1231
+ }
1232
+ }
1233
+ },
1234
+ "auditableEvidence": {
1235
+ "@protected": true,
1236
+ "@id": "untp-core:auditableEvidence",
1237
+ "@context": {
1238
+ "@protected": true,
1239
+ "linkURL": {
1240
+ "@id": "untp-core:linkURL",
1241
+ "@type": "xsd:string"
1242
+ },
1243
+ "linkName": {
1244
+ "@id": "untp-core:linkName",
1245
+ "@type": "xsd:string"
1246
+ },
1247
+ "linkType": {
1248
+ "@id": "untp-core:linkType",
1249
+ "@type": "xsd:string"
1250
+ },
1251
+ "hashDigest": {
1252
+ "@id": "untp-core:hashDigest",
1253
+ "@type": "xsd:string"
1254
+ },
1255
+ "hashMethod": {
1256
+ "@id": "untp-core:hashMethod",
1257
+ "@type": "@vocab",
1258
+ "@context": {
1259
+ "@protected": true,
1260
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/hashMethodCode#"
1261
+ }
1262
+ },
1263
+ "encryptionMethod": {
1264
+ "@id": "untp-core:encryptionMethod",
1265
+ "@type": "@vocab",
1266
+ "@context": {
1267
+ "@protected": true,
1268
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/encryptionMethodCode#"
1269
+ }
1270
+ }
1271
+ }
1272
+ }
1273
+ }
1274
+ },
1275
+ "Declaration": {
1276
+ "@protected": true,
1277
+ "@id": "untp-core:Declaration",
1278
+ "@context": {
1279
+ "@protected": true,
1280
+ "description": {
1281
+ "@id": "schemaorg:description"
1282
+ },
1283
+ "referenceStandard": {
1284
+ "@id": "untp-core:referenceStandard",
1285
+ "@type": "@id"
1286
+ },
1287
+ "referenceRegulation": {
1288
+ "@id": "untp-core:referenceRegulation",
1289
+ "@type": "@id"
1290
+ },
1291
+ "assessmentCriteria": {
1292
+ "@id": "untp-core:assessmentCriteria",
1293
+ "@type": "@id"
1294
+ },
1295
+ "assessmentDate": {
1296
+ "@id": "untp-core:assessmentDate",
1297
+ "@type": "xsd:string"
1298
+ },
1299
+ "declaredValue": {
1300
+ "@protected": true,
1301
+ "@id": "untp-core:declaredValue",
1302
+ "@context": {
1303
+ "@protected": true,
1304
+ "metricName": {
1305
+ "@id": "untp-core:metricName",
1306
+ "@type": "xsd:string"
1307
+ },
1308
+ "metricValue": {
1309
+ "@protected": true,
1310
+ "@id": "untp-core:metricValue",
1311
+ "@context": {
1312
+ "@protected": true,
1313
+ "value": {
1314
+ "@id": "untp-core:value",
1315
+ "@type": "xsd:double"
1316
+ },
1317
+ "unit": {
1318
+ "@id": "untp-core:unit",
1319
+ "@type": "@vocab",
1320
+ "@context": {
1321
+ "@protected": true,
1322
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
1323
+ }
1324
+ }
1325
+ }
1326
+ },
1327
+ "score": {
1328
+ "@id": "untp-core:score",
1329
+ "@type": "xsd:string"
1330
+ },
1331
+ "accuracy": {
1332
+ "@id": "untp-core:accuracy",
1333
+ "@type": "xsd:double"
1334
+ }
1335
+ }
1336
+ },
1337
+ "conformance": {
1338
+ "@id": "untp-core:conformance",
1339
+ "@type": "xsd:boolean"
1340
+ },
1341
+ "conformityTopic": {
1342
+ "@id": "untp-core:conformityTopic",
1343
+ "@type": "@vocab",
1344
+ "@context": {
1345
+ "@protected": true,
1346
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/conformityTopicCode#"
1347
+ }
1348
+ }
1349
+ }
1350
+ },
1351
+ "RenderTemplate2024": {
1352
+ "@protected": true,
1353
+ "@id": "untp-core:RenderTemplate2024",
1354
+ "@context": {
1355
+ "@protected": true,
1356
+ "name": {
1357
+ "@id": "schemaorg:name"
1358
+ },
1359
+ "mediaQuery": {
1360
+ "@id": "untp-core:mediaQuery",
1361
+ "@type": "xsd:string"
1362
+ },
1363
+ "template": {
1364
+ "@id": "renderMethodPrefix:template",
1365
+ "@type": "xsd:string"
1366
+ },
1367
+ "url": {
1368
+ "@id": "renderMethodPrefix:url",
1369
+ "@type": "xsd:string"
1370
+ }
1371
+ }
1372
+ },
1373
+ "WebRenderingTemplate2022": {
1374
+ "@protected": true,
1375
+ "@id": "untp-core:WebRenderingTemplate2022",
1376
+ "@context": {
1377
+ "@protected": true,
1378
+ "name": {
1379
+ "@id": "schemaorg:name"
1380
+ },
1381
+ "template": {
1382
+ "@id": "renderMethodPrefix:template",
1383
+ "@type": "xsd:string"
1384
+ }
1385
+ }
1386
+ }
1387
+ }
1388
+ }