@twin.org/blob-storage-service 0.0.1-next.4 → 0.0.1-next.5

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.
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/blob-storage-service - Changelog
2
2
 
3
- ## v0.0.1-next.4
3
+ ## v0.0.1-next.5
4
4
 
5
5
  - Initial Release
@@ -1521,6 +1521,31 @@
1521
1521
  },
1522
1522
  "JsonLdNodeObject": {
1523
1523
  "type": "object",
1524
+ "additionalProperties": {
1525
+ "anyOf": [
1526
+ {
1527
+ "$ref": "#/components/schemas/JsonLdNodePrimitive"
1528
+ },
1529
+ {
1530
+ "$ref": "#/components/schemas/JsonLdLanguageMap"
1531
+ },
1532
+ {
1533
+ "$ref": "#/components/schemas/JsonLdIndexMap"
1534
+ },
1535
+ {
1536
+ "$ref": "#/components/schemas/JsonLdIncludedBlock"
1537
+ },
1538
+ {
1539
+ "$ref": "#/components/schemas/JsonLdIdMap"
1540
+ },
1541
+ {
1542
+ "$ref": "#/components/schemas/JsonLdTypeMap"
1543
+ },
1544
+ {
1545
+ "type": "array"
1546
+ }
1547
+ ]
1548
+ },
1524
1549
  "properties": {
1525
1550
  "@context": {
1526
1551
  "$ref": "#/components/schemas/JsonLdContextDefinitionRoot"
@@ -1590,34 +1615,6 @@
1590
1615
  "type": "string"
1591
1616
  }
1592
1617
  },
1593
- "additionalProperties": {
1594
- "anyOf": [
1595
- {
1596
- "$ref": "#/components/schemas/JsonLdNodePrimitive"
1597
- },
1598
- {
1599
- "type": "array",
1600
- "items": {
1601
- "$ref": "#/components/schemas/JsonLdNodePrimitive"
1602
- }
1603
- },
1604
- {
1605
- "$ref": "#/components/schemas/JsonLdLanguageMap"
1606
- },
1607
- {
1608
- "$ref": "#/components/schemas/JsonLdIndexMap"
1609
- },
1610
- {
1611
- "$ref": "#/components/schemas/JsonLdIncludedBlock"
1612
- },
1613
- {
1614
- "$ref": "#/components/schemas/JsonLdIdMap"
1615
- },
1616
- {
1617
- "$ref": "#/components/schemas/JsonLdTypeMap"
1618
- }
1619
- ]
1620
- },
1621
1618
  "description": "A node object represents zero or more properties of a node in the graph serialized by the JSON-LD document."
1622
1619
  },
1623
1620
  "JsonLdNodePrimitive": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/blob-storage-service",
3
- "version": "0.0.1-next.4",
3
+ "version": "0.0.1-next.5",
4
4
  "description": "Blob storage contract implementation and REST endpoint definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/api-models": "next",
18
- "@twin.org/blob-storage-models": "0.0.1-next.4",
18
+ "@twin.org/blob-storage-models": "0.0.1-next.5",
19
19
  "@twin.org/core": "next",
20
20
  "@twin.org/data-json-ld": "next",
21
21
  "@twin.org/entity": "next",