Skip to content

Commit 730341f

Browse files
Fix rule schema for implementation_scope in queries.
1 parent 38a467d commit 730341f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

schemas/rule-package.schema.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"minLength": 1
352352
},
353353
"implementation_scope": {
354-
"$ref": "#/$defs/implementation_scope"
354+
"$ref": "/schemas/implementation_scope"
355355
}
356356
},
357357
"required": [
@@ -363,24 +363,24 @@
363363
"tags"
364364
]
365365
},
366-
"implementation_scope": {
366+
"implementation_scope": {
367367
"$id": "/schemas/implementation_scope",
368-
"type": "object",
369-
"properties": {
370-
"description": {
371-
"kind": "string"
372-
},
373-
"items": {
374-
"type": "array",
375-
"items": {
376-
"type": "string"
377-
}
378-
}
379-
},
380-
"required": [
381-
"description"
382-
],
383-
"additionalProperties": false
368+
"type": "object",
369+
"properties": {
370+
"description": {
371+
"kind": "string"
372+
},
373+
"items": {
374+
"type": "array",
375+
"items": {
376+
"type": "string"
377+
}
384378
}
379+
},
380+
"required": [
381+
"description"
382+
],
383+
"additionalProperties": false
384+
}
385385
}
386386
}

0 commit comments

Comments
 (0)