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": {
|
||||
"type": "string"
|
||||
},
|
||||
"authors": {
|
||||
"type": "null"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -89,6 +86,9 @@
|
||||
"gitCommitOfApkPort": {
|
||||
"type": "string"
|
||||
},
|
||||
"homepage": {
|
||||
"type": "string"
|
||||
},
|
||||
"installedSize": {
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user