Skip to content

Commit 9cd789d

Browse files
committed
fix: ramon's review
1 parent db8c348 commit 9cd789d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/probeinterface/schema/probe.json.schema

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://probeinterface.readthedocs.io/schema/probe.json.schema",
3+
"$id": "https://raw.githubusercontent.com/SpikeInterface/probeinterface/main/src/probeinterface/schema/probe.json.schema",
44
"$comment": "Validates probeinterface specification versions matching the 'version' property pattern (currently 0.3.x). The pattern is bumped only when the schema changes incompatibly. See https://probeinterface.readthedocs.io",
55
"type": "object",
66
"properties": {
77
"specification": {
88
"type": "string",
9-
"value": "probeinterface"
9+
"const": "probeinterface"
1010
},
1111
"version": {
1212
"type": "string",

0 commit comments

Comments
 (0)