1 | <?php |
||
10 | final class Schema extends ValueObject implements SchemaAggregate |
||
11 | { |
||
12 | use Properties\OptionalExtensions; |
||
13 | |||
14 | private $attributes; |
||
15 | |||
16 | 28 | public function __construct( |
|
23 | |||
24 | 26 | public function jsonSerialize(): ?array |
|
28 | |||
29 | 26 | protected function normalizeOptionalProperties(): array |
|
33 | } |
||
34 |