Describe Schema: describe
Use the describe command to provide a description of the schema of the specified type.
Syntax
The syntax for this command is:
stcmd{Ex} describe {type}{.property} {-s "server specifier"}
Example
The following example obtains a description of the Change Request schema for the specified address.
describe may be used in the context of a connect/disconnect, or the connection details may be specified in-line using -s.
stcmd connect user:password@host:port stcmd describe ChangeRequest stcmd disconnector
stcmd{Ex} describe ChangeRequest –s “user:password@host:port”