From 60df72a278ca5064135ffd3cbddb81168c0ad075 Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Fri, 20 Dec 2024 09:04:38 -0500 Subject: [PATCH 1/2] File description: specify endpoint timeout --- gbfs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gbfs.md b/gbfs.md index 88ec45bb..c3214373 100644 --- a/gbfs.md +++ b/gbfs.md @@ -122,6 +122,7 @@ Hours and dates of operation SHOULD be published even in cases where services ar * Files are distributed as individual HTTP endpoints. * All endpoints MUST use HTTPS + * All endpoints MUST respond to HTTP requests in less than 5 seconds * REQUIRED files MUST NOT 404. They MUST return a properly formatted JSON file as defined in [Output Format](#output-format). * OPTIONAL files MAY 404. A 404 of an OPTIONAL file SHOULD NOT be considered an error. From b071385fff07c3401f7c179b59b09b52f3db3729 Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Mon, 12 May 2025 12:58:35 -0400 Subject: [PATCH 2/2] Update MUST to SHOULD --- gbfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbfs.md b/gbfs.md index c3214373..4bf6e5bd 100644 --- a/gbfs.md +++ b/gbfs.md @@ -122,7 +122,7 @@ Hours and dates of operation SHOULD be published even in cases where services ar * Files are distributed as individual HTTP endpoints. * All endpoints MUST use HTTPS - * All endpoints MUST respond to HTTP requests in less than 5 seconds + * All endpoints SHOULD respond to HTTP requests in less than 1 second * REQUIRED files MUST NOT 404. They MUST return a properly formatted JSON file as defined in [Output Format](#output-format). * OPTIONAL files MAY 404. A 404 of an OPTIONAL file SHOULD NOT be considered an error.