Commit 6df3b431 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added NodeTemplateMap

parent b611da67
......@@ -224,6 +224,7 @@ public class ToscaHelper {
for(String key :keys){
NodeTemplate node = nodes.get(key);
}
return null;
}
}
......@@ -15,7 +15,6 @@ import org.springframework.data.annotation.Id;
*/
@Validated
@javax.annotation.Generated(value = "io.swagger.codegen.languages.SpringCodegen", date = "2019-12-10T15:39:04.296Z")
public class Credential {
/**
* @return the id
......
......@@ -285,10 +285,11 @@
<screen x="67" y="34" width="2493" height="1406" />
</state>
<state x="679" y="283" key="SettingsEditor/67.34.2493.1406@67.34.2493.1406" timestamp="1575885393075" />
<state x="893" y="526" key="com.intellij.ide.util.TipDialog" timestamp="1575907758846">
<state x="893" y="526" key="com.intellij.ide.util.TipDialog" timestamp="1576847777222">
<screen x="67" y="34" width="2493" height="1406" />
</state>
<state x="893" y="526" key="com.intellij.ide.util.TipDialog/67.34.2493.1406@67.34.2493.1406" timestamp="1575907758846" />
<state x="681" y="400" key="com.intellij.ide.util.TipDialog/67.34.1853.1046@67.34.1853.1046" timestamp="1576760567200" />
<state x="893" y="526" key="com.intellij.ide.util.TipDialog/67.34.2493.1406@67.34.2493.1406" timestamp="1576847777222" />
<state x="882" y="239" width="862" height="993" key="find.popup" timestamp="1576090708880">
<screen x="67" y="34" width="2493" height="1406" />
</state>
......
NodeTemplateMap:
type: "object"
properties:
name:
type: "string"
nodeTemplate:
type: $ref: "https://raw.githubusercontent.com/skoulouzis/CONF/DRIP_3.0/openAPI/schema/TOSCA/NodeTemplate.yml#/NodeTemplate"
type: "object"
properties:
name:
type: "string"
nodeTemplate:
$ref: "https://raw.githubusercontent.com/skoulouzis/CONF/DRIP_3.0/openAPI/schema/TOSCA/NodeTemplate.yml#/NodeTemplate"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment