Fix the JSON schema for package repositories

main
Christophe Coevoet 6 years ago committed by GitHub
parent 0704cd5142
commit 61f54e19ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save