Schema - Database Objects
Field, Index, and Data are the 3 main database objects of a schema.
Schema UI - Field
Information about system fields and fields produced during the development of a schema is contained in fields at the column level. The "System Fields" checkbox must be selected by the user in order to view the system fields. Information about Field Name, Datatype, Max Length, Required, and Description is provided.

Schema UI - Index
Indexes are data structures to support the efficient execution of queries. Details of the Indexes created for various fields as the part of the schema creation are shown. Details Like IndexName, Summary, History, Fields are made available.

Schema UI - Data
Data in a database is primarily stored in database tables, which are organized into columns that dictate the data types stored therein. This tab will show the data in the UI available under the selected schema.
