@toolproof-npm/schema 0.1.48 → 0.1.49

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.
@@ -585,8 +585,7 @@
585
585
  }
586
586
  }
587
587
  }
588
- },
589
- "additionalProperties": false
588
+ }
590
589
  }
591
590
  }
592
591
  },
@@ -659,6 +658,9 @@
659
658
  "properties": {
660
659
  "properties": {
661
660
  "type": "object",
661
+ "required": [
662
+ "identity"
663
+ ],
662
664
  "properties": {
663
665
  "identity": {}
664
666
  }
@@ -688,6 +690,9 @@
688
690
  "properties": {
689
691
  "properties": {
690
692
  "type": "object",
693
+ "required": [
694
+ "merit"
695
+ ],
691
696
  "properties": {
692
697
  "merit": {}
693
698
  }
@@ -164,7 +164,10 @@
164
164
  "type": "object",
165
165
  "properties": {
166
166
  "identity": {}
167
- }
167
+ },
168
+ "required": [
169
+ "identity"
170
+ ]
168
171
  }
169
172
  }
170
173
  },
@@ -193,7 +196,10 @@
193
196
  "type": "object",
194
197
  "properties": {
195
198
  "merit": {}
196
- }
199
+ },
200
+ "required": [
201
+ "merit"
202
+ ]
197
203
  }
198
204
  }
199
205
  },
@@ -641,7 +647,6 @@
641
647
  "required",
642
648
  "properties"
643
649
  ],
644
- "additionalProperties": false,
645
650
  "$anchor": "MeritProp"
646
651
  },
647
652
  "MeritSchema": {
@@ -138,7 +138,10 @@
138
138
  "type": "object",
139
139
  "properties": {
140
140
  "identity": {}
141
- }
141
+ },
142
+ "required": [
143
+ "identity"
144
+ ]
142
145
  }
143
146
  }
144
147
  },
@@ -167,7 +170,10 @@
167
170
  "type": "object",
168
171
  "properties": {
169
172
  "merit": {}
170
- }
173
+ },
174
+ "required": [
175
+ "merit"
176
+ ]
171
177
  }
172
178
  }
173
179
  },
@@ -337,7 +343,6 @@
337
343
  "required",
338
344
  "properties"
339
345
  ],
340
- "additionalProperties": false,
341
346
  "$anchor": "MeritProp"
342
347
  },
343
348
  "IdentitySchema": {
@@ -494,8 +494,7 @@
494
494
  }
495
495
  }
496
496
  }
497
- },
498
- "additionalProperties": false
497
+ }
499
498
  }
500
499
  },
501
500
  "ExtractionSchema": {
@@ -558,6 +557,9 @@
558
557
  "properties": {
559
558
  "properties": {
560
559
  "type": "object",
560
+ "required": [
561
+ "identity"
562
+ ],
561
563
  "properties": {
562
564
  "identity": {}
563
565
  }
@@ -587,6 +589,9 @@
587
589
  "properties": {
588
590
  "properties": {
589
591
  "type": "object",
592
+ "required": [
593
+ "merit"
594
+ ],
590
595
  "properties": {
591
596
  "merit": {}
592
597
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolproof-npm/schema",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "description": "JSON schemas and TypeScript types for ToolProof",
5
5
  "keywords": [
6
6
  "toolproof",