{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AiInteractionMention", "type": "object", "properties": { "mentioned": { "type": "object" }, "mentionId": { "type": "integer" }, "mentionText": { "type": "string" } } }