apiCommandMetadata
Provides metadata information about a command.
JSON
| property | type | description |
|---|---|---|
| name | name (string) | The name of of the command. |
| argSchema | argSchema (string) | The command arguments schema. This is in the form of json schema and describes the structure of the command arguments. If null, the command does not take arguments. |