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
|
@ -0,0 +1 @@
|
||||||
|
Remove required `fieldname` in Protocol definition.
|
|
@ -63,7 +63,6 @@ properties:
|
||||||
description: An placeholder serving as a valid example of the field value.
|
description: An placeholder serving as a valid example of the field value.
|
||||||
type: string
|
type: string
|
||||||
required: ['regexp', 'placeholder']
|
required: ['regexp', 'placeholder']
|
||||||
required: ['fieldname']
|
|
||||||
example: {
|
example: {
|
||||||
"network": {
|
"network": {
|
||||||
"regexp": "([a-z0-9]+\\.)*[a-z0-9]+",
|
"regexp": "([a-z0-9]+\\.)*[a-z0-9]+",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue