Skip to content

Commit c235300

Browse files
Fix measure link (#288)
2 parents cb78bfa + 17aee85 commit c235300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

amt/schema/measure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class Measure(MeasureBase):
1515
name: str
1616
description: str
1717
links: list[str] = Field(default=[])
18+
url: str
1819

1920

2021
class ExtendedMeasureTask(MeasureTask):

0 commit comments

Comments
 (0)