Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 1247ba9

Browse files
committed
fix: use $id in schematics/**/schema.json
1 parent 82910fc commit 1247ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schematics/src/ng-add/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/schema",
3-
"id": "angular-datatables-schematic-angular-datatables",
3+
"$id": "angular-datatables-schematic-angular-datatables",
44
"title": "Angular DataTables angular-datatables schematic",
55
"type": "object",
66
"properties": {

0 commit comments

Comments
 (0)