{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AiInteractionMention", "type": "object", "description": "Represents a mention of an entity in an AI interaction.", "properties": { "mentioned": { "type": "object", "description": "The entity mentioned in the message." }, "mentionId": { "type": "integer", "description": "The identifier for the mention." }, "mentionText": { "type": "string", "description": "The text mentioned in the message." } } }