diff options
Diffstat (limited to 'workflow-bdd/resources/json')
-rw-r--r-- | workflow-bdd/resources/json/createVLM.json | 1 | ||||
-rw-r--r-- | workflow-bdd/resources/json/createVSP.json | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/workflow-bdd/resources/json/createVLM.json b/workflow-bdd/resources/json/createVLM.json new file mode 100644 index 00000000..9431c070 --- /dev/null +++ b/workflow-bdd/resources/json/createVLM.json @@ -0,0 +1 @@ +{"vendorName":"RANDOM","description":"VLM Description","iconRef":"icon"} 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":{} +} |