Skip to content

Commit 9f0636f

Browse files
authored
Merge pull request #19 from sensein/claude/schema-registry-meta-model-2upt56
fix: server.json repository field must be object not string
2 parents c7228ad + 2390c02 commit 9f0636f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

server.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"title": "NeuroGhost",
55
"description": "A shared vocabulary registry for neuroscience data. Search and compare concepts across schemas (BIDS, NWB, DANDI, BBQS, openMINDS, AIND), diff schemas, transform data records between formats, and submit new schemas.",
66
"version": "1.0.0",
7-
"repository": "https://github.com/sensein/NeuroGhost",
7+
"repository": {
8+
"url": "https://github.com/sensein/NeuroGhost",
9+
"source": "github"
10+
},
811
"websiteUrl": "https://sensein.group/NeuroGhost/",
912
"license": "CC0-1.0",
1013
"packages": [

0 commit comments

Comments
 (0)