Skip to content

Commit

Permalink
Merge pull request #15 from sunrise-php/release/v1.4.1
Browse files Browse the repository at this point in the history
Support the `Schema.patternProperties` property
  • Loading branch information
fenric authored Jun 2, 2020
2 parents a1cb5a2 + c73e441 commit e4b6dca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Annotation/OpenApi/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,15 @@ final class Schema extends AbstractAnnotation implements SchemaInterface, Compon
*/
public $properties;

/**
* [!] Isn't standard property
*
* @var array<\Sunrise\Http\Router\OpenApi\Annotation\OpenApi\SchemaInterface>
*
* @since 1.4.1
*/
public $patternProperties;

/**
* @var bool
*
Expand Down

0 comments on commit e4b6dca

Please sign in to comment.