Skip to content

Commit

Permalink
feat(changelog): Support changelog for external ref values
Browse files Browse the repository at this point in the history
Signed-off-by: deo002 <[email protected]>
  • Loading branch information
deo002 committed Feb 22, 2024
1 parent 980d3f7 commit ed06e9e
Show file tree
Hide file tree
Showing 7 changed files with 197 additions and 135 deletions.
4 changes: 0 additions & 4 deletions cmd/laas/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1602,10 +1602,6 @@ const docTemplate = `{
"models.LicenseUpdate": {
"type": "object",
"properties": {
"external_ref": {
"type": "object",
"additionalProperties": true
},
"marydone": {
"type": "boolean"
},
Expand Down
4 changes: 0 additions & 4 deletions cmd/laas/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1596,10 +1596,6 @@
"models.LicenseUpdate": {
"type": "object",
"properties": {
"external_ref": {
"type": "object",
"additionalProperties": true
},
"marydone": {
"type": "boolean"
},
Expand Down
3 changes: 0 additions & 3 deletions cmd/laas/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ definitions:
type: object
models.LicenseUpdate:
properties:
external_ref:
additionalProperties: true
type: object
marydone:
type: boolean
rf_FSFfree:
Expand Down
Loading

0 comments on commit ed06e9e

Please sign in to comment.