00_dp_DatabasePropertiesBase - fasteiner/Notion GitHub Wiki

DatabaseProperty_Base

All database objects include a child properties object. This properties object is composed of individual database property objects. These property objects define the database schema and are rendered in the Notion UI as database columns.

API Reference: Property Schema Object

API Reference: Page Property Values

classDiagram
    class DatabasePropertiesBase {
        [string] $id
        [string] $name
        [notion_database_property_type] $type
        ConvertFromObject()
    }