Skip to content

Commit

Permalink
Merge pull request #266 from asraa/revert-264-add-max-on-content
Browse files Browse the repository at this point in the history
Revert "[api] Add max 32 mb on content data"
  • Loading branch information
dlorenc authored Apr 14, 2021
2 parents d04da99 + b028d6d commit 2b0fcad
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 2b0fcad

Please sign in to comment.