mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 01:12:26 +08:00
- 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)
41 lines
725 B
ReStructuredText
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`
|