weblate/docs/contributing/schemas.rst
Michal Čihař 8e2d0f20e4 docs: Improve management commands documentation
- use different role for Weblate and Django commands
- render Weblate commands with weblate prefix so that full command is show
- add migrate documentation to cover differences from Django

Fixes #9253
2023-05-19 08:59:13 +02:00

23 lines
448 B
ReStructuredText

Data schemas
============
Weblate uses `JSON Schema <https://json-schema.org/>`_ to define layout of external JSON files.
.. _schema-memory:
.. jsonschema:: ../schemas/weblate-memory.schema.json
.. seealso::
:ref:`translation-memory`,
:wladmin:`dump_memory`,
:wladmin:`import_memory`
.. _schema-userdata:
.. jsonschema:: ../schemas/weblate-userdata.schema.json
.. seealso::
:ref:`user-profile`,
:wladmin:`dumpuserdata`