Skip to content

Commit

Permalink
Improve comments in schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Jul 17, 2018
1 parent e9ba996 commit b5ed076
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
},
"properties": {
"_comment": {
"description": "Undocumented: only found in scoop/git* and 6 manifests in scoop-extras",
"description": "Deprecated. Use ## instead.",
"$ref": "#/definitions/stringOrArrayOfStrings"
},
"##": {
Expand Down Expand Up @@ -361,7 +361,7 @@
"$ref": "#/definitions/checkver"
},
"cookie": {
"description": "Undocumented: only found in scoop-extras/oraclejdk*",
"description": "Undocumented: Found at https://github.com/se35710/scoop-java/search?l=JSON&q=cookie",
"type": "object"
},
"depends": {
Expand All @@ -381,7 +381,7 @@
},
"extract_to": {
"$ref": "#/definitions/stringOrArrayOfStrings",
"description": "Undocumented: only found in scoop/ruby*"
"description": "No longer used."
},
"hash": {
"$ref": "#/definitions/hash"
Expand All @@ -391,7 +391,7 @@
"type": "string"
},
"innosetup": {
"description": "Undocumented: only found in 6 manifests in scoop",
"description": "True if the installer InnoSetup based. Found in https://github.com/lukesampson/scoop/search?l=JSON&q=innosetup",
"type": "boolean"
},
"installer": {
Expand Down

0 comments on commit b5ed076

Please sign in to comment.