Skip to content

Commit e28061b

Browse files
committed
Remove the href to exist, since it doesn't actually work.
1 parent 9b69247 commit e28061b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/apt/apt.dsc.resource.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
"readOnly": true
6565
},
6666
"_exist": {
67-
"$ref": "https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2024/04/resource/properties/exist.json"
67+
"type": "boolean",
68+
"title": "Exist",
69+
"description": "Defines if the package should exist or not"
6870
}
6971
}
7072
}

0 commit comments

Comments
 (0)