@toa.io/norm 0.24.0-alpha.14 → 0.24.0-alpha.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/norm",
3
- "version": "0.24.0-alpha.14",
3
+ "version": "0.24.0-alpha.16",
4
4
  "description": "Toa declarations normalization and validation",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -20,11 +20,11 @@
20
20
  "test": "echo \"Error: run tests from root\" && exit 1"
21
21
  },
22
22
  "dependencies": {
23
- "@toa.io/core": "0.24.0-alpha.14",
24
- "@toa.io/generic": "0.24.0-alpha.14",
25
- "@toa.io/schema": "0.24.0-alpha.14",
26
- "@toa.io/schemas": "0.24.0-alpha.14",
27
- "@toa.io/yaml": "0.24.0-alpha.14"
23
+ "@toa.io/core": "0.24.0-alpha.16",
24
+ "@toa.io/generic": "0.24.0-alpha.16",
25
+ "@toa.io/schema": "0.24.0-alpha.16",
26
+ "@toa.io/schemas": "0.24.0-alpha.16",
27
+ "@toa.io/yaml": "0.24.0-alpha.16"
28
28
  },
29
- "gitHead": "ffa777fa0c5fd43bad15a9f94b1fa74c486ec172"
29
+ "gitHead": "dbfea6013c1aed5be6f18f120fa85f1bb46e153c"
30
30
  }
@@ -52,6 +52,12 @@ properties:
52
52
  version:
53
53
  $ref: 'definitions#/definitions/version'
54
54
 
55
+ build:
56
+ type: object
57
+ properties:
58
+ image:
59
+ type: string
60
+
55
61
  entity:
56
62
  type: object
57
63
  properties:
@@ -54,6 +54,8 @@ properties:
54
54
  properties:
55
55
  name:
56
56
  $ref: 'definitions#/definitions/token'
57
+ image:
58
+ type: string
57
59
  components:
58
60
  type: array
59
61
  minItems: 1