Skip to content

Commit 42373e0

Browse files
committed
chore: Update TOML schema
1 parent fd72f7a commit 42373e0

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

toml/schema.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
"activities": {
77
"$ref": "#/$defs/ActivitiesGlobalConfigToml"
88
},
9+
"activity_external": {
10+
"type": "array",
11+
"items": {
12+
"$ref": "#/$defs/ActivityStubExtComponentConfigToml"
13+
}
14+
},
915
"activity_stub": {
1016
"type": "array",
1117
"items": {
12-
"$ref": "#/$defs/ActivityStubComponentConfigToml"
18+
"$ref": "#/$defs/ActivityStubExtComponentConfigToml"
1319
}
1420
},
1521
"activity_wasm": {
@@ -139,7 +145,7 @@
139145
"native"
140146
]
141147
},
142-
"ActivityStubComponentConfigToml": {
148+
"ActivityStubExtComponentConfigToml": {
143149
"type": "object",
144150
"properties": {
145151
"location": {

0 commit comments

Comments
 (0)