@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias RegistryPropertyIdentity

    Property identity facts returned by registry property read/list APIs.

    type RegistryPropertyIdentity = {
        id?: string;
        property_type?: PropertyType;
        type?: PropertyType | string;
        name?: string;
        identifiers?: { type: PropertyIdentifierType; value: string }[];
        tags?: string[];
    }
    Index

    Properties

    id?: string

    Stable property identifier when the registry has assigned one.

    property_type?: PropertyType

    Preferred field name, aligned with adagents.json property declarations.

    type?: PropertyType | string

    Legacy read/write alias for property_type.

    name?: string

    Human-readable property name.

    identifiers?: { type: PropertyIdentifierType; value: string }[]

    Known identifiers such as domain, bundle id, or app-store id.

    tags?: string[]

    Tags used by downstream by_tag property selection.