diff options
author | dekstroza <dejan.kitic@ericsson.com> | 2018-05-18 14:42:24 +0100 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-08-26 22:58:49 +0000 |
commit | 37843cb3c1765bd5263e3c02f5b14ffa53041e1d (patch) | |
tree | 0fcd4f0504c6720924bbf2a0bdc92fed0fee1719 /catalog-be/src | |
parent | 1b700c8606f319cbda416a8abb70ea16dceb7a29 (diff) |
json/yaml validation for models
Introduced yaml-json-validator-maven-plugin
a. Runs in validate phase
b. For now only validate /import/tosca subfolders
c. Validates both yml and json files
Change-Id: I53513321c4378485dd821c251de5555050313911
Issue-ID: SDC-1343
Signed-off-by: dekstroza <dejan.kitic@ericsson.com>
Diffstat (limited to 'catalog-be/src')
-rw-r--r-- | catalog-be/src/test/resources/config/mysql-type.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-be/src/test/resources/config/mysql-type.yml b/catalog-be/src/test/resources/config/mysql-type.yml index f1985a0bdc..c275537094 100644 --- a/catalog-be/src/test/resources/config/mysql-type.yml +++ b/catalog-be/src/test/resources/config/mysql-type.yml @@ -40,7 +40,7 @@ node_types: db_password: type: string default: pass - description: The password associated with the user account provided in the ‘db_user’ property. + description: The password associated with the user account provided in the db_user property. bind_address: type: boolean default: true |