{}OPF
DocsObject referenceView source

Logo Set

Deck logo variants surfaced by layouts, covers, section dividers, headers, and footers. Organization identity lives in organization; this object only controls visual rendering assets. Renderer convention: on d…

Metadata

Definition
#/$defs/LogoSet
Type
object
Source
spec/schemas/opf.schema.json

Field index

FieldTypeReq.Description
defaultref:AssetDefault full-lockup logo. Used as fallback when no more specific variant is set.
lightref:AssetLight-colored full-lockup logo intended for rendering on dark backgrounds.
darkref:AssetDark-colored full-lockup logo intended for rendering on light backgrounds.
stackedref:AssetStacked vertical logo lockup, suited to portrait or square brand-mark slots.
stackedLightref:AssetLight-colored stacked logo variant intended for rendering on dark backgrounds.
stackedDarkref:AssetDark-colored stacked logo variant intended for rendering on light backgrounds.
iconref:AssetDefault icon, mark, or symbol without wordmark. Useful for tight spaces such as footers, badges, and slide-corner marks.
iconLightref:AssetLight-colored icon variant intended for rendering on dark backgrounds.
iconDarkref:AssetDark-colored icon variant intended for rendering on light backgrounds.
wordmarkref:AssetDefault wordmark: the organization name set in branded typography, without icon.
wordmarkLightref:AssetLight-colored wordmark variant intended for rendering on dark backgrounds.
wordmarkDarkref:AssetDark-colored wordmark variant intended for rendering on light backgrounds.

default

typeref:Assetrequirednodefault

Default full-lockup logo. Used as fallback when no more specific variant is set.

default.json
{
  "default": "default-value"
}

light

typeref:Assetrequirednodefault

Light-colored full-lockup logo intended for rendering on dark backgrounds.

light.json
{
  "light": "light-value"
}

dark

typeref:Assetrequirednodefault

Dark-colored full-lockup logo intended for rendering on light backgrounds.

dark.json
{
  "dark": "dark-value"
}

stacked

typeref:Assetrequirednodefault

Stacked vertical logo lockup, suited to portrait or square brand-mark slots.

stacked.json
{
  "stacked": "stacked-value"
}

stackedLight

typeref:Assetrequirednodefault

Light-colored stacked logo variant intended for rendering on dark backgrounds.

stackedLight.json
{
  "stackedLight": "stackedLight-value"
}

stackedDark

typeref:Assetrequirednodefault

Dark-colored stacked logo variant intended for rendering on light backgrounds.

stackedDark.json
{
  "stackedDark": "stackedDark-value"
}

icon

typeref:Assetrequirednodefault

Default icon, mark, or symbol without wordmark. Useful for tight spaces such as footers, badges, and slide-corner marks.

icon.json
{
  "icon": "icon-value"
}

iconLight

typeref:Assetrequirednodefault

Light-colored icon variant intended for rendering on dark backgrounds.

iconLight.json
{
  "iconLight": "iconLight-value"
}

iconDark

typeref:Assetrequirednodefault

Dark-colored icon variant intended for rendering on light backgrounds.

iconDark.json
{
  "iconDark": "iconDark-value"
}

wordmark

typeref:Assetrequirednodefault

Default wordmark: the organization name set in branded typography, without icon.

wordmark.json
{
  "wordmark": "wordmark-value"
}

wordmarkLight

typeref:Assetrequirednodefault

Light-colored wordmark variant intended for rendering on dark backgrounds.

wordmarkLight.json
{
  "wordmarkLight": "wordmarkLight-value"
}

wordmarkDark

typeref:Assetrequirednodefault

Dark-colored wordmark variant intended for rendering on light backgrounds.

wordmarkDark.json
{
  "wordmarkDark": "wordmarkDark-value"
}