Skip to content

Commit

Permalink
Merge remote-tracking branch 'madskristensen/patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jan 1, 2015
2 parents 220bd2b + acf3638 commit b201531
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions res/composer-schema.json
@@ -1,12 +1,13 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"name": "Package",
"type": "object",
"additionalProperties": false,
"required": [ "name", "description" ],
"properties": {
"name": {
"type": "string",
"description": "Package name, including 'vendor-name/' prefix.",
"required": true
"description": "Package name, including 'vendor-name/' prefix."
},
"type": {
"description": "Package type, either 'library' for common packages, 'composer-plugin' for plugins, 'metapackage' for empty packages, or a custom type ([a-z0-9-]+) defined by whatever project this package applies to.",
Expand All @@ -18,8 +19,7 @@
},
"description": {
"type": "string",
"description": "Short package description.",
"required": true
"description": "Short package description."
},
"keywords": {
"type": "array",
Expand Down Expand Up @@ -51,11 +51,11 @@
"items": {
"type": "object",
"additionalProperties": false,
"required": [ "name"],
"properties": {
"name": {
"type": "string",
"description": "Full name of the author.",
"required": true
"description": "Full name of the author."
},
"email": {
"type": "string",
Expand Down

0 comments on commit b201531

Please sign in to comment.