/* {"description" : "This is a container data type for key/value pairs."} */
data KeyValue{
/* {"@description" : "The key."} */
char key[]
/* {"@description" : "The value."} */
char value[]
}dana source put -ut your/new/version.dn -n data.KeyValue -m "reason for update" -u yourUsername