Skip to content

Commit

Permalink
Allow additional fields on metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch committed Aug 3, 2023
1 parent 0685d5f commit c439403
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class Config:

class Data(BaseModel):
class Config:
extra = Extra.forbid
extra = Extra.allow

name: str
icon: Optional[str] = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ properties:
- githubIssueLabel
- connectorSubtype
- releaseStage
additionalProperties: false
additionalProperties: true
properties:
name:
type: string
Expand Down

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

0 comments on commit c439403

Please sign in to comment.