1
0
Fork 0

Fix the JSON schema for package repositories

pull/7286/head
Christophe Coevoet 2018-04-25 20:36:43 +02:00 committed by GitHub
parent 0704cd5142
commit 61f54e19ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -678,9 +678,7 @@
{ "$ref": "#/definitions/inline-package" },
{
"type": "array",
"items": {
"type": { "$ref": "#/definitions/inline-package" }
}
"items": { "$ref": "#/definitions/inline-package" }
}
]
}