Skip to content

Commit

Permalink
Remove deprecated allowEmptyValue property
Browse files Browse the repository at this point in the history
Per OAS 3.0.2: Use allowEmptyValue is NOT RECOMMENDED, as it is likely
to be removed in a later revision
  • Loading branch information
sergeyklay committed Feb 5, 2023
1 parent 658e517 commit a7d950d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,13 @@ paths:
required: false
schema:
type: string
allowEmptyValue: true
example: laptops
- name: q
description: Search term.
in: query
required: false
schema:
type: string
allowEmptyValue: true
example: samsung
responses:
'200':
Expand Down

0 comments on commit a7d950d

Please sign in to comment.