Skip to content

Commit

Permalink
Merge pull request #116 from zephyr-data-specs/fix-dead-url
Browse files Browse the repository at this point in the history
Fix dead url
  • Loading branch information
ssmith55 authored Oct 23, 2024
2 parents 4af4ec0 + 558ad1a commit 0c76c2d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions spec/link.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
{
"name": "bike_facility",
"type": "string",
"description": "Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A at https://nmtdev.ornl.gov/assets/templates/NBN_DataTemplates_final.pdf)",
"description": "Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A) See https://data.transportation.gov/stories/s/National-Bicycle-Network/88zh-3rqb/",
"categories": [
"unseparated bike lane",
"buffered bike lane",
Expand Down Expand Up @@ -237,4 +237,4 @@
"name": "link.schema.json",
"description": "A link is an edge in a network, defined by the nodes it travels from and to. It may have associated geometry information. Links have three types of attributes:<br> - Those that define the physical location of the link (e.g., `shape` `information`, `length`, `width`)<br> - Those that define the directionality of the link: `from_node`, `to_node`<br> - Those that define properties in the direction of travel: capacity,free flow speed, number of lanes, permitted uses, grade, facility type",
"$schema": "https://datapackage.org/profiles/2.0/tableschema.json"
}
}
4 changes: 2 additions & 2 deletions spec/link_tod.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
{
"name": "bike_facility",
"type": "string",
"description": "Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A at https://nmtdev.ornl.gov/assets/templates/NBN_DataTemplates_final.pdf)",
"description": "Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template Table 1-A. See https://data.transportation.gov/stories/s/National-Bicycle-Network/88zh-3rqb/",
"categories": [
"unseparated bike lane",
"buffered bike lane",
Expand Down Expand Up @@ -136,4 +136,4 @@
"name": "link_tod.schema.json",
"description": "Handles day-of-week and time-of-day restrictions on links",
"$schema": "https://datapackage.org/profiles/2.0/tableschema.json"
}
}
4 changes: 2 additions & 2 deletions spec/segment.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
{
"name": "bike_facility",
"type": "string",
"description": "Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A at https://nmtdev.ornl.gov/assets/templates/NBN_DataTemplates_final.pdf)",
"description": "Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A) See https://data.transportation.gov/stories/s/National-Bicycle-Network/88zh-3rqb/",
"categories": [
"unseparated bike lane",
"buffered bike lane",
Expand Down Expand Up @@ -184,4 +184,4 @@
"name": "segment.schema.json",
"description": "A portion of a link defined by `link_id`,`ref_node_id`, `start_lr`, and `end_lr`. Values in the segment will override they value specified in the link table. When one segment is fully contained within another, its value prevails.",
"$schema": "https://datapackage.org/profiles/2.0/tableschema.json"
}
}
2 changes: 1 addition & 1 deletion spec/segment_tod.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{
"name": "bike_facility",
"type": "string",
"description": "Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template (Table 1-A at https://nmtdev.ornl.gov/assets/templates/NBN_DataTemplates_final.pdf)",
"description": "Optional. Types of bicycle accommodation based on the National Bikeway Network Data Template Table 1-A. See https://data.transportation.gov/stories/s/National-Bicycle-Network/88zh-3rqb/",
"categories": [
"unseparated bike lane",
"buffered bike lane",
Expand Down

0 comments on commit 0c76c2d

Please sign in to comment.