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

    Type Alias SavePropertyIdentity

    SavePropertyIdentity: SavePropertyIdentityBase & (
        | { property_type: PropertyType; type?: PropertyType
        | string }
        | { type: PropertyType | string; property_type?: PropertyType }
    )

    Property identity accepted by POST /api/properties/save.

    Type Declaration

    • { property_type: PropertyType; type?: PropertyType | string }
      • property_type: PropertyType

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

      • Optionaltype?: PropertyType | string

        Current registry wire field; emitted alongside property_type while the OpenAPI catches up.

    • { type: PropertyType | string; property_type?: PropertyType }
      • type: PropertyType | string

        Current registry wire field; accepts custom/self-hosted registry values for compatibility.

      • Optionalproperty_type?: PropertyType