You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These changes are the changes from v0.6.0-beta1 to v0.6.0-beta4.
2
+
3
+
The only change is the addition of the `RenderTemplate2024` and
4
+
`WebRenderingTemplate2022` types and their inclusion in each of the VCs.
5
+
6
+
This is so that DPPs or other VCs which include a `renderMethod` property
7
+
containing an object with a `template` or `url` etc., won't be rejected as
8
+
invalid jsonld (due to the terms not being defined in the context).
9
+
10
+
Both the types have the `name` property set as an ID so that they will be blue classes and [included in the context](https://github.com/jargon-sh/issues/issues/30).
11
+
12
+
See https://github.com/uncefact/spec-untp/issues/309 for the issue details.
13
+
14
+
Each VC model had the following change:
15
+
- Update the import to core 0.6.0-beta4
16
+
- Added the following to the definition of the model so that the type is included in the model's context:
17
+
```
18
+
// The following two entities ensure that render templates
0 commit comments