config: packages,metadata,json (2 files)

This commit is contained in:
Richard Ward
2025-12-30 21:36:57 +00:00
parent d572f86056
commit af2f9ad2fb
2 changed files with 10 additions and 2 deletions

View File

@@ -21,5 +21,9 @@
"tests/components.cases.json"
]
},
"minLevel": 2
"minLevel": 2,
"schema": {
"entities": ["ForumCategory", "ForumThread", "ForumPost"],
"path": "schema/entities.yaml"
}
}

View File

@@ -30,5 +30,9 @@
]
},
"tags": ["chat", "irc", "messaging", "realtime"],
"minLevel": 2
"minLevel": 2,
"schema": {
"entities": ["IRCChannel", "IRCMessage", "IRCMembership"],
"path": "schema/entities.yaml"
}
}