Skip to content

Commit b5ed076

Browse files
authored
Improve comments in schema.json
1 parent e9ba996 commit b5ed076

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
},
330330
"properties": {
331331
"_comment": {
332-
"description": "Undocumented: only found in scoop/git* and 6 manifests in scoop-extras",
332+
"description": "Deprecated. Use ## instead.",
333333
"$ref": "#/definitions/stringOrArrayOfStrings"
334334
},
335335
"##": {
@@ -361,7 +361,7 @@
361361
"$ref": "#/definitions/checkver"
362362
},
363363
"cookie": {
364-
"description": "Undocumented: only found in scoop-extras/oraclejdk*",
364+
"description": "Undocumented: Found at https://github.com/se35710/scoop-java/search?l=JSON&q=cookie",
365365
"type": "object"
366366
},
367367
"depends": {
@@ -381,7 +381,7 @@
381381
},
382382
"extract_to": {
383383
"$ref": "#/definitions/stringOrArrayOfStrings",
384-
"description": "Undocumented: only found in scoop/ruby*"
384+
"description": "No longer used."
385385
},
386386
"hash": {
387387
"$ref": "#/definitions/hash"
@@ -391,7 +391,7 @@
391391
"type": "string"
392392
},
393393
"innosetup": {
394-
"description": "Undocumented: only found in 6 manifests in scoop",
394+
"description": "True if the installer InnoSetup based. Found in https://github.com/lukesampson/scoop/search?l=JSON&q=innosetup",
395395
"type": "boolean"
396396
},
397397
"installer": {

0 commit comments

Comments
 (0)