Skip to content

Commit

Permalink
rebase to fix merge conflict.
Browse files Browse the repository at this point in the history
Signed-off-by: Toure Dunnon <toure.dunnon@anchore.com>
  • Loading branch information
Toure Dunnon committed Oct 16, 2020
1 parent 59b4820 commit 6510963
Showing 1 changed file with 32 additions and 45 deletions.
77 changes: 32 additions & 45 deletions schema/json/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"authors": {
"type": "null"
},
Expand All @@ -53,55 +50,45 @@
"type": "integer"
},
"files": {
"anyOf": [
{
"type": "null"
},
{
"items": {
"anyOf": [
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"checksum": {
"type": "string"
},
{
"properties": {
"checksum": {
"type": "string"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"checksum",
"ownerGid",
"ownerUid",
"path",
"permissions"
],
"type": "object"
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
]
},
"type": "array"
}
]
},
"required": [
"checksum",
"ownerGid",
"ownerUid",
"path",
"permissions"
],
"type": "object"
}
]
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"homepage": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
Expand Down

0 comments on commit 6510963

Please sign in to comment.