Skip to content

Commit

Permalink
fix(devopsarr/sonarr-py#6): remove timespan validator
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsarr[bot] committed Mar 27, 2023
1 parent 123d0cd commit 33b2a53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions readarr/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54355,7 +54355,6 @@ components:
nullable: true
type: string
duration:
pattern: "\\d{2}:\\d{2}:\\d{2}"
type: string
exception:
nullable: true
Expand Down Expand Up @@ -85395,7 +85394,6 @@ components:
nullable: true
type: string
duration:
pattern: "\\d{2}:\\d{2}:\\d{2}"
type: string
quality:
$ref: '#/components/schemas/QualityModel'
Expand Down Expand Up @@ -102965,7 +102963,6 @@ components:
format: double
type: number
timeleft:
pattern: "\\d{2}:\\d{2}:\\d{2}"
type: string
estimatedCompletionTime:
format: date-time
Expand Down Expand Up @@ -117733,11 +117730,9 @@ components:
format: date-time
type: string
lastDuration:
pattern: "\\d{2}:\\d{2}:\\d{2}"
type: string
type: object
TimeSpan:
pattern: "\\d{2}:\\d{2}:\\d{2}"
type: string
TrackedDownloadState:
enum:
Expand Down

0 comments on commit 33b2a53

Please sign in to comment.