{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AiInteractionContext", "type": "object", "description": "Represents context associated with an interaction.", "properties": { "contextReference": { "type": "string", "description": "The full file URL where the interaction happened." }, "contextType": { "type": "string", "description": "The type of the file." }, "displayName": { "type": "string", "description": "The name of the file." } } }