More precise ID definition (no need to tie to any specific ID size)

This commit is contained in:
nightpool 2019-01-27 19:36:24 +01:00 committed by Eugen Rochko
parent 0de0210683
commit e086d478af
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ menu:
weight: 3
---
- All IDs are encoded as strings
- All IDs are encoded as string representations of integers.
- IDs can be sorted first by size, and then lexically, to produce a chronological ordering of resources.
- All datetimes are in ISO 8601 format
- All HTML strings are sanitized by the server
- All language codes are in ISO 6391 format