diff --git a/optimade.rst b/optimade.rst index b950dac3..9c203a64 100644 --- a/optimade.rst +++ b/optimade.rst @@ -4520,8 +4520,7 @@ 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`_. - These MUST appear in alphabetical order by entry type name. + - 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`_. These MUST appear in alphabetical order by entry type name. - The remaining lines of the file contain data entries themselves, described in `Entry Listing JSON Response Schema`_. Again, these MUST appear in block alphabetical order by entry type name, but can appear in any order within those blocks. - Finally, any custom extension endpoints (see `Custom Extension Endpoints`_), if present and desirable, MUST appear at the end of the file.