summaryrefslogtreecommitdiff
path: root/schema/README.md
blob: 6816cbb53f0d6dc5d9cc6ab695696cd7f5a96c1b (plain)
1
2
3
# JSON Schema Definitions

These definitions are generated from the Pydantic models that live in `package/libs/models/main.py`, by entering a `poetry shell` and running from the root of the `continue` repository the command `python3 -m package.libs.models.generate_json_schema.py`. You can then generate matching Typescript types to the `extension/schema` directory using `npm run typegen` from the `extension` directory.