mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
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
|
|
@ -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…
Reference in a new issue