Skip to content

Commit 9ef9439

Browse files
committed
Fix includeParameters description
1 parent 824d615 commit 9ef9439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/v1.0.0/openapispecgeneratorplugin.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"items": {
3737
"type": "string"
3838
},
39-
"description": "Specifies the list of query string parameters to include in generated OpenAPI spec with their default values. Default: []"
39+
"description": "Defines the list of query string parameters to include in the generated OpenAPI spec, along with their default values. Default: []"
4040
}
4141
},
4242
"additionalProperties": false

0 commit comments

Comments
 (0)