) or unwrapped (). Default value is false. The definition takes effect only when defined alongside type being array (outside the items).
* @var boolean
*/
public $wrapped;
/** @inheritdoc */
public static $_types = [
'name' => 'string',
'namespace' => 'string',
'prefix' => 'string',
'attribute' => 'boolean',
'wrapped' => 'boolean'
];
/** @inheritdoc */
public static $_parents = [
'Swagger\Annotations\Schema',
'Swagger\Annotations\Property',
'Swagger\Annotations\Definition',
'Swagger\Annotations\Items',
];
}