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 a053493 commit 38274bbCopy full SHA for 38274bb
webapp/config/packages/nelmio_api_doc.yaml
@@ -51,6 +51,7 @@ nelmio_api_doc:
51
description: The ID of the entity
52
required: true
53
schema:
54
+ $ref: "#/components/schemas/Id"
55
type: string
56
pattern: "^[A-Za-z0-9]{1,255}$"
57
maxLength: 255
@@ -75,7 +76,7 @@ nelmio_api_doc:
75
76
77
type: array
78
items:
- $ref: "#/components/parameters/id"
79
80
strict:
81
name: strict
82
in: query
@@ -103,6 +104,10 @@ nelmio_api_doc:
103
104
105
106
schemas:
107
+ Id:
108
+ type: string
109
+ pattern: "^[A-Za-z0-9]{1,255}$"
110
+ maxLength: 255
111
ImageList:
112
113
0 commit comments