Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(devopsarr/sonarr-py#6): remove timespan validator #5

Merged
merged 1 commit into from
Mar 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions lidarr/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76153,7 +76153,6 @@ components:
nullable: true
type: string
duration:
pattern: "\\d{2}:\\d{2}:\\d{2}"
type: string
exception:
nullable: true
Expand Down Expand Up @@ -165976,7 +165975,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 @@ -176429,7 +176427,6 @@ components:
format: double
type: number
timeleft:
pattern: "\\d{2}:\\d{2}:\\d{2}"
type: string
estimatedCompletionTime:
format: date-time
Expand Down Expand Up @@ -197163,11 +197160,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
Track:
additionalProperties: false
Expand Down