From e086d478afa140e7b0b9a60183655315966ad9ff Mon Sep 17 00:00:00 2001 From: nightpool Date: Sun, 27 Jan 2019 19:36:24 +0100 Subject: [PATCH] More precise ID definition (no need to tie to any specific ID size) --- content/en/api/entities.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/api/entities.md b/content/en/api/entities.md index 22384263..b646eb61 100644 --- a/content/en/api/entities.md +++ b/content/en/api/entities.md @@ -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