toscaRepresentation Data Type

This class is a representation of a TOSCA description.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
name string element 0/1 The name of the TOSCA description
Properties inherited from ownedObject
owner string element 0/1 The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal how made the call

Example

<t----->
  <name>input.yml</name>
  <owner>user1</owner>
</t----->