Skip to content

Commit

Permalink
fix: Use Schema 0.3.0
Browse files Browse the repository at this point in the history
Co-authored-by: Duncan Dewhurst <[email protected]>
  • Loading branch information
R2ZER0 and duncandewhurst committed Jul 12, 2024
1 parent e1f0941 commit 520275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/model/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def to_network_object(self) -> Dict[str, Any]:
"links": [
{
"rel": "describedby",
"href": "https://raw.githubusercontent.com/Open-Telecoms-Data/open-fibre-data-standard/0__2__0/schema/network-schema.json"
"href": "https://raw.githubusercontent.com/Open-Telecoms-Data/open-fibre-data-standard/0__3__0/schema/network-schema.json"
}
]
}
Expand Down

0 comments on commit 520275c

Please sign in to comment.