Skip to content

Commit

Permalink
Add format validation for logoUrl and iconUrl in swagger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Feb 2, 2024
1 parent 52bb5a8 commit 73ce8c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ components:
type: "string"
logoUrl:
type: "string"
format: "uri"
category:
$ref: "#/components/schemas/Category"
Category:
Expand All @@ -74,4 +75,5 @@ components:
label:
type: "string"
iconUrl:
type: "string"
type: "string"
format: "uri"

0 comments on commit 73ce8c6

Please sign in to comment.