From df6ba8a59d2b1a7df6d76ab8b3578a3790dbf75b Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 6 Aug 2024 14:22:17 +0200 Subject: [PATCH] docs: :memo: Clarify that Collections should be signed --- app/structures/collection/page.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/structures/collection/page.mdx b/app/structures/collection/page.mdx index 824a331..f97d57f 100644 --- a/app/structures/collection/page.mdx +++ b/app/structures/collection/page.mdx @@ -9,6 +9,10 @@ Collections are a way to represent paginated groups of entities. They are used e Pages should be limited to a reasonable number of entities, such as 20 or 80. + + As Collections are independent and not part of a larger entity (like [ContentFormat](/structures/content-format)), they should have a valid [Signature](/signatures). + + ## Entity Definition @@ -36,6 +40,7 @@ Pages should be limited to a reasonable number of entities, such as 20 or 80. URI to the previous page of the collection. Query parameters are allowed. + If there is no previous page, this should be `null`.