Remove required 'fieldname' in Protocol definition (#1646)

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2023-10-03 22:56:44 +02:00 committed by GitHub
parent 9a9221d8ef
commit c3098cc55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1 @@
Remove required `fieldname` in Protocol definition.

View file

@ -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]+",