{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "IndividualInsights", "type": "object", "description": "The details associated with the individual insights.", "properties": { "alerts": { "type": "array" }, "warnings": { "type": "array", "description": "An array containing warning messages." } } }