Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

Use this file to discover all available pages before exploring further.

When true, the field is excluded only during explicit extension. Unlike ignored, this parameter affects only explicit extensions. The field still appears in combined modes (e.g., YAML or Git representations).

Syntax

<dimension_name>:
  ignore_from_extended: true

Properties

dimension_name
object
The name of the dimension. Dimension names must:
  • Be unique within the view
  • Start with a letter
  • Contain only alphanumeric characters and underscores

Examples

Exclude from extended views
created_at:
  ignore_from_extended: true