File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,10 +177,10 @@ resources:
177
177
178
178
` ` ` xml
179
179
<?xml version="1.0" encoding="UTF-8" ?>
180
- <properties xmlns="https://api-platform.com/schema/metadata/properties"
180
+ <properties xmlns="https://api-platform.com/schema/metadata/properties-3.0 "
181
181
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
182
- xsi:schemaLocation="https://api-platform.com/schema/metadata/properties
183
- https://api-platform.com/schema/metadata/properties.xsd">
182
+ xsi:schemaLocation="https://api-platform.com/schema/metadata/properties-3.0
183
+ https://api-platform.com/schema/metadata/properties-3.0 .xsd">
184
184
<property resource="App\Entity\Product" name="name">
185
185
<openapiContext>
186
186
<values>
@@ -201,7 +201,7 @@ resources:
201
201
<value name="type">string</value>
202
202
<value name="format">date-time</value>
203
203
</values>
204
- </attribute >
204
+ </openapiContext >
205
205
</property>
206
206
</properties>
207
207
```
You can’t perform that action at this time.
0 commit comments