Skip to content

Commit 7f65132

Browse files
committed
配置文件ObjectVariable的修改
1 parent 7d45607 commit 7f65132

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

kscore/data/kog/2016-05-13/service-2.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ shapes:
888888
key:
889889
shape: NonEmptyString
890890
value:
891-
shape: NonEmptyString
891+
shape: Id
892892

893893
# [{'a': 'xxxx'}, {'b': 'xxxx'}]
894894
Maps:
@@ -1826,6 +1826,17 @@ shapes:
18261826
documentation: ""
18271827

18281828
# ======== 批量删除变量的参数配置 ========
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
18291840

18301841
BatchDeleteVariable:
18311842
type: structure
@@ -1837,7 +1848,7 @@ shapes:
18371848
shape: Id
18381849
documentation: ""
18391850
varList:
1840-
shape: Maps
1851+
shape: BatchDelVbMaps
18411852
documentation: ""
18421853
documentation: ""
18431854

0 commit comments

Comments
 (0)