1//! Agentic Commerce Protocol - Type definitions for the protocol specification. 2 3pub struct Placeholder { 4 pub name: String, 5}