Browse Source

manifest descriptions

pull/79/merge
Jeremy Wentworth 7 years ago
parent
commit
d46aea8147
1 changed files with 15 additions and 15 deletions
  1. +15
    -15
      spec/manifest.json

+ 15
- 15
spec/manifest.json View File

@@ -10,39 +10,39 @@
"properties": { "properties": {
"slug": { "slug": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"name": { "name": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"author": { "author": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"license": { "license": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"version": { "version": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"homepage": { "homepage": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"donation": { "donation": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"manual": { "manual": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"source": { "source": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"disabled": { "disabled": {
"type": "boolean", "type": "boolean",
@@ -66,11 +66,11 @@
"properties": { "properties": {
"download": { "download": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"sha256": { "sha256": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
} }
} }
}, },
@@ -84,11 +84,11 @@
"properties": { "properties": {
"download": { "download": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"sha256": { "sha256": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
} }
} }
}, },
@@ -102,11 +102,11 @@
"properties": { "properties": {
"download": { "download": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
}, },
"sha256": { "sha256": {
"type": "string", "type": "string",
"description": ""
"description": "SEE README"
} }
} }
} }


Loading…
Cancel
Save