'string', 'url' => 'string', ]; /** @inheritdoc */ public static $_required = ['url']; /** @inheritdoc */ public static $_parents = [ 'Swagger\Annotations\Swagger', 'Swagger\Annotations\Tag', 'Swagger\Annotations\Schema', 'Swagger\Annotations\Definition', 'Swagger\Annotations\Property', 'Swagger\Annotations\Operation', 'Swagger\Annotations\Get', 'Swagger\Annotations\Post', 'Swagger\Annotations\Put', 'Swagger\Annotations\Delete', 'Swagger\Annotations\Patch', 'Swagger\Annotations\Head', 'Swagger\Annotations\Options', 'Swagger\Annotations\Items', ]; }