Skip to content

Commit

Permalink
Revert "[api] Add max 32 mb on content data"
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <[email protected]>
  • Loading branch information
asraa committed Apr 13, 2021
1 parent d04da99 commit b028d6d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 46 deletions.
17 changes: 0 additions & 17 deletions pkg/generated/models/rekord_v001_schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions pkg/generated/models/rpm_v001_schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions pkg/generated/restapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pkg/types/rekord/v0.0.1/rekord_v0_0_1_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
"content": {
"description": "Specifies the content inline within the document",
"type": "string",
"format": "byte",
"maxLength" : 32000000
"format": "byte"
}
},
"oneOf": [
Expand Down
3 changes: 1 addition & 2 deletions pkg/types/rpm/v0.0.1/rpm_v0_0_1_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
"content": {
"description": "Specifies the package inline within the document",
"type": "string",
"format": "byte",
"maxLength" : 32000000
"format": "byte"
}
},
"oneOf": [
Expand Down

0 comments on commit b028d6d

Please sign in to comment.