@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface TextAsset

    Text content asset

    interface TextAsset {
        asset_type: "text";
        content: string;
        language?: string;
        provenance?: Provenance;
    }
    Index

    Properties

    asset_type: "text"

    Discriminator identifying this as a text asset. See /schemas/creative/asset-types for the registry.

    content: string

    Text content

    language?: string

    Optional language claim for this text. In a materialized creative localization variant, localized-creative-asset.json requires this value to use /schemas/core/locale-tag.json and conformance requires exact equality with the enclosing variant locale. General non-localized assets retain the legacy unconstrained string for compatibility.

    provenance?: Provenance