$campaign_data Raw campaign field values. * * @return array Key highlights of this campaign. */ public function summarize_campaign( $campaign_data ); /** * Return schema overrides, or null to use fully auto-generated schema. * * @return array|null Schema overrides. */ public function get_schema_overrides(); /** * Get the list of available operations for this module. * * @return array e.g., ['get-settings', 'update-settings', 'list-campaigns', ...] */ public function get_available_operations(); }