File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
kscore/data/kog/2016-05-13 Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ shapes:
888
888
key :
889
889
shape : NonEmptyString
890
890
value :
891
- shape : NonEmptyString
891
+ shape : Id
892
892
893
893
# [{'a': 'xxxx'}, {'b': 'xxxx'}]
894
894
Maps :
@@ -1826,6 +1826,17 @@ shapes:
1826
1826
documentation : " "
1827
1827
1828
1828
# ======== 批量删除变量的参数配置 ========
1829
+ BatchDelVbMaps :
1830
+ type : list
1831
+ member :
1832
+ shape : BatchDelVbMap
1833
+
1834
+ BatchDelVbMap :
1835
+ type : map
1836
+ key :
1837
+ shape : NonEmptyString
1838
+ value :
1839
+ shape : NonEmptyString
1829
1840
1830
1841
BatchDeleteVariable :
1831
1842
type : structure
@@ -1837,7 +1848,7 @@ shapes:
1837
1848
shape : Id
1838
1849
documentation : " "
1839
1850
varList :
1840
- shape : Maps
1851
+ shape : BatchDelVbMaps
1841
1852
documentation : " "
1842
1853
documentation : " "
1843
1854
You can’t perform that action at this time.
0 commit comments