mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 01:58:36 +01:00
Field definitions for protocol metadata
This commit is contained in:
parent
1b374eafbc
commit
0ff882fb3b
|
|
@ -13,6 +13,8 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
type: object
|
type: object
|
||||||
description: Dictionary of supported third party protocols.
|
description: Dictionary of supported third party protocols.
|
||||||
|
additionalProperties:
|
||||||
|
$ref: protocol.yaml
|
||||||
example: {
|
example: {
|
||||||
"irc": {
|
"irc": {
|
||||||
"user_fields": ["network", "nickname"],
|
"user_fields": ["network", "nickname"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue