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:
camd 2016-07-08 14:33:57 -07:00 коммит произвёл GitHub
Родитель d0d0e49b86
Коммит 4cc00cf784
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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