1
0
Fork 0

Merge pull request #7286 from stof/patch-1

Fix the JSON schema for package repositories
pull/7289/merge
Rob 2018-05-03 09:12:03 +02:00 committed by GitHub
commit 69d25c090e
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" }
}
]
}