{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DetectedItems", "type": "object", "description": "A group of detected rich result items of a single type.", "properties": { "richResultType": { "type": "string", "description": "The rich result type detected (e.g., Product, Recipe, FAQ, BreadcrumbList, Article)." }, "items": { "type": "array", "description": "The individual detected items of this type." } } }