Review
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
reviewType
- Type:
string
(external doc) - Proto-Index: 2
scopes
- Type:
List
of ReviewScope - Proto-Index: 3
details
- Type:
string
(external doc) - Proto-Index: 4
report
assessment
- Type:
List
of AspectValue - Proto-Index: 6
reviewers
Python class stub
The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.
@dataclass
class Review:
assessment: List[AspectValue]
details: str
report: Ref
review_type: str
reviewers: List[Ref]
scopes: List[ReviewScope]