winery icon indicating copy to clipboard operation
winery copied to clipboard

TOSCA Export should activate validation against TOSCA.xsd

Open koppor opened this issue 7 years ago • 1 comments

TOSCA-v1.0.xsd was adapted to

  • carry a "name" at implementation artifacts.This is necessary to identify a single implementation artifact in a list of implementation artifacts.
  • processContents="lax" at boundary definitions properties - see https://github.com/eclipse/winery/pull/174

This causes issues at validation at other uses. Currently, this is the OpenTOSCA container.

Solutions:

  1. Place "name" as extension
  2. Leave as is as we will move to YAML (https://github.com/eclipse/winery/pull/42) and the conversion from YAML to XML will produce a valid XML file.

koppor avatar Jun 02 '17 06:06 koppor