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