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

    Interface FormatAssetsInput

    Minimal structural input for asset inspection. It deliberately has no format_id, agent_url, name, or other legacy catalog identity.

    interface FormatAssetsInput {
        assets?: CanonicalFormatAssetSlot[];
        assets_required?: unknown[];
    }
    Index

    Properties

    assets_required?: unknown[]

    Deprecated v2 compatibility field; values are normalized as required slots.