A list of command metadata.
| name | data type | description | 
|---|---|---|
| items | array of ApiCommandMetadata | The list of command metadata objects. | 
Example
{
  "items" : [ {
    "name" : "...",
    "argSchema" : "..."
  }, {
    "name" : "...",
    "argSchema" : "..."
  } ]
}