jupyterlab / jupyter-chat

An extension to add a chat panel
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

JSON schema for the shared document #24

Open brichet opened 2 months ago

brichet commented 2 months ago

Problem

The chat shared document is a JSON file, but does not have associated schema yet.

Proposed Solution

We should provide a versioned JSON schema of the chat file, for better backward compatibility in future change of the schema.