PHP Notice: Undefined index: type in /usr/local/wordpress/wp-content/plugins/wp-api-swaggerui/wp-api-swaggerui.php on line 327 ```php if (isset($detail['items'])) { $params['items'] = array( 'type' => $detail['items']['type'] ); } ```