weblate/docs/contributing/schemas.rst
Michal Čihař 044e6cc9e5 feat(add-ons): expose category in Fedora messaging and clarify docs
- expose category in Fedora messaging topic
- document in more detail topic and change events
2026-06-18 16:12:37 +02:00

42 lines
752 B
ReStructuredText
Vendored

Data schemas
============
Weblate uses `JSON Schema <https://json-schema.org/>`_ to define layout of external JSON files.
.. only:: not gettext
.. _schema-memory:
.. jsonschema:: ../specs/schemas/weblate-memory.schema.json
.. seealso::
* :ref:`translation-memory`
* :wladmin:`dump_memory`
* :wladmin:`import_memory`
.. only:: not gettext
.. _schema-userdata:
.. jsonschema:: ../specs/schemas/weblate-userdata.schema.json
.. seealso::
* :ref:`user-profile`
* :wladmin:`dumpuserdata`
.. only:: not gettext
.. _schema-messaging:
.. jsonschema:: ../specs/schemas/weblate-messaging.schema.json
.. seealso::
* :ref:`fedora-messaging`
* :ref:`addon-weblate.webhook.webhook`
* :ref:`change-actions`