/* { "description" : "Data type used to store an audio format." } */
data AudioFormat {
/* { "@description" : "The sample rate of the audio (in hz)." } */
int sampleRate
/* { "@description" : "The number of channels of the audio (e.g. 2 for stereo)." } */
int channels
}dana source put -ut your/new/version.dn -n io.audio.AudioFormat -m "reason for update" -u yourUsername