@twin.org/data-json-ld 0.0.3-next.13 → 0.0.3-next.14

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.
@@ -46,8 +46,7 @@
46
46
  },
47
47
  "required": [
48
48
  "@container"
49
- ],
50
- "additionalProperties": false
49
+ ]
51
50
  },
52
51
  "@version": {
53
52
  "type": "string",
@@ -41,8 +41,7 @@
41
41
  }
42
42
  ]
43
43
  }
44
- },
45
- "additionalProperties": false
44
+ }
46
45
  }
47
46
  ]
48
47
  }
@@ -5,7 +5,6 @@
5
5
  "anyOf": [
6
6
  {
7
7
  "type": "object",
8
- "additionalProperties": false,
9
8
  "properties": {
10
9
  "@id": {
11
10
  "anyOf": [
@@ -90,7 +89,6 @@
90
89
  },
91
90
  {
92
91
  "type": "object",
93
- "additionalProperties": false,
94
92
  "properties": {
95
93
  "@reverse": {
96
94
  "type": "string"
@@ -39,6 +39,5 @@
39
39
  },
40
40
  "required": [
41
41
  "@graph"
42
- ],
43
- "additionalProperties": false
42
+ ]
44
43
  }
@@ -23,6 +23,5 @@
23
23
  },
24
24
  "required": [
25
25
  "@list"
26
- ],
27
- "additionalProperties": false
26
+ ]
28
27
  }
@@ -71,6 +71,5 @@
71
71
  "@index": {
72
72
  "type": "string"
73
73
  }
74
- },
75
- "additionalProperties": false
74
+ }
76
75
  }
@@ -23,6 +23,5 @@
23
23
  },
24
24
  "required": [
25
25
  "@set"
26
- ],
27
- "additionalProperties": false
26
+ ]
28
27
  }
@@ -5,7 +5,6 @@
5
5
  "anyOf": [
6
6
  {
7
7
  "type": "object",
8
- "additionalProperties": false,
9
8
  "properties": {
10
9
  "@value": {
11
10
  "type": [
@@ -42,7 +41,6 @@
42
41
  },
43
42
  {
44
43
  "type": "object",
45
- "additionalProperties": false,
46
44
  "properties": {
47
45
  "@value": {
48
46
  "type": [
@@ -69,7 +67,6 @@
69
67
  },
70
68
  {
71
69
  "type": "object",
72
- "additionalProperties": false,
73
70
  "properties": {
74
71
  "@value": {
75
72
  "anyOf": [
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/data-json-ld - Changelog
2
2
 
3
+ ## [0.0.3-next.14](https://github.com/twinfoundation/data/compare/data-json-ld-v0.0.3-next.13...data-json-ld-v0.0.3-next.14) (2026-02-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * update schemas ([c30159c](https://github.com/twinfoundation/data/commit/c30159cd24e5f60f9124752738dd1c0312ee17dd))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/data-core bumped from 0.0.3-next.13 to 0.0.3-next.14
16
+
3
17
  ## [0.0.3-next.13](https://github.com/twinfoundation/data/compare/data-json-ld-v0.0.3-next.12...data-json-ld-v0.0.3-next.13) (2026-02-25)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/data-json-ld",
3
- "version": "0.0.3-next.13",
3
+ "version": "0.0.3-next.14",
4
4
  "description": "Models which define the structure of JSON LD",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/core": "next",
18
- "@twin.org/data-core": "0.0.3-next.13",
18
+ "@twin.org/data-core": "0.0.3-next.14",
19
19
  "@twin.org/entity": "next",
20
20
  "@twin.org/nameof": "next",
21
21
  "@twin.org/web": "next",