[[["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 2024-09-03 UTC."],[[["A Blog is a type of CreativeWork and contains blog posts."],["It includes properties like `blogPost` and `blogPosts` which point to BlogPosting types."],["`blogPost` represents a single blog post while `blogPosts` represents a collection of blog posts within the blog."]]],["The core content describes the `Blog` type, which extends `CreativeWork`. It details two properties: `blogPost` and `blogPosts`. Both properties accept the `BlogPosting` type, indicating that they represent the individual entries or postings contained within the blog. These properties signify the blog's content is composed of multiple blog posts. The description of the properties are the same but differ in their names.\n"]]