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