mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 10:52:09 +08:00
33 lines
615 B
ReStructuredText
33 lines
615 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`
|
|
|
|
|
|
.. _schema-messaging:
|
|
|
|
.. jsonschema:: ../schemas/weblate-messaging.schema.json
|
|
|
|
.. seealso::
|
|
|
|
:ref:`fedora-messaging`,
|
|
:ref:`addon-weblate.webhook.webhook`
|