Skip to content

Commit

Permalink
yaml lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
menahyouyeah committed Jan 8, 2025
1 parent 437e8af commit 6fbffc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mmv1/products/clouddeploy/DeployPolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ properties:
- name: 'seconds'
type: Integer
description: |
Seconds of minutes of the time. Must normally be from 0 to 59.
Seconds of minutes of the time. Must normally be from 0 to 59.
An API may allow the value 60 if it allows leap-seconds.
validation:
function: 'validation.IntBetween(0,60)'
Expand Down Expand Up @@ -287,7 +287,7 @@ properties:
- name: 'seconds'
type: Integer
description: |
Seconds of minutes of the time. Must normally be from 0 to 59.
Seconds of minutes of the time. Must normally be from 0 to 59.
An API may allow the value 60 if it allows leap-seconds.
validation:
function: 'validation.IntBetween(0,60)'
Expand All @@ -309,7 +309,7 @@ properties:
- name: 'startDate'
type: NestedObject
description: |
Start date.
Start date.
properties:
- name: 'year'
type: Integer
Expand Down Expand Up @@ -359,7 +359,7 @@ properties:
- name: 'seconds'
type: Integer
description: |
Seconds of minutes of the time. Must normally be from 0 to 59.
Seconds of minutes of the time. Must normally be from 0 to 59.
An API may allow the value 60 if it allows leap-seconds.
validation:
function: 'validation.IntBetween(0,60)'
Expand Down Expand Up @@ -390,7 +390,7 @@ properties:
- name: 'seconds'
type: Integer
description: |
Seconds of minutes of the time. Must normally be from 0 to 59.
Seconds of minutes of the time. Must normally be from 0 to 59.
An API may allow the value 60 if it allows leap-seconds.
validation:
function: 'validation.IntBetween(0,60)'
Expand Down

0 comments on commit 6fbffc2

Please sign in to comment.