Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jan 27, 2025
1 parent 4638dae commit fb32dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions optimade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4520,9 +4520,9 @@ The OPTIMADE JSON Lines format then extends these rules with the following conve
- The next line MAY contain a standard OPTIMADE ``meta`` object, following the same rules described in `JSON Response Schema: Common Fields`_, where every MUST and SHOULD rule can be reinterpreted as a MAY rule.
- The next block of lines provides the ``info`` endpoint responses.
- First the base info response MUST be provided, following the description at `Base Info Endpoint`_.
- The next lines MUST contain the entry info endpoint responses for the all entry types present later in the file, as described in `Entry Listing Info Endpoints`_.
- The remaining lines of the file contain data entries themselves, described in `Entry Listing JSON Response Schema`_.
These entries can be provided in any order.
- The next lines MUST contain the entry info endpoint responses for the all entry types present later in the file, as described in `Entry Listing Info Endpoints`_.
- The remaining lines of the file contain data entries themselves, described in `Entry Listing JSON Response Schema`_.
These entries can be provided in any order.
- Finally, any custom extension endpoints (see `Custom Extension Endpoints`_), if present and desirable, MUST appear at the end of the file.

This leaves the following overall file structure:
Expand Down

0 comments on commit fb32dbc

Please sign in to comment.