ToscaRepresentation Data Type

Properties
name data type description
name string
Properties inherited from KeyValueHolder
keyValue map of object
id string
Properties inherited from OwnedObject
owner string

Example

{
  "name" : "...",
  "keyValue" : {
    "property1" : { },
    "property2" : { }
  },
  "id" : "...",
  "owner" : "..."
}