Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The min_age field is an integer representing the minimum age to include, must be at least 18, and has specific allowed values.
The max_age field is an optional integer representing the maximum age to include, must be greater than min_age if specified, and also has specific allowed values.
Contiguous age range.
Fields
min_age
int32
Minimum age to include. A minimum age must be specified and must be at least 18. Allowed values are 18, 25, 35, 45, 55, and 65.
max_age
int32
Maximum age to include. A maximum age need not be specified. If specified, max_age must be greater than min_age, and allowed values are 24, 34, 44, 54, and 64.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]