@steedos/schemas 2.1.8 → 2.1.12

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.
Files changed (2) hide show
  1. package/app/schema.json +8 -0
  2. package/package.json +2 -2
package/app/schema.json CHANGED
@@ -67,6 +67,14 @@
67
67
  "type": "number",
68
68
  "description": "排序"
69
69
  },
70
+ "tabs": {
71
+ "type": "array",
72
+ "description": "用于指定此应用下的选项卡",
73
+ "items": {
74
+ "type": "string",
75
+ "description": "选项卡唯一标识。"
76
+ }
77
+ },
70
78
  "objects": {
71
79
  "type": "array",
72
80
  "description": "用于指定此应用下有多少对象。",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.1.8",
3
+ "version": "2.1.12",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/steedos/schemas.git",
6
6
  "author": "sunhaolin <sunhaolin@hotoa.com>",
@@ -9,5 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "gitHead": "744583b5cd2e8240c2f72bb8dad0b2ecc95f4fa7"
12
+ "gitHead": "3a9f8d7ff6e17fcea9bcd4dee22ce6a6df1b8da1"
13
13
  }