We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b2687 commit 647aaedCopy full SHA for 647aaed
1 file changed
src/api/json/catalog.json
@@ -2,6 +2,16 @@
2
"$schema": "https://json.schemastore.org/schema-catalog.json",
3
"version": 1,
4
"schemas": [
5
+ {
6
+ "name": "Hashgraph Online Skill Manifest",
7
+ "description": "Manifest for Hashgraph Online Registry Broker skill packages",
8
+ "fileMatch": [
9
+ "**/.hol/skill.json",
10
+ "**/hol/skill.json",
11
+ "hol-skill.json"
12
+ ],
13
+ "url": "https://raw.githubusercontent.com/hashgraph-online/skill-publish/main/schemas/skill.schema.json"
14
+ },
15
{
16
"name": "release-hub.json",
17
"description": "Configuration file for Release Hub",
0 commit comments