Skip to content

Commit

Permalink
Added requirement for ISO 8601 extended UTC string when dealing with …
Browse files Browse the repository at this point in the history
…date/time.
  • Loading branch information
Lednerb committed Jun 29, 2019
1 parent 673bf67 commit b718679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SCANNER_INTERFACE-DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ To ensure a high coding quality of your project, you are encouraged to follow th
8. Write a clean and readable `README.md` for your project
9. Follow the [Semantic Versioning](https://semver.org/) guidelines and [keep a changelog](https://keepachangelog.com/en/1.0.0/)
10. Provide a `Dockerfile` for a ready-to-use docker image and document how to use it within a *Quick-Start* section in the `README.md`
11. Implement the following [Request-](#request-interface) and [Response-Interface](#response-interface) for your scanner
11. If you use any date and/or time strings in the response, use the ISO 8601 extended format with UTC timezone with the `Z` suffix
12. Implement the following [Request-](#request-interface) and [Response-Interface](#response-interface) for your scanner


## Request Interface
Expand Down

0 comments on commit b718679

Please sign in to comment.