Skip to content

Commit

Permalink
Remove field alias
Browse files Browse the repository at this point in the history
This breaking change is documented in:
- Data migration from `cyhy-core` database #8

Co-authored-by: David Redmin <david.redmin@gwe.cisa.dhs.gov>
  • Loading branch information
felddy and dav3r committed Oct 18, 2024
1 parent 07724b2 commit 438c199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cyhy_db/models/request_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ScanLimit(BaseModel):

model_config = ConfigDict(extra="forbid")

scan_type: ScanType = Field(..., alias="scanType")
scan_type: ScanType
concurrent: int = Field(ge=0)


Expand Down

0 comments on commit 438c199

Please sign in to comment.