weblate/docs/contributing/schemas.rst
Michal Čihař d949f4cb44 docs: consolidate seelaso usage
- remove inline seealso tags
- use lists to separate entries for better readability (long links are
  hard to distinguish) and translatability (references only need not
  translation)
2025-07-31 22:02:02 +02:00

41 lines
725 B
ReStructuredText

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`