Skip to content

In selection reference object, do we want that to be an URI or URL? #835

@ahouseholder

Description

@ahouseholder

Extending a comment from #821.

SSVC/src/ssvc/selection.py

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 URI or URL?

Originally posted by @tschmidtb51 in #821 (comment)

Metadata

Metadata

Labels

integrationRelated to integration of SSVC into another framework or system

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions