- Photographs must be in WebP format.
- Photographs and must not exceed 3000 x 2000 pixels.
- Photographs must be published under an open license that allows reusing and redistributing them. When available, prefer those published under Creative Commons licenses.
- Logos must be in SVG format.
- Logos must not have a background, except when the background color is part of the logo.
- Files are encoded in UTF-8 without BOM.
- Files uses the Unix line break character.
- Values must not be quoted unless necessary.
- Null values are represented by an empty column.
- Boolean values
true
andfalse
are represented respectively by the numeric values1
and0
. - Multiple values - string representation of arrays - are separated by a semicolon. Trailing separators are not allowed.
- Dates are represented using the
yyyy-mm-dd
format.