Skip to content

Commit

Permalink
Enhancement: Update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ergebnis-bot committed Oct 17, 2020
1 parent 47f269e commit 21a5cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resource/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
],
"description": "A set of additional repositories where packages can be found.",
"additionalProperties": {
"oneOf": [
"anyOf": [
{
"$ref": "#/definitions/repository"
},
Expand All @@ -427,7 +427,7 @@
]
},
"items": {
"oneOf": [
"anyOf": [
{
"$ref": "#/definitions/repository"
},
Expand Down Expand Up @@ -782,7 +782,7 @@
},
"repository": {
"type": "object",
"oneOf": [
"anyOf": [
{
"$ref": "#/definitions/composer-repository"
},
Expand Down

0 comments on commit 21a5cb1

Please sign in to comment.