-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
integrationRelated to integration of SSVC into another framework or systemRelated to integration of SSVC into another framework or system
Description
Extending a comment from #821.
Lines 165 to 175 in 6dbe00d
| class Reference(BaseModel): | |
| """ | |
| A reference to a resource that provides additional context about the decision points or selections. | |
| This object is intentionally minimal and contains only the URL and an optional description. | |
| """ | |
| model_config = ConfigDict(extra="forbid") | |
| uri: AnyUrl | |
| description: str | |
Do we want that to be an
URIorURL?
Originally posted by @tschmidtb51 in #821 (comment)
Metadata
Metadata
Assignees
Labels
integrationRelated to integration of SSVC into another framework or systemRelated to integration of SSVC into another framework or system