mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 02:26:42 +01:00
update json schema to account for optional gemspec fields (#225)
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
4a8ee15e87
commit
3ba67a6bcc
@ -40,9 +40,6 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"authors": {
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@ -89,6 +86,9 @@
|
|||||||
"gitCommitOfApkPort": {
|
"gitCommitOfApkPort": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"homepage": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"installedSize": {
|
"installedSize": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user