aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/blueprint-core/src/test/resources/dictionary/dictionary_schema.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-18 00:47:02 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-18 00:47:02 +0000
commita376b00d784a682fef11150b29115e6cc156af0f (patch)
tree2d069deca99b32b8ce2f7473f1e4e5b1fff5091b /ms/controllerblueprints/modules/blueprint-core/src/test/resources/dictionary/dictionary_schema.json
parent5c669bbdd37040c1f445a32861423bee8679a44d (diff)
parent81ff21b80dcf7817e2263de14761d5eb6e127f4a (diff)
Merge "AAI Junit test and Blueprint support configs"
Diffstat (limited to 'ms/controllerblueprints/modules/blueprint-core/src/test/resources/dictionary/dictionary_schema.json')
-rw-r--r--ms/controllerblueprints/modules/blueprint-core/src/test/resources/dictionary/dictionary_schema.json44
1 files changed, 41 insertions, 3 deletions
diff --git a/ms/controllerblueprints/modules/blueprint-core/src/test/resources/dictionary/dictionary_schema.json b/ms/controllerblueprints/modules/blueprint-core/src/test/resources/dictionary/dictionary_schema.json
index cac8770af..0e1f84278 100644
--- a/ms/controllerblueprints/modules/blueprint-core/src/test/resources/dictionary/dictionary_schema.json
+++ b/ms/controllerblueprints/modules/blueprint-core/src/test/resources/dictionary/dictionary_schema.json
@@ -51,8 +51,46 @@
"default": {
"type": "any"
},
- "aai": {
- "type": "any"
+ "primary-aai-data": {
+ "type": "object",
+ "properties": {
+ "verb": {
+ "type": "string",
+ "required": true
+ },
+ "path": {
+ "type": "string",
+ "required": true
+ },
+ "url-path": {
+ "type": "string",
+ "required": true
+ },
+ "payload": {
+ "type": "string",
+ "required": false
+ },
+ "input-key-mapping": {
+ "type": "object",
+ "additionalProperties": {
+ "type": "string"
+ }
+ },
+ "type": {
+ "type": "string",
+ "required": true
+ },
+ "output-key-mapping": {
+ "type": "object",
+ "additionalProperties": {
+ "type": "string"
+ }
+ },
+ "base": {
+ "type": "string",
+ "required": true
+ }
+ }
},
"primary-config-data": {
"type": "object",
@@ -177,7 +215,7 @@
}
}
},
- "aai": {
+ "primary-aai-data": {
"type": "object",
"properties": {
"names": {