Remove required 'fieldname' in Protocol definition (#1646)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
9a9221d8ef
commit
c3098cc55c
2 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,6 @@ properties:
|
|||
description: An placeholder serving as a valid example of the field value.
|
||||
type: string
|
||||
required: ['regexp', 'placeholder']
|
||||
required: ['fieldname']
|
||||
example: {
|
||||
"network": {
|
||||
"regexp": "([a-z0-9]+\\.)*[a-z0-9]+",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue