1
0
Fork 0
Matthias Vogel 2025-03-06 17:04:58 +01:00 committed by GitHub
commit 9233d7b387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -969,7 +969,9 @@
"options": {
"type": "object",
"properties": {
"symlink": { "type": ["boolean", "null"] }
"reference": { "type": ["string"], "enum": ["none", "config", "auto"] },
"symlink": { "type": ["boolean", "null"] },
"relative": { "type": ["boolean"] }
},
"additionalProperties": true
}