@steedos/schemas 2.4.0-beta.9 → 2.4.1

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/field/schema.json CHANGED
@@ -436,6 +436,10 @@
436
436
  "visible_on": {
437
437
  "type": "string",
438
438
  "description": "函数表达式,控制是否显示此字段"
439
+ },
440
+ "amis": {
441
+ "type": "object",
442
+ "description": "amis属性"
439
443
  }
440
444
  }
441
445
  }
@@ -106,6 +106,14 @@
106
106
  "virtual",
107
107
  "infinite"
108
108
  ]
109
+ },
110
+ "requestAdaptor": {
111
+ "type": "string",
112
+ "description": "发送适配器"
113
+ },
114
+ "adaptor": {
115
+ "type": "string",
116
+ "description": "接收适配器"
109
117
  }
110
118
  }
111
119
  }
@@ -742,6 +742,10 @@
742
742
  },
743
743
  "visible_on": {
744
744
  "type": "string"
745
+ },
746
+ "amis": {
747
+ "type": "object",
748
+ "description": "amis属性"
745
749
  }
746
750
  }
747
751
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.4.0-beta.9",
3
+ "version": "2.4.1",
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": "7f75a50d8d5ac875eb577d586981ba654a5180ff"
12
+ "gitHead": "ae77c1ed63399245141bf7237cd3966bfc4dc6b1"
13
13
  }