There was an error while loading. Please reload this page.
1 parent fd72f7a commit 42373e0Copy full SHA for 42373e0
1 file changed
toml/schema.json
@@ -6,10 +6,16 @@
6
"activities": {
7
"$ref": "#/$defs/ActivitiesGlobalConfigToml"
8
},
9
+ "activity_external": {
10
+ "type": "array",
11
+ "items": {
12
+ "$ref": "#/$defs/ActivityStubExtComponentConfigToml"
13
+ }
14
+ },
15
"activity_stub": {
16
"type": "array",
17
"items": {
- "$ref": "#/$defs/ActivityStubComponentConfigToml"
18
19
}
20
21
"activity_wasm": {
@@ -139,7 +145,7 @@
139
145
"native"
140
146
]
141
147
142
- "ActivityStubComponentConfigToml": {
148
+ "ActivityStubExtComponentConfigToml": {
143
149
"type": "object",
144
150
"properties": {
151
"location": {
0 commit comments