Skip to content

Commit

Permalink
Remove required 'fieldname' in Protocol definition (#1646)
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh authored Oct 3, 2023
1 parent 9a9221d commit c3098cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove required `fieldname` in Protocol definition.
1 change: 0 additions & 1 deletion data/api/application-service/definitions/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]+",
Expand Down

0 comments on commit c3098cc

Please sign in to comment.