diff --git a/74.md b/74.md index b23368a3..bc0d06b9 100644 --- a/74.md +++ b/74.md @@ -67,6 +67,7 @@ unserialized JSON structure: ## Fields +``` content: Root object for the sorting algorithm configuration. algorithmName: Name of the sorting algorithm. version: Version of the sorting algorithm. @@ -87,11 +88,13 @@ includeReplies: Boolean indicating whether to include replies. includeMedia: Boolean indicating whether to include posts with media. contentSafety: Level of content safety (safe, moderate, any). promotedContent: Boolean indicating whether to include promoted content. -Rationale +``` + +## Rationale This standardized configuration allows developers and platforms to implement consistent sorting and filtering logic across different social media applications. By using a common format, it becomes easier to integrate and extend sorting algorithms, providing a better user experience. -Compatibility +## Compatibility This proposal is designed to be backward compatible with existing implementations by providing default values for new configuration fields. Platforms can gradually adopt the new configuration format without disrupting current functionality.