Remove the pear repository type from the JSON schema
parent
00ad18b742
commit
8f489d3d6c
|
@ -640,7 +640,6 @@
|
|||
{ "$ref": "#/definitions/vcs-repository" },
|
||||
{ "$ref": "#/definitions/path-repository" },
|
||||
{ "$ref": "#/definitions/artifact-repository" },
|
||||
{ "$ref": "#/definitions/pear-repository" },
|
||||
{ "$ref": "#/definitions/package-repository" }
|
||||
]
|
||||
},
|
||||
|
@ -753,28 +752,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"pear-repository": {
|
||||
"type": "object",
|
||||
"required": ["type", "url"],
|
||||
"properties": {
|
||||
"type": { "type": "string", "enum": ["pear"] },
|
||||
"url": { "type": "string" },
|
||||
"canonical": { "type": "boolean" },
|
||||
"only": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"exclude": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"vendor-alias": { "type": "string" }
|
||||
}
|
||||
},
|
||||
"package-repository": {
|
||||
"type": "object",
|
||||
"required": ["type", "package"],
|
||||
|
|
Loading…
Reference in New Issue