ApiCommandMetadataList Data Model

A list of command metadata.

Properties
name data type description
items array of ApiCommandMetadata The list of command metadata objects.

Example

{
  "items" : [ {
    "name" : "...",
    "argSchema" : "..."
  }, {
    "name" : "...",
    "argSchema" : "..."
  } ]
}