Field definitions for protocol metadata

This commit is contained in:
Andrew Morgan 2018-07-13 11:41:51 +01:00 committed by user
parent 1b374eafbc
commit 0ff882fb3b

View file

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