Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions repository_service_tuf_api/common_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ class TUFSignedDelegationsRoles(BaseModel):
description="Expire Policy for the role",
default=None,
)
x_rstuf_num_bins: int = Field(
alias="x-rstuf-num-bins",
description="Number of bins for nested hash-bin roles",
default=None
)
# Note: No validation is required for paths as these patterns are only used
# to distribute artifacts. No files are created based on them.
paths: List[str] = Field(min_length=1)
Expand Down