Commit 804f8c7a authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'fix-package-schema-validation' into 'master'

Fix validation of package schema in arrays

See merge request gitlab-org/gitlab!22088
parents aab0d1b0 67d9c3e9
{
"type": "array",
"items": {
"type": "object",
"properties": {
"$ref": "./package.json"
}
}
"items": { "$ref": "./package.json" }
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment