Skip to content

Commit 647aaed

Browse files
Add Hashgraph Online skill manifest schema catalog entry (SchemaStore#5409)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 28b2687 commit 647aaed

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
"$schema": "https://json.schemastore.org/schema-catalog.json",
33
"version": 1,
44
"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+
},
515
{
616
"name": "release-hub.json",
717
"description": "Configuration file for Release Hub",

0 commit comments

Comments
 (0)