Skip to content

Commit

Permalink
Testing redirect comment 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Oct 26, 2023
1 parent 458b1f1 commit c726061
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions schemas/gtfs_schedule_source_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,11 @@
}
},
"redirects_comments": {
"type": "string",
"description": "Optional comments explaining the nature of the redirect(s)."
"type": "array",
"description": "Optional comments explaining the nature of the redirect(s).",
"items": {
"type": "string"
}
}
},
"required": ["mdb_source_id", "data_type", "provider", "location", "urls"]
Expand Down

0 comments on commit c726061

Please sign in to comment.