Skip to content

Commit

Permalink
Removal of pattern properties from response object
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 7, 2024
1 parent c8a7254 commit 5682d7e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions wis2downloader/static/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,6 @@ paths:
application/json:
schema:
type: object
patternProperties:
".*":
description: abc
type: object
properties:
target:
type: string
description: Sub directory to save data downloaded data to
pattern:
type: string
description: Pattern used to match topic
required:
- target
- pattern
post:
summary: Subscribe to specified topic
description: Subscribe to specified topic
Expand Down

0 comments on commit 5682d7e

Please sign in to comment.