Describe a named schema object.
edgedb [connection-option...] describe [--verbose] nameedgedb describe is a terminal command equivalent to
                DESCRIBE OBJECT introspection command.
See the Common Connection Options.  The describe command
                            runs in the database it is connected to.
This is equivalent to running DESCRIBE OBJECT ... AS
TEXT VERBOSE command, which enables displaying
                            additional details, such as annotations and constraints, which are
                            otherwise omitted.
Name of the schema object to describe.