Skip to content

Commit

Permalink
Merge pull request #2952 from HebaruSan/fix/schema-provides
Browse files Browse the repository at this point in the history
Make provides a list of identifiers in the schema
  • Loading branch information
techman83 authored Jan 6, 2020
2 parents 255d28c + 2327f0c commit 3ab4bd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CKAN.schema
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@
"provides" : {
"description" : "A list of virtual packages this mod provides",
"type" : "array",
"items" : { "type" : "string" },
"items" : {
"$ref" : "#/definitions/identifier"
},
"uniqueItems" : true
},
"replaced_by" : {
Expand Down

0 comments on commit 3ab4bd7

Please sign in to comment.