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

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1658/head
Kévin Commaille 8 months ago committed by GitHub
parent 9a9221d8ef
commit c3098cc55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
type: string
required: ['regexp', 'placeholder']
required: ['fieldname']
example: {
"network": {
"regexp": "([a-z0-9]+\\.)*[a-z0-9]+",

Loading…
Cancel
Save