зеркало из https://github.com/mozilla/treeherder.git
Bug 1278711 - Set pulse schema jobdetails field lengths higher (#1665)
This sets the field lengths to what they will be in a later PR for the job_details model. But these are still within the constraints of the current field lengths for that table.
This commit is contained in:
Родитель
d0d0e49b86
Коммит
4cc00cf784
|
@ -297,14 +297,15 @@ properties:
|
|||
url:
|
||||
type: string
|
||||
format: url
|
||||
maxLength: 512
|
||||
linkText:
|
||||
type: string
|
||||
minLength: 1
|
||||
maxLength: 50
|
||||
maxLength: 125
|
||||
label:
|
||||
type: string
|
||||
minLength: 1
|
||||
maxLength: 50
|
||||
maxLength: 70
|
||||
additionalProperties: false
|
||||
required:
|
||||
- url
|
||||
|
|
Загрузка…
Ссылка в новой задаче