@twin.org/immutable-proof-service 0.0.1-next.18 → 0.0.1-next.19

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.
@@ -115,7 +115,7 @@ function generateRestRoutesImmutableProof(baseRouteName, componentName) {
115
115
  request: {
116
116
  body: {
117
117
  proofObject: {
118
- "@context": "http://schema.org",
118
+ "@context": "https://schema.org",
119
119
  type: "Person",
120
120
  name: "John Smith"
121
121
  }
@@ -113,7 +113,7 @@ function generateRestRoutesImmutableProof(baseRouteName, componentName) {
113
113
  request: {
114
114
  body: {
115
115
  proofObject: {
116
- "@context": "http://schema.org",
116
+ "@context": "https://schema.org",
117
117
  type: "Person",
118
118
  name: "John Smith"
119
119
  }
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/immutable-proof-service - Changelog
2
2
 
3
- ## v0.0.1-next.18
3
+ ## v0.0.1-next.19
4
4
 
5
5
  - Initial Release
@@ -45,7 +45,7 @@
45
45
  "immutableProofCreateRequestExample": {
46
46
  "value": {
47
47
  "proofObject": {
48
- "@context": "http://schema.org",
48
+ "@context": "https://schema.org",
49
49
  "type": "Person",
50
50
  "name": "John Smith"
51
51
  }
@@ -508,7 +508,7 @@
508
508
  }
509
509
  ],
510
510
  "additionalItems": {
511
- "type": "string"
511
+ "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
512
512
  }
513
513
  }
514
514
  ],
@@ -516,7 +516,6 @@
516
516
  },
517
517
  "type": {
518
518
  "type": "string",
519
- "const": "DataIntegrityProof",
520
519
  "description": "JSON-LD Type."
521
520
  },
522
521
  "cryptosuite": {
@@ -592,7 +591,6 @@
592
591
  }
593
592
  },
594
593
  "required": [
595
- "@context",
596
594
  "type",
597
595
  "cryptosuite",
598
596
  "proofPurpose",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/immutable-proof-service",
3
- "version": "0.0.1-next.18",
3
+ "version": "0.0.1-next.19",
4
4
  "description": "Immutable proof contract implementation and REST endpoint definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,8 +23,8 @@
23
23
  "@twin.org/entity-storage-models": "next",
24
24
  "@twin.org/event-bus-models": "next",
25
25
  "@twin.org/identity-models": "next",
26
- "@twin.org/immutable-proof-models": "0.0.1-next.18",
27
- "@twin.org/immutable-proof-task": "0.0.1-next.18",
26
+ "@twin.org/immutable-proof-models": "0.0.1-next.19",
27
+ "@twin.org/immutable-proof-task": "0.0.1-next.19",
28
28
  "@twin.org/immutable-storage-models": "next",
29
29
  "@twin.org/nameof": "next",
30
30
  "@twin.org/standards-w3c-did": "next",