@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,1285 @@
1
+ {
2
+ "@context": {
3
+ "untp-dte": "https://test.uncefact.org/vocabulary/untp/dte/0/",
4
+ "untp-core": "https://test.uncefact.org/vocabulary/untp/core/0/",
5
+ "geojson": "https://purl.org/geojson/vocab#",
6
+ "renderMethodPrefix": "https://w3id.org/vc/render-method#",
7
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
8
+ "@protected": true,
9
+ "@version": 1.1,
10
+ "DigitalTraceabilityEvent": {
11
+ "@protected": true,
12
+ "@id": "untp-dte:DigitalTraceabilityEvent"
13
+ },
14
+ "IdentifierScheme": {
15
+ "@protected": true,
16
+ "@id": "untp-core:IdentifierScheme"
17
+ },
18
+ "Classification": {
19
+ "@protected": true,
20
+ "@id": "untp-core:Classification",
21
+ "@context": {
22
+ "@protected": true,
23
+ "code": {
24
+ "@id": "untp-core:code",
25
+ "@type": "xsd:string"
26
+ },
27
+ "schemeID": {
28
+ "@id": "untp-core:schemeID",
29
+ "@type": "xsd:string"
30
+ },
31
+ "schemeName": {
32
+ "@id": "untp-core:schemeName",
33
+ "@type": "xsd:string"
34
+ }
35
+ }
36
+ },
37
+ "Party": {
38
+ "@protected": true,
39
+ "@id": "untp-core:Party",
40
+ "@context": {
41
+ "@protected": true,
42
+ "registeredId": {
43
+ "@id": "untp-core:registeredId",
44
+ "@type": "xsd:string"
45
+ },
46
+ "idScheme": {
47
+ "@id": "untp-core:idScheme",
48
+ "@type": "@id"
49
+ },
50
+ "registrationCountry": {
51
+ "@id": "untp-core:registrationCountry",
52
+ "@type": "@vocab",
53
+ "@context": {
54
+ "@protected": true,
55
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
56
+ }
57
+ },
58
+ "organisationWebsite": {
59
+ "@id": "untp-core:organisationWebsite",
60
+ "@type": "xsd:string"
61
+ },
62
+ "industryCategory": {
63
+ "@id": "untp-core:industryCategory",
64
+ "@type": "@id"
65
+ },
66
+ "partyAlsoKnownAs": {
67
+ "@id": "untp-core:Party",
68
+ "@type": "@id",
69
+ "@context": {
70
+ "@protected": true,
71
+ "registeredId": {
72
+ "@id": "untp-core:registeredId",
73
+ "@type": "xsd:string"
74
+ },
75
+ "idScheme": {
76
+ "@id": "untp-core:idScheme",
77
+ "@type": "@id"
78
+ }
79
+ }
80
+ }
81
+ }
82
+ },
83
+ "CredentialIssuer": {
84
+ "@protected": true,
85
+ "@id": "untp-core:CredentialIssuer",
86
+ "@context": {
87
+ "@protected": true,
88
+ "issuerAlsoKnownAs": {
89
+ "@id": "untp-core:Party",
90
+ "@type": "@id",
91
+ "@context": {
92
+ "@protected": true,
93
+ "registeredId": {
94
+ "@id": "untp-core:registeredId",
95
+ "@type": "xsd:string"
96
+ },
97
+ "idScheme": {
98
+ "@id": "untp-core:idScheme",
99
+ "@type": "@id"
100
+ }
101
+ }
102
+ }
103
+ }
104
+ },
105
+ "Item": {
106
+ "@protected": true,
107
+ "@id": "untp-dte:Item"
108
+ },
109
+ "Event": {
110
+ "@protected": true,
111
+ "@id": "untp-dte:Event",
112
+ "@context": {
113
+ "@protected": true,
114
+ "processType": {
115
+ "@id": "untp-dte:processType",
116
+ "@type": "xsd:string"
117
+ },
118
+ "eventTime": {
119
+ "@id": "untp-dte:eventTime",
120
+ "@type": "xsd:string"
121
+ },
122
+ "action": {
123
+ "@id": "untp-dte:action",
124
+ "@type": "@vocab",
125
+ "@context": {
126
+ "@protected": true,
127
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/dte/0/actionCode#"
128
+ }
129
+ },
130
+ "disposition": {
131
+ "@id": "untp-dte:disposition",
132
+ "@type": "@vocab",
133
+ "@context": {
134
+ "@protected": true,
135
+ "@vocab": "https://ref.gs1.org/cbv/Disp-"
136
+ }
137
+ },
138
+ "bizStep": {
139
+ "@id": "untp-dte:bizStep",
140
+ "@type": "@vocab",
141
+ "@context": {
142
+ "@protected": true,
143
+ "@vocab": "https://ref.gs1.org/cbv/BizStep-"
144
+ }
145
+ },
146
+ "bizLocation": {
147
+ "@id": "untp-dte:bizLocation",
148
+ "@type": "xsd:string"
149
+ },
150
+ "sensorElementList": {
151
+ "@protected": true,
152
+ "@id": "untp-dte:sensorElementList",
153
+ "@context": {
154
+ "@protected": true,
155
+ "sensorMetadata": {
156
+ "@protected": true,
157
+ "@id": "untp-dte:sensorMetadata",
158
+ "@context": {
159
+ "@protected": true,
160
+ "device": {
161
+ "@id": "untp-dte:device",
162
+ "@type": "@id"
163
+ },
164
+ "dataProcessingMethod": {
165
+ "@id": "untp-dte:dataProcessingMethod",
166
+ "@type": "xsd:string"
167
+ }
168
+ }
169
+ },
170
+ "sensorReport": {
171
+ "@protected": true,
172
+ "@id": "untp-dte:sensorReport",
173
+ "@context": {
174
+ "@protected": true,
175
+ "time": {
176
+ "@id": "untp-dte:time",
177
+ "@type": "xsd:string"
178
+ },
179
+ "sensorType": {
180
+ "@id": "untp-dte:sensorType",
181
+ "@type": "xsd:string"
182
+ },
183
+ "value": {
184
+ "@id": "untp-dte:value",
185
+ "@type": "xsd:decimal"
186
+ },
187
+ "uom": {
188
+ "@id": "untp-dte:uom",
189
+ "@type": "@vocab",
190
+ "@context": {
191
+ "@protected": true,
192
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
193
+ }
194
+ }
195
+ }
196
+ },
197
+ "sensorIntegrityProof": {
198
+ "@id": "untp-dte:sensorIntegrityProof",
199
+ "@type": "xsd:string"
200
+ }
201
+ }
202
+ }
203
+ }
204
+ },
205
+ "Facility": {
206
+ "@protected": true,
207
+ "@id": "untp-core:Facility",
208
+ "@context": {
209
+ "@protected": true,
210
+ "registeredId": {
211
+ "@id": "untp-core:registeredId",
212
+ "@type": "xsd:string"
213
+ },
214
+ "idScheme": {
215
+ "@id": "untp-core:idScheme",
216
+ "@type": "@id"
217
+ },
218
+ "countryOfOperation": {
219
+ "@id": "untp-core:countryOfOperation",
220
+ "@type": "@vocab",
221
+ "@context": {
222
+ "@protected": true,
223
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
224
+ }
225
+ },
226
+ "processCategory": {
227
+ "@id": "untp-core:processCategory",
228
+ "@type": "@id"
229
+ },
230
+ "operatedByParty": {
231
+ "@id": "untp-core:Party",
232
+ "@type": "@id",
233
+ "@context": {
234
+ "@protected": true,
235
+ "registeredId": {
236
+ "@id": "untp-core:registeredId",
237
+ "@type": "xsd:string"
238
+ },
239
+ "idScheme": {
240
+ "@id": "untp-core:idScheme",
241
+ "@type": "@id"
242
+ }
243
+ }
244
+ },
245
+ "facilityAlsoKnownAs": {
246
+ "@id": "untp-core:Facility",
247
+ "@type": "@id",
248
+ "@context": {
249
+ "@protected": true,
250
+ "registeredId": {
251
+ "@id": "untp-core:registeredId",
252
+ "@type": "xsd:string"
253
+ },
254
+ "idScheme": {
255
+ "@id": "untp-core:idScheme",
256
+ "@type": "@id"
257
+ }
258
+ }
259
+ },
260
+ "locationInformation": {
261
+ "@protected": true,
262
+ "@id": "untp-core:locationInformation",
263
+ "@context": {
264
+ "@protected": true,
265
+ "plusCode": {
266
+ "@id": "untp-core:plusCode",
267
+ "@type": "xsd:string"
268
+ },
269
+ "geoLocation": {
270
+ "@protected": true,
271
+ "@id": "geojson:geoLocation",
272
+ "@context": {
273
+ "@protected": true,
274
+ "type": {
275
+ "@id": "geojson:type",
276
+ "@type": "xsd:string"
277
+ },
278
+ "coordinates": {
279
+ "@protected": true,
280
+ "@id": "geojson:coordinates",
281
+ "@context": {
282
+ "@protected": true,
283
+ "data": {
284
+ "@id": "geojson:data",
285
+ "@type": "xsd:decimal"
286
+ }
287
+ }
288
+ }
289
+ }
290
+ },
291
+ "geoBoundary": {
292
+ "@protected": true,
293
+ "@id": "geojson:geoBoundary",
294
+ "@context": {
295
+ "@protected": true,
296
+ "type": {
297
+ "@id": "geojson:type",
298
+ "@type": "xsd:string"
299
+ },
300
+ "coordinates": {
301
+ "@protected": true,
302
+ "@id": "geojson:coordinates",
303
+ "@context": {
304
+ "@protected": true,
305
+ "data": {
306
+ "@protected": true,
307
+ "@id": "geojson:data",
308
+ "@context": {
309
+ "@protected": true,
310
+ "data": {
311
+ "@id": "geojson:data",
312
+ "@type": "xsd:decimal"
313
+ }
314
+ }
315
+ }
316
+ }
317
+ }
318
+ }
319
+ }
320
+ }
321
+ },
322
+ "address": {
323
+ "@protected": true,
324
+ "@id": "untp-core:address",
325
+ "@context": {
326
+ "@protected": true,
327
+ "streetAddress": {
328
+ "@id": "untp-core:streetAddress",
329
+ "@type": "xsd:string"
330
+ },
331
+ "postalCode": {
332
+ "@id": "untp-core:postalCode",
333
+ "@type": "xsd:string"
334
+ },
335
+ "addressLocality": {
336
+ "@id": "untp-core:addressLocality",
337
+ "@type": "xsd:string"
338
+ },
339
+ "addressRegion": {
340
+ "@id": "untp-core:addressRegion",
341
+ "@type": "xsd:string"
342
+ },
343
+ "addressCountry": {
344
+ "@id": "untp-core:addressCountry",
345
+ "@type": "@vocab",
346
+ "@context": {
347
+ "@protected": true,
348
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
349
+ }
350
+ }
351
+ }
352
+ }
353
+ }
354
+ },
355
+ "Product": {
356
+ "@protected": true,
357
+ "@id": "untp-core:Product",
358
+ "@context": {
359
+ "@protected": true,
360
+ "registeredId": {
361
+ "@id": "untp-core:registeredId",
362
+ "@type": "xsd:string"
363
+ },
364
+ "idScheme": {
365
+ "@id": "untp-core:idScheme",
366
+ "@type": "@id"
367
+ },
368
+ "batchNumber": {
369
+ "@id": "untp-core:batchNumber",
370
+ "@type": "xsd:string"
371
+ },
372
+ "productImage": {
373
+ "@protected": true,
374
+ "@id": "untp-core:productImage",
375
+ "@context": {
376
+ "@protected": true,
377
+ "linkURL": {
378
+ "@id": "untp-core:linkURL",
379
+ "@type": "xsd:string"
380
+ },
381
+ "linkName": {
382
+ "@id": "untp-core:linkName",
383
+ "@type": "xsd:string"
384
+ },
385
+ "linkType": {
386
+ "@id": "untp-core:linkType",
387
+ "@type": "xsd:string"
388
+ }
389
+ }
390
+ },
391
+ "productCategory": {
392
+ "@id": "untp-core:productCategory",
393
+ "@type": "@id"
394
+ },
395
+ "furtherInformation": {
396
+ "@protected": true,
397
+ "@id": "untp-core:furtherInformation",
398
+ "@context": {
399
+ "@protected": true,
400
+ "linkURL": {
401
+ "@id": "untp-core:linkURL",
402
+ "@type": "xsd:string"
403
+ },
404
+ "linkName": {
405
+ "@id": "untp-core:linkName",
406
+ "@type": "xsd:string"
407
+ },
408
+ "linkType": {
409
+ "@id": "untp-core:linkType",
410
+ "@type": "xsd:string"
411
+ }
412
+ }
413
+ },
414
+ "producedByParty": {
415
+ "@id": "untp-core:Party",
416
+ "@type": "@id",
417
+ "@context": {
418
+ "@protected": true,
419
+ "registeredId": {
420
+ "@id": "untp-core:registeredId",
421
+ "@type": "xsd:string"
422
+ },
423
+ "idScheme": {
424
+ "@id": "untp-core:idScheme",
425
+ "@type": "@id"
426
+ }
427
+ }
428
+ },
429
+ "producedAtFacility": {
430
+ "@id": "untp-core:Facility",
431
+ "@type": "@id",
432
+ "@context": {
433
+ "@protected": true,
434
+ "registeredId": {
435
+ "@id": "untp-core:registeredId",
436
+ "@type": "xsd:string"
437
+ },
438
+ "idScheme": {
439
+ "@id": "untp-core:idScheme",
440
+ "@type": "@id"
441
+ }
442
+ }
443
+ },
444
+ "productionDate": {
445
+ "@id": "untp-core:productionDate",
446
+ "@type": "xsd:string"
447
+ },
448
+ "countryOfProduction": {
449
+ "@id": "untp-core:countryOfProduction",
450
+ "@type": "@vocab",
451
+ "@context": {
452
+ "@protected": true,
453
+ "@vocab": "https://vocabulary.uncefact.org/CountryId#"
454
+ }
455
+ },
456
+ "serialNumber": {
457
+ "@id": "untp-core:serialNumber",
458
+ "@type": "xsd:string"
459
+ },
460
+ "dimensions": {
461
+ "@protected": true,
462
+ "@id": "untp-core:dimensions",
463
+ "@context": {
464
+ "@protected": true,
465
+ "weight": {
466
+ "@protected": true,
467
+ "@id": "untp-core:weight",
468
+ "@context": {
469
+ "@protected": true,
470
+ "value": {
471
+ "@id": "untp-core:value",
472
+ "@type": "xsd:decimal"
473
+ },
474
+ "unit": {
475
+ "@id": "untp-core:unit",
476
+ "@type": "@vocab",
477
+ "@context": {
478
+ "@protected": true,
479
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
480
+ }
481
+ }
482
+ }
483
+ },
484
+ "length": {
485
+ "@protected": true,
486
+ "@id": "untp-core:length",
487
+ "@context": {
488
+ "@protected": true,
489
+ "value": {
490
+ "@id": "untp-core:value",
491
+ "@type": "xsd:decimal"
492
+ },
493
+ "unit": {
494
+ "@id": "untp-core:unit",
495
+ "@type": "@vocab",
496
+ "@context": {
497
+ "@protected": true,
498
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
499
+ }
500
+ }
501
+ }
502
+ },
503
+ "width": {
504
+ "@protected": true,
505
+ "@id": "untp-core:width",
506
+ "@context": {
507
+ "@protected": true,
508
+ "value": {
509
+ "@id": "untp-core:value",
510
+ "@type": "xsd:decimal"
511
+ },
512
+ "unit": {
513
+ "@id": "untp-core:unit",
514
+ "@type": "@vocab",
515
+ "@context": {
516
+ "@protected": true,
517
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
518
+ }
519
+ }
520
+ }
521
+ },
522
+ "height": {
523
+ "@protected": true,
524
+ "@id": "untp-core:height",
525
+ "@context": {
526
+ "@protected": true,
527
+ "value": {
528
+ "@id": "untp-core:value",
529
+ "@type": "xsd:decimal"
530
+ },
531
+ "unit": {
532
+ "@id": "untp-core:unit",
533
+ "@type": "@vocab",
534
+ "@context": {
535
+ "@protected": true,
536
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
537
+ }
538
+ }
539
+ }
540
+ },
541
+ "volume": {
542
+ "@protected": true,
543
+ "@id": "untp-core:volume",
544
+ "@context": {
545
+ "@protected": true,
546
+ "value": {
547
+ "@id": "untp-core:value",
548
+ "@type": "xsd:decimal"
549
+ },
550
+ "unit": {
551
+ "@id": "untp-core:unit",
552
+ "@type": "@vocab",
553
+ "@context": {
554
+ "@protected": true,
555
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
556
+ }
557
+ }
558
+ }
559
+ }
560
+ }
561
+ }
562
+ }
563
+ },
564
+ "TransformationEvent": {
565
+ "@protected": true,
566
+ "@id": "untp-dte:TransformationEvent",
567
+ "@context": {
568
+ "@protected": true,
569
+ "processType": {
570
+ "@id": "untp-dte:processType",
571
+ "@type": "xsd:string"
572
+ },
573
+ "eventTime": {
574
+ "@id": "untp-dte:eventTime",
575
+ "@type": "xsd:string"
576
+ },
577
+ "action": {
578
+ "@id": "untp-dte:action",
579
+ "@type": "@vocab",
580
+ "@context": {
581
+ "@protected": true,
582
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/dte/0/actionCode#"
583
+ }
584
+ },
585
+ "disposition": {
586
+ "@id": "untp-dte:disposition",
587
+ "@type": "@vocab",
588
+ "@context": {
589
+ "@protected": true,
590
+ "@vocab": "https://ref.gs1.org/cbv/Disp-"
591
+ }
592
+ },
593
+ "bizStep": {
594
+ "@id": "untp-dte:bizStep",
595
+ "@type": "@vocab",
596
+ "@context": {
597
+ "@protected": true,
598
+ "@vocab": "https://ref.gs1.org/cbv/BizStep-"
599
+ }
600
+ },
601
+ "bizLocation": {
602
+ "@id": "untp-dte:bizLocation",
603
+ "@type": "xsd:string"
604
+ },
605
+ "sensorElementList": {
606
+ "@protected": true,
607
+ "@id": "untp-dte:sensorElementList",
608
+ "@context": {
609
+ "@protected": true,
610
+ "sensorMetadata": {
611
+ "@protected": true,
612
+ "@id": "untp-dte:sensorMetadata",
613
+ "@context": {
614
+ "@protected": true,
615
+ "device": {
616
+ "@id": "untp-dte:device",
617
+ "@type": "@id"
618
+ },
619
+ "dataProcessingMethod": {
620
+ "@id": "untp-dte:dataProcessingMethod",
621
+ "@type": "xsd:string"
622
+ }
623
+ }
624
+ },
625
+ "sensorReport": {
626
+ "@protected": true,
627
+ "@id": "untp-dte:sensorReport",
628
+ "@context": {
629
+ "@protected": true,
630
+ "time": {
631
+ "@id": "untp-dte:time",
632
+ "@type": "xsd:string"
633
+ },
634
+ "sensorType": {
635
+ "@id": "untp-dte:sensorType",
636
+ "@type": "xsd:string"
637
+ },
638
+ "value": {
639
+ "@id": "untp-dte:value",
640
+ "@type": "xsd:decimal"
641
+ },
642
+ "uom": {
643
+ "@id": "untp-dte:uom",
644
+ "@type": "@vocab",
645
+ "@context": {
646
+ "@protected": true,
647
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
648
+ }
649
+ }
650
+ }
651
+ },
652
+ "sensorIntegrityProof": {
653
+ "@id": "untp-dte:sensorIntegrityProof",
654
+ "@type": "xsd:string"
655
+ }
656
+ }
657
+ },
658
+ "outputEPCList": {
659
+ "@id": "untp-dte:outputEPCList",
660
+ "@type": "@id"
661
+ },
662
+ "inputEPCList": {
663
+ "@id": "untp-dte:inputEPCList",
664
+ "@type": "@id"
665
+ },
666
+ "inputQuantityList": {
667
+ "@protected": true,
668
+ "@id": "untp-dte:inputQuantityList",
669
+ "@context": {
670
+ "@protected": true,
671
+ "productId": {
672
+ "@id": "untp-core:productId",
673
+ "@type": "xsd:string"
674
+ },
675
+ "productName": {
676
+ "@id": "untp-core:productName",
677
+ "@type": "xsd:string"
678
+ },
679
+ "quantity": {
680
+ "@id": "untp-dte:quantity",
681
+ "@type": "xsd:decimal"
682
+ },
683
+ "uom": {
684
+ "@id": "untp-dte:uom",
685
+ "@type": "@vocab",
686
+ "@context": {
687
+ "@protected": true,
688
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
689
+ }
690
+ }
691
+ }
692
+ },
693
+ "outputQuantityList": {
694
+ "@protected": true,
695
+ "@id": "untp-dte:outputQuantityList",
696
+ "@context": {
697
+ "@protected": true,
698
+ "productId": {
699
+ "@id": "untp-core:productId",
700
+ "@type": "xsd:string"
701
+ },
702
+ "productName": {
703
+ "@id": "untp-core:productName",
704
+ "@type": "xsd:string"
705
+ },
706
+ "quantity": {
707
+ "@id": "untp-dte:quantity",
708
+ "@type": "xsd:decimal"
709
+ },
710
+ "uom": {
711
+ "@id": "untp-dte:uom",
712
+ "@type": "@vocab",
713
+ "@context": {
714
+ "@protected": true,
715
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
716
+ }
717
+ }
718
+ }
719
+ }
720
+ }
721
+ },
722
+ "ObjectEvent": {
723
+ "@protected": true,
724
+ "@id": "untp-dte:ObjectEvent",
725
+ "@context": {
726
+ "@protected": true,
727
+ "processType": {
728
+ "@id": "untp-dte:processType",
729
+ "@type": "xsd:string"
730
+ },
731
+ "eventTime": {
732
+ "@id": "untp-dte:eventTime",
733
+ "@type": "xsd:string"
734
+ },
735
+ "action": {
736
+ "@id": "untp-dte:action",
737
+ "@type": "@vocab",
738
+ "@context": {
739
+ "@protected": true,
740
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/dte/0/actionCode#"
741
+ }
742
+ },
743
+ "disposition": {
744
+ "@id": "untp-dte:disposition",
745
+ "@type": "@vocab",
746
+ "@context": {
747
+ "@protected": true,
748
+ "@vocab": "https://ref.gs1.org/cbv/Disp-"
749
+ }
750
+ },
751
+ "bizStep": {
752
+ "@id": "untp-dte:bizStep",
753
+ "@type": "@vocab",
754
+ "@context": {
755
+ "@protected": true,
756
+ "@vocab": "https://ref.gs1.org/cbv/BizStep-"
757
+ }
758
+ },
759
+ "bizLocation": {
760
+ "@id": "untp-dte:bizLocation",
761
+ "@type": "xsd:string"
762
+ },
763
+ "sensorElementList": {
764
+ "@protected": true,
765
+ "@id": "untp-dte:sensorElementList",
766
+ "@context": {
767
+ "@protected": true,
768
+ "sensorMetadata": {
769
+ "@protected": true,
770
+ "@id": "untp-dte:sensorMetadata",
771
+ "@context": {
772
+ "@protected": true,
773
+ "device": {
774
+ "@id": "untp-dte:device",
775
+ "@type": "@id"
776
+ },
777
+ "dataProcessingMethod": {
778
+ "@id": "untp-dte:dataProcessingMethod",
779
+ "@type": "xsd:string"
780
+ }
781
+ }
782
+ },
783
+ "sensorReport": {
784
+ "@protected": true,
785
+ "@id": "untp-dte:sensorReport",
786
+ "@context": {
787
+ "@protected": true,
788
+ "time": {
789
+ "@id": "untp-dte:time",
790
+ "@type": "xsd:string"
791
+ },
792
+ "sensorType": {
793
+ "@id": "untp-dte:sensorType",
794
+ "@type": "xsd:string"
795
+ },
796
+ "value": {
797
+ "@id": "untp-dte:value",
798
+ "@type": "xsd:decimal"
799
+ },
800
+ "uom": {
801
+ "@id": "untp-dte:uom",
802
+ "@type": "@vocab",
803
+ "@context": {
804
+ "@protected": true,
805
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
806
+ }
807
+ }
808
+ }
809
+ },
810
+ "sensorIntegrityProof": {
811
+ "@id": "untp-dte:sensorIntegrityProof",
812
+ "@type": "xsd:string"
813
+ }
814
+ }
815
+ },
816
+ "epcList": {
817
+ "@id": "untp-dte:epcList",
818
+ "@type": "@id"
819
+ },
820
+ "quantityList": {
821
+ "@protected": true,
822
+ "@id": "untp-dte:quantityList",
823
+ "@context": {
824
+ "@protected": true,
825
+ "productId": {
826
+ "@id": "untp-core:productId",
827
+ "@type": "xsd:string"
828
+ },
829
+ "productName": {
830
+ "@id": "untp-core:productName",
831
+ "@type": "xsd:string"
832
+ },
833
+ "quantity": {
834
+ "@id": "untp-dte:quantity",
835
+ "@type": "xsd:decimal"
836
+ },
837
+ "uom": {
838
+ "@id": "untp-dte:uom",
839
+ "@type": "@vocab",
840
+ "@context": {
841
+ "@protected": true,
842
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
843
+ }
844
+ }
845
+ }
846
+ }
847
+ }
848
+ },
849
+ "AggregationEvent": {
850
+ "@protected": true,
851
+ "@id": "untp-dte:AggregationEvent",
852
+ "@context": {
853
+ "@protected": true,
854
+ "processType": {
855
+ "@id": "untp-dte:processType",
856
+ "@type": "xsd:string"
857
+ },
858
+ "eventTime": {
859
+ "@id": "untp-dte:eventTime",
860
+ "@type": "xsd:string"
861
+ },
862
+ "action": {
863
+ "@id": "untp-dte:action",
864
+ "@type": "@vocab",
865
+ "@context": {
866
+ "@protected": true,
867
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/dte/0/actionCode#"
868
+ }
869
+ },
870
+ "disposition": {
871
+ "@id": "untp-dte:disposition",
872
+ "@type": "@vocab",
873
+ "@context": {
874
+ "@protected": true,
875
+ "@vocab": "https://ref.gs1.org/cbv/Disp-"
876
+ }
877
+ },
878
+ "bizStep": {
879
+ "@id": "untp-dte:bizStep",
880
+ "@type": "@vocab",
881
+ "@context": {
882
+ "@protected": true,
883
+ "@vocab": "https://ref.gs1.org/cbv/BizStep-"
884
+ }
885
+ },
886
+ "bizLocation": {
887
+ "@id": "untp-dte:bizLocation",
888
+ "@type": "xsd:string"
889
+ },
890
+ "sensorElementList": {
891
+ "@protected": true,
892
+ "@id": "untp-dte:sensorElementList",
893
+ "@context": {
894
+ "@protected": true,
895
+ "sensorMetadata": {
896
+ "@protected": true,
897
+ "@id": "untp-dte:sensorMetadata",
898
+ "@context": {
899
+ "@protected": true,
900
+ "device": {
901
+ "@id": "untp-dte:device",
902
+ "@type": "@id"
903
+ },
904
+ "dataProcessingMethod": {
905
+ "@id": "untp-dte:dataProcessingMethod",
906
+ "@type": "xsd:string"
907
+ }
908
+ }
909
+ },
910
+ "sensorReport": {
911
+ "@protected": true,
912
+ "@id": "untp-dte:sensorReport",
913
+ "@context": {
914
+ "@protected": true,
915
+ "time": {
916
+ "@id": "untp-dte:time",
917
+ "@type": "xsd:string"
918
+ },
919
+ "sensorType": {
920
+ "@id": "untp-dte:sensorType",
921
+ "@type": "xsd:string"
922
+ },
923
+ "value": {
924
+ "@id": "untp-dte:value",
925
+ "@type": "xsd:decimal"
926
+ },
927
+ "uom": {
928
+ "@id": "untp-dte:uom",
929
+ "@type": "@vocab",
930
+ "@context": {
931
+ "@protected": true,
932
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
933
+ }
934
+ }
935
+ }
936
+ },
937
+ "sensorIntegrityProof": {
938
+ "@id": "untp-dte:sensorIntegrityProof",
939
+ "@type": "xsd:string"
940
+ }
941
+ }
942
+ },
943
+ "parentEPC": {
944
+ "@id": "untp-dte:parentEPC",
945
+ "@type": "@id"
946
+ },
947
+ "childEPCList": {
948
+ "@id": "untp-dte:childEPCList",
949
+ "@type": "@id"
950
+ },
951
+ "childQuantityList": {
952
+ "@protected": true,
953
+ "@id": "untp-dte:childQuantityList",
954
+ "@context": {
955
+ "@protected": true,
956
+ "productId": {
957
+ "@id": "untp-core:productId",
958
+ "@type": "xsd:string"
959
+ },
960
+ "productName": {
961
+ "@id": "untp-core:productName",
962
+ "@type": "xsd:string"
963
+ },
964
+ "quantity": {
965
+ "@id": "untp-dte:quantity",
966
+ "@type": "xsd:decimal"
967
+ },
968
+ "uom": {
969
+ "@id": "untp-dte:uom",
970
+ "@type": "@vocab",
971
+ "@context": {
972
+ "@protected": true,
973
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
974
+ }
975
+ }
976
+ }
977
+ }
978
+ }
979
+ },
980
+ "TransactionEvent": {
981
+ "@protected": true,
982
+ "@id": "untp-dte:TransactionEvent",
983
+ "@context": {
984
+ "@protected": true,
985
+ "processType": {
986
+ "@id": "untp-dte:processType",
987
+ "@type": "xsd:string"
988
+ },
989
+ "eventTime": {
990
+ "@id": "untp-dte:eventTime",
991
+ "@type": "xsd:string"
992
+ },
993
+ "action": {
994
+ "@id": "untp-dte:action",
995
+ "@type": "@vocab",
996
+ "@context": {
997
+ "@protected": true,
998
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/dte/0/actionCode#"
999
+ }
1000
+ },
1001
+ "disposition": {
1002
+ "@id": "untp-dte:disposition",
1003
+ "@type": "@vocab",
1004
+ "@context": {
1005
+ "@protected": true,
1006
+ "@vocab": "https://ref.gs1.org/cbv/Disp-"
1007
+ }
1008
+ },
1009
+ "bizStep": {
1010
+ "@id": "untp-dte:bizStep",
1011
+ "@type": "@vocab",
1012
+ "@context": {
1013
+ "@protected": true,
1014
+ "@vocab": "https://ref.gs1.org/cbv/BizStep-"
1015
+ }
1016
+ },
1017
+ "bizLocation": {
1018
+ "@id": "untp-dte:bizLocation",
1019
+ "@type": "xsd:string"
1020
+ },
1021
+ "sensorElementList": {
1022
+ "@protected": true,
1023
+ "@id": "untp-dte:sensorElementList",
1024
+ "@context": {
1025
+ "@protected": true,
1026
+ "sensorMetadata": {
1027
+ "@protected": true,
1028
+ "@id": "untp-dte:sensorMetadata",
1029
+ "@context": {
1030
+ "@protected": true,
1031
+ "device": {
1032
+ "@id": "untp-dte:device",
1033
+ "@type": "@id"
1034
+ },
1035
+ "dataProcessingMethod": {
1036
+ "@id": "untp-dte:dataProcessingMethod",
1037
+ "@type": "xsd:string"
1038
+ }
1039
+ }
1040
+ },
1041
+ "sensorReport": {
1042
+ "@protected": true,
1043
+ "@id": "untp-dte:sensorReport",
1044
+ "@context": {
1045
+ "@protected": true,
1046
+ "time": {
1047
+ "@id": "untp-dte:time",
1048
+ "@type": "xsd:string"
1049
+ },
1050
+ "sensorType": {
1051
+ "@id": "untp-dte:sensorType",
1052
+ "@type": "xsd:string"
1053
+ },
1054
+ "value": {
1055
+ "@id": "untp-dte:value",
1056
+ "@type": "xsd:decimal"
1057
+ },
1058
+ "uom": {
1059
+ "@id": "untp-dte:uom",
1060
+ "@type": "@vocab",
1061
+ "@context": {
1062
+ "@protected": true,
1063
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
1064
+ }
1065
+ }
1066
+ }
1067
+ },
1068
+ "sensorIntegrityProof": {
1069
+ "@id": "untp-dte:sensorIntegrityProof",
1070
+ "@type": "xsd:string"
1071
+ }
1072
+ }
1073
+ },
1074
+ "sourceParty": {
1075
+ "@id": "untp-core:sourceParty",
1076
+ "@type": "@id"
1077
+ },
1078
+ "destinationParty": {
1079
+ "@id": "untp-core:destinationParty",
1080
+ "@type": "@id"
1081
+ },
1082
+ "bizTransaction": {
1083
+ "@id": "untp-dte:bizTransaction",
1084
+ "@type": "@vocab",
1085
+ "@context": {
1086
+ "@protected": true,
1087
+ "@vocab": "https://ref.gs1.org/cbv/BTT-"
1088
+ }
1089
+ },
1090
+ "epcList": {
1091
+ "@id": "untp-dte:epcList",
1092
+ "@type": "@id"
1093
+ },
1094
+ "quantityList": {
1095
+ "@protected": true,
1096
+ "@id": "untp-dte:quantityList",
1097
+ "@context": {
1098
+ "@protected": true,
1099
+ "productId": {
1100
+ "@id": "untp-core:productId",
1101
+ "@type": "xsd:string"
1102
+ },
1103
+ "productName": {
1104
+ "@id": "untp-core:productName",
1105
+ "@type": "xsd:string"
1106
+ },
1107
+ "quantity": {
1108
+ "@id": "untp-dte:quantity",
1109
+ "@type": "xsd:decimal"
1110
+ },
1111
+ "uom": {
1112
+ "@id": "untp-dte:uom",
1113
+ "@type": "@vocab",
1114
+ "@context": {
1115
+ "@protected": true,
1116
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
1117
+ }
1118
+ }
1119
+ }
1120
+ }
1121
+ }
1122
+ },
1123
+ "AssociationEvent": {
1124
+ "@protected": true,
1125
+ "@id": "untp-dte:AssociationEvent",
1126
+ "@context": {
1127
+ "@protected": true,
1128
+ "processType": {
1129
+ "@id": "untp-dte:processType",
1130
+ "@type": "xsd:string"
1131
+ },
1132
+ "eventTime": {
1133
+ "@id": "untp-dte:eventTime",
1134
+ "@type": "xsd:string"
1135
+ },
1136
+ "action": {
1137
+ "@id": "untp-dte:action",
1138
+ "@type": "@vocab",
1139
+ "@context": {
1140
+ "@protected": true,
1141
+ "@vocab": "https://test.uncefact.org/vocabulary/untp/dte/0/actionCode#"
1142
+ }
1143
+ },
1144
+ "disposition": {
1145
+ "@id": "untp-dte:disposition",
1146
+ "@type": "@vocab",
1147
+ "@context": {
1148
+ "@protected": true,
1149
+ "@vocab": "https://ref.gs1.org/cbv/Disp-"
1150
+ }
1151
+ },
1152
+ "bizStep": {
1153
+ "@id": "untp-dte:bizStep",
1154
+ "@type": "@vocab",
1155
+ "@context": {
1156
+ "@protected": true,
1157
+ "@vocab": "https://ref.gs1.org/cbv/BizStep-"
1158
+ }
1159
+ },
1160
+ "bizLocation": {
1161
+ "@id": "untp-dte:bizLocation",
1162
+ "@type": "xsd:string"
1163
+ },
1164
+ "sensorElementList": {
1165
+ "@protected": true,
1166
+ "@id": "untp-dte:sensorElementList",
1167
+ "@context": {
1168
+ "@protected": true,
1169
+ "sensorMetadata": {
1170
+ "@protected": true,
1171
+ "@id": "untp-dte:sensorMetadata",
1172
+ "@context": {
1173
+ "@protected": true,
1174
+ "device": {
1175
+ "@id": "untp-dte:device",
1176
+ "@type": "@id"
1177
+ },
1178
+ "dataProcessingMethod": {
1179
+ "@id": "untp-dte:dataProcessingMethod",
1180
+ "@type": "xsd:string"
1181
+ }
1182
+ }
1183
+ },
1184
+ "sensorReport": {
1185
+ "@protected": true,
1186
+ "@id": "untp-dte:sensorReport",
1187
+ "@context": {
1188
+ "@protected": true,
1189
+ "time": {
1190
+ "@id": "untp-dte:time",
1191
+ "@type": "xsd:string"
1192
+ },
1193
+ "sensorType": {
1194
+ "@id": "untp-dte:sensorType",
1195
+ "@type": "xsd:string"
1196
+ },
1197
+ "value": {
1198
+ "@id": "untp-dte:value",
1199
+ "@type": "xsd:decimal"
1200
+ },
1201
+ "uom": {
1202
+ "@id": "untp-dte:uom",
1203
+ "@type": "@vocab",
1204
+ "@context": {
1205
+ "@protected": true,
1206
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
1207
+ }
1208
+ }
1209
+ }
1210
+ },
1211
+ "sensorIntegrityProof": {
1212
+ "@id": "untp-dte:sensorIntegrityProof",
1213
+ "@type": "xsd:string"
1214
+ }
1215
+ }
1216
+ },
1217
+ "parentEPC": {
1218
+ "@id": "untp-dte:parentEPC",
1219
+ "@type": "@id"
1220
+ },
1221
+ "childEPCList": {
1222
+ "@id": "untp-dte:childEPCList",
1223
+ "@type": "@id"
1224
+ },
1225
+ "childQuantityList": {
1226
+ "@protected": true,
1227
+ "@id": "untp-dte:childQuantityList",
1228
+ "@context": {
1229
+ "@protected": true,
1230
+ "productId": {
1231
+ "@id": "untp-core:productId",
1232
+ "@type": "xsd:string"
1233
+ },
1234
+ "productName": {
1235
+ "@id": "untp-core:productName",
1236
+ "@type": "xsd:string"
1237
+ },
1238
+ "quantity": {
1239
+ "@id": "untp-dte:quantity",
1240
+ "@type": "xsd:decimal"
1241
+ },
1242
+ "uom": {
1243
+ "@id": "untp-dte:uom",
1244
+ "@type": "@vocab",
1245
+ "@context": {
1246
+ "@protected": true,
1247
+ "@vocab": "https://vocabulary.uncefact.org/UnitMeasureCode#"
1248
+ }
1249
+ }
1250
+ }
1251
+ }
1252
+ }
1253
+ },
1254
+ "RenderTemplate2024": {
1255
+ "@protected": true,
1256
+ "@id": "untp-core:RenderTemplate2024",
1257
+ "@context": {
1258
+ "@protected": true,
1259
+ "mediaQuery": {
1260
+ "@id": "untp-core:mediaQuery",
1261
+ "@type": "xsd:string"
1262
+ },
1263
+ "template": {
1264
+ "@id": "renderMethodPrefix:template",
1265
+ "@type": "xsd:string"
1266
+ },
1267
+ "url": {
1268
+ "@id": "renderMethodPrefix:url",
1269
+ "@type": "xsd:string"
1270
+ }
1271
+ }
1272
+ },
1273
+ "WebRenderingTemplate2022": {
1274
+ "@protected": true,
1275
+ "@id": "untp-core:WebRenderingTemplate2022",
1276
+ "@context": {
1277
+ "@protected": true,
1278
+ "template": {
1279
+ "@id": "renderMethodPrefix:template",
1280
+ "@type": "xsd:string"
1281
+ }
1282
+ }
1283
+ }
1284
+ }
1285
+ }