Describing a schema involves the usual tasks of defining any database schema, namely, creating tables, columns, primary keys, foreign keys and so on.
The database tables can be defined from scratch or they can be read, that is, imported, from an existing database.
Once you have described the schema, you can export the schema to the database, or you can generate DDL or scripts to invoke later to create the schema in the database.