Skip to content

Commit

Permalink
add comma to queryStringJsonSchema (#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
linqueta committed Feb 8, 2020
1 parent 1c52b9f commit 14b4e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Validation-and-Serialization.md
Expand Up @@ -52,7 +52,7 @@ const bodyJsonSchema = {

const queryStringJsonSchema = {
type: 'object',
required: ['name']
required: ['name'],
properties: {
name: { type: 'string' },
excitement: { type: 'integer' }
Expand Down

0 comments on commit 14b4e02

Please sign in to comment.