Project
Properties
@type
Inherited from Entity.@type
- Type: 
string(external doc) - Proto-Index: 1
 
@id
Inherited from RefEntity.@id
- Type: 
string(external doc) - Proto-Index: 2
 
name
Inherited from RefEntity.name
- Type: 
string(external doc) - Proto-Index: 3
 
description
Inherited from RefEntity.description
- Type: 
string(external doc) - Proto-Index: 4
 
category
Inherited from RootEntity.category
- Type: 
string(external doc) - Proto-Index: 5
 
lastChange
Inherited from RootEntity.lastChange
- Type: 
dateTime(external doc) - Proto-Index: 6
 
tags
Inherited from RootEntity.tags
- Type: 
Listofstring(external doc) - Proto-Index: 7
 
version
Inherited from RootEntity.version
- Type: 
string(external doc) - Proto-Index: 8
 
library
Inherited from RootEntity.library
- Type: 
string(external doc) - Proto-Index: 9
 
impactMethod
- Type: Ref of ImpactMethod
 - Proto-Index: 10
 
isWithCosts
- Type: 
boolean(external doc) - Proto-Index: 11
 
isWithRegionalization
- Type: 
boolean(external doc) - Proto-Index: 12
 
nwSet
- Type: NwSet
 - Proto-Index: 13
 
variants
- Type: 
Listof ProjectVariant - Proto-Index: 14
 
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 Project:
  id: str
  category: str
  description: str
  impact_method: Ref
  is_with_costs: bool
  is_with_regionalization: bool
  last_change: str
  library: str
  name: str
  nw_set: NwSet
  tags: List[str]
  variants: List[ProjectVariant]
  version: str