[ 'description' => __('The ID of the original 1.X model that was used to generate this item on migration.', 'wp-ultimo'), 'type' => 'integer', 'required' => false, ], 'notice_type' => [ 'description' => __('Can be info, success, warning or error.', 'wp-ultimo'), 'type' => 'string', 'required' => false, 'enum' => [ 'info', 'success', 'warning', 'error', ], ], 'name' => [ 'description' => __('This broadcast name, which is used as broadcast title as well.', 'wp-ultimo'), 'type' => 'string', 'required' => false, ], 'type' => [ 'description' => __('The type being set.', 'wp-ultimo'), 'type' => 'string', 'required' => false, ], 'status' => [ 'description' => __('The status being set.', 'wp-ultimo'), 'type' => 'string', 'required' => false, ], 'author_id' => [ 'description' => __('The author ID.', 'wp-ultimo'), 'type' => 'integer', 'required' => false, ], 'title' => [ 'description' => __('Post title.', 'wp-ultimo'), 'type' => 'string', 'required' => false, ], 'content' => [ 'description' => __('Post content.', 'wp-ultimo'), 'type' => 'string', 'required' => false, ], 'excerpt' => [ 'description' => __('Post excerpt.', 'wp-ultimo'), 'type' => 'string', 'required' => false, ], 'date_created' => [ 'description' => __('Post creation date.', 'wp-ultimo'), 'type' => 'string', 'required' => false, ], 'date_modified' => [ 'description' => __('Post last modification date.', 'wp-ultimo'), 'type' => 'string', 'required' => false, ], 'slug' => [ 'description' => __('The slug.', 'wp-ultimo'), 'type' => 'mixed', 'required' => false, ], 'skip_validation' => [ 'description' => __('Set true to have field information validation bypassed when saving this event.', 'wp-ultimo'), 'type' => 'boolean', 'required' => false, ], ];