diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-12 14:10:30 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-20 14:07:05 +0530 |
commit | 7ed4d73221126eeb6d02f8f577123c8362b0afd7 (patch) | |
tree | a968d255d9dd51d6d300dff00a3a4fbc5ff0f9c4 /framework/src/main/resources/open-cli-schema | |
parent | 14880ec3b183f52ea3f3fea460adf807c8643b70 (diff) |
Add type to schema-refresh command
Issue-Id: CLI-66
Change-Id: I2f6ff7b2eb0584aedb796dc814f6294e26f1f407
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'framework/src/main/resources/open-cli-schema')
-rw-r--r-- | framework/src/main/resources/open-cli-schema/schema-refresh.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/src/main/resources/open-cli-schema/schema-refresh.yaml b/framework/src/main/resources/open-cli-schema/schema-refresh.yaml index 349554b0..86829534 100644 --- a/framework/src/main/resources/open-cli-schema/schema-refresh.yaml +++ b/framework/src/main/resources/open-cli-schema/schema-refresh.yaml @@ -11,7 +11,7 @@ info: results: direction: landscape attributes: - - name: sl-no + - name: sr.no description: Serial Number scope: short type: string @@ -30,4 +30,8 @@ results: - name: ocs-version description: Schema version scope: short + type: string + - name: type + description: Command type + scope: short type: string
\ No newline at end of file |