Skip to content

Commit

Permalink
fix schema ids
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jun 29, 2020
1 parent 8693a5d commit ff9d49a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion provider/events.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://raw.githubusercontent.com/openmobilityfoundation/mobility-data-specification/main/provider/dockless/events.json",
"$id": "https://raw.githubusercontent.com/openmobilityfoundation/mobility-data-specification/main/provider/events.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Schema for MDS Provider events payloads",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion provider/status_changes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://raw.githubusercontent.com/openmobilityfoundation/mobility-data-specification/main/provider/dockless/status_changes.json",
"$id": "https://raw.githubusercontent.com/openmobilityfoundation/mobility-data-specification/main/provider/status_changes.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Schema for MDS Provider status_changes payloads",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion provider/trips.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://raw.githubusercontent.com/openmobilityfoundation/mobility-data-specification/main/provider/dockless/trips.json",
"$id": "https://raw.githubusercontent.com/openmobilityfoundation/mobility-data-specification/main/provider/trips.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Schema for MDS Provider trips payloads",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion provider/vehicles.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://raw.githubusercontent.com/openmobilityfoundation/mobility-data-specification/main/provider/dockless/vehicles.json",
"$id": "https://raw.githubusercontent.com/openmobilityfoundation/mobility-data-specification/main/provider/vehicles.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Schema for MDS Provider vehicles payloads",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/templates/provider/endpoint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://raw.githubusercontent.com/openmobilityfoundation/mobility-data-specification/main/provider/dockless/endpoint.json",
"$id": "https://raw.githubusercontent.com/openmobilityfoundation/mobility-data-specification/main/provider/endpoint.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Schema for MDS Provider endpoint payloads",
"type": "object",
Expand Down

0 comments on commit ff9d49a

Please sign in to comment.