Unverified Commit ce548b47 authored by skoulouzis's avatar skoulouzis Committed by GitHub

Update ToscaTemplate.yml

parent f0f5c27a
...@@ -7,16 +7,20 @@ ...@@ -7,16 +7,20 @@
type: "string" type: "string"
template_name: template_name:
type: "string" type: "string"
topology_template:
$ref: "https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/TopologyTemplate.yml#/TopologyTemplate"
template_author:
type: "string"
template_version:
type: "string"
description:
type: "string"
imports: imports:
type: "array" type: "array"
items: items:
type: object type: object
additionalProperties: additionalProperties:
type: object type: object
repositories:
type: object
additionalProperties:
type: object
dsl_definitions: dsl_definitions:
type: object type: object
additionalProperties: additionalProperties:
...@@ -25,8 +29,6 @@ ...@@ -25,8 +29,6 @@
type: object type: object
additionalProperties: additionalProperties:
type: object type: object
topology_template:
$ref: "https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/TopologyTemplate.yml#/TopologyTemplate"
relationship_types: relationship_types:
type: object type: object
additionalProperties: additionalProperties:
...@@ -59,15 +61,7 @@ ...@@ -59,15 +61,7 @@
type: object type: object
additionalProperties: additionalProperties:
type: object type: object
description: repositories:
type: "string"
template_author:
type: "string"
template_version:
type: "string"
inputs:
type: "array"
items:
type: object type: object
additionalProperties: additionalProperties:
type: object type: object
......
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