We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c5820 commit a999c62Copy full SHA for a999c62
core/openapi.md
@@ -166,16 +166,14 @@ class Product // The class name will be used to name exposed resources
166
properties:
167
App\Entity\Product:
168
name:
169
- attributes:
170
- openapiContext:
171
- type: string
172
- enum: ['one', 'two']
173
- example: one
+ openapiContext:
+ type: string
+ enum: ['one', 'two']
+ example: one
174
timestamp:
175
176
177
178
- format: date-time
+ format: date-time
179
```
180
181
```xml
0 commit comments