diff options
Diffstat (limited to 'workflow-bdd/resources/json/createVSP.json')
-rw-r--r-- | workflow-bdd/resources/json/createVSP.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/workflow-bdd/resources/json/createVSP.json b/workflow-bdd/resources/json/createVSP.json new file mode 100644 index 00000000..6f63261b --- /dev/null +++ b/workflow-bdd/resources/json/createVSP.json @@ -0,0 +1,11 @@ +{ + "vendorId":"REPLACE", + "name": "RANDOM", + "category":"resourceNewCategory.generic", + "subCategory":"resourceNewCategory.generic.abstract", + "onboardingMethod":"REPLACE", + "description":"for testing", + "vendorName":"REPLACE", + "icon":"icon", + "licensingData":{} +} |