diff options
Diffstat (limited to 'framework/src/main/resources/onap-cli-schema/schema-refresh.yaml')
-rw-r--r-- | framework/src/main/resources/onap-cli-schema/schema-refresh.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/src/main/resources/onap-cli-schema/schema-refresh.yaml b/framework/src/main/resources/onap-cli-schema/schema-refresh.yaml index 56492502..2cd90bcd 100644 --- a/framework/src/main/resources/onap-cli-schema/schema-refresh.yaml +++ b/framework/src/main/resources/onap-cli-schema/schema-refresh.yaml @@ -1,7 +1,7 @@ onap_cmd_schema_version: 1.0 name: schema-refresh description: Onap command to refresh schemas stored in onap_cli_schema folders. -version: 0.0 +version: cli-1.0 service: auth: none name: onap-cli @@ -17,6 +17,10 @@ results: description: Command name scope: short type: string + - name: product-version + description: Command product version + scope: short + type: string - name: schema description: Schema name scope: short |