Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cb0ee4

Browse files
authored
fix: enable to update all keys in metadata (#5684)
1 parent 965af9e commit 9cb0ee4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,23 @@ private function update(ApiProperty $propertyMetadata, array $metadata): ApiProp
9999
'readableLink' => 'is',
100100
'required' => 'is',
101101
'identifier' => 'is',
102+
'default' => 'get',
103+
'example' => 'get',
104+
'deprecationReason' => 'get',
105+
'fetchable' => 'is',
106+
'fetchEager' => 'get',
107+
'jsonldContext' => 'get',
108+
'openapiContext' => 'get',
109+
'jsonSchemaContext' => 'get',
110+
'push' => 'get',
111+
'security' => 'get',
112+
'securityPostDenormalize' => 'get',
113+
'types' => 'get',
114+
'builtinTypes' => 'get',
115+
'schema' => 'get',
116+
'initializable' => 'is',
117+
'genId' => 'get',
118+
'extraProperties' => 'get',
102119
];
103120

104121
foreach ($metadataAccessors as $metadataKey => $accessorPrefix) {

0 commit comments

Comments
 (0)