ToscaRepresentation Data Type

This class is a representation of a TOSCA description.

Properties
name data type description
name string The name of the TOSCA description
Properties inherited from KeyValueHolder
keyValue map of object The key-value map
Properties inherited from OwnedObject
owner string 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
id string The UID of this object. This value is auto generated by the DAO when the object is saved.

Example

{
  "name" : "input.yml",
  "keyValue" : {
    "property1" : { },
    "property2" : { }
  },
  "owner" : "user1",
  "id" : "58e3946e0fb4f562d84ba1ad"
}