Skip to content

Commit

Permalink
Fix models titles to match relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailpw committed Feb 14, 2024
1 parent a4e0d04 commit b9a0d93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion models/data-types/mode.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: data-types/modes
title: data-types/mode
description: The modes supported in MDS.
type: string

Expand Down
2 changes: 1 addition & 1 deletion models/data-types/version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: data-type/version
title: data-types/version
description: The version of MDS this data represents.
type: string

Expand Down
2 changes: 1 addition & 1 deletion models/modes/car-share/trip.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: modes/care-share/trip
title: modes/car-share/trip
description: Trip definition for the `car-share` mode.
type: object

Expand Down
2 changes: 1 addition & 1 deletion models/vehicle-status.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: models/vehicles-status
title: models/vehicle-status
description: A vehicle status record represents the current or last-known event and telemetry from a [vehicle](./vehicle.yaml).
type: object

Expand Down

0 comments on commit b9a0d93

Please sign in to comment.