OptionaldbEnable aggregate functions (count, sum, avg, etc.) in Data API responses. Default: true.
OptionaldbAdditional schemas to include in the PostgreSQL search path. Each entry must be a valid PostgreSQL schema name.
OptionaldbMaximum number of rows returned in a single Data API response. Must be a positive integer.
OptionaldbDatabase schemas exposed through the Data API. Each entry must be a valid PostgreSQL schema name (1-63 chars, [a-zA-Z_][a-zA-Z0-9_$]*). Maximum 100 entries. Default: ["public"].
OptionaljwtMaximum lifetime for cached JWT tokens. Zero duration disables caching.
OptionaljwtJSON path to the role claim in JWT tokens (e.g., ".sub"). Default: ".sub".
OptionalopenapiOpenAPI documentation mode for the Data API endpoint.
OptionalserverAllowed origins for CORS requests. Each entry should be a valid origin URL, or use "*" to allow all origins.
OptionalserverEnable the Server-Timing header in Data API responses.
Desired PostgREST configuration (input).