summaryrefslogtreecommitdiffstats
path: root/src/main/resources/jolt/getServiceCatalog.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/jolt/getServiceCatalog.json')
-rw-r--r--src/main/resources/jolt/getServiceCatalog.json17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/main/resources/jolt/getServiceCatalog.json b/src/main/resources/jolt/getServiceCatalog.json
index f0b3787..6b260b6 100644
--- a/src/main/resources/jolt/getServiceCatalog.json
+++ b/src/main/resources/jolt/getServiceCatalog.json
@@ -8,7 +8,6 @@
"invariantUUID": "invariantUUID",
"toscaModelURL": "toscaModelURL",
"toscaResourceName": "toscaResourceName",
- "resourceInstanceName" : "modelCustomizationName",
"category ": "category",
"subcategory": "subcategory",
"distributionStatus": "distributionStatus",
@@ -37,15 +36,14 @@
"resourceUUID": "resourceSpecification[&1].id",
"resourceVersion": "resourceSpecification[&1].version",
"resourceName": "resourceSpecification[&1].name",
- "resourceInstanceName": "resourceSpecification[&1].instanceName",
+ "resourceInstanceName": ["resourceSpecification[&1].resourceInstanceName","resourceSpecification[&1].modelCustomizationName"],
"resourceInvariantUUID": "resourceSpecification[&1].resourceInvariantUUID",
- "resourceType": "resourceSpecification[&1].resourceType"
- }
-
- }
-
+ "resoucreType": "resourceSpecification[&1].resourceType"
+ }
+ },
+ "serviceSpecInputSchema" : "serviceSpecCharacteristic.serviceSpecInputSchema"
}
},
{
@@ -72,6 +70,11 @@
"@type": "ONAPresource"
}
+ },
+ "serviceSpecCharacteristic" : {
+ "valueType": "complex",
+ "@type": "serviceSpecInputSchema"
+
}
}
}