Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions protocol/specification/accessibles.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _accessibles:

Parameters and commands
=======================

Expand Down
1 change: 1 addition & 0 deletions protocol/specification/additional.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ Additional topics

.. toctree::

schemata
security
future
5 changes: 3 additions & 2 deletions protocol/specification/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ loss of functionality.

.. rubric:: Backwards compatible changes

.. TODO machine readable, systems

- The specification text has been generally restructured and edited to improve
clarity and presentation.

- Machine readable definition of specification entities has been specified
(:ref:`rfc-102` and :ref:`rfc-103`).

- The optional `check`/`checked` messages have been added, as well as the
`checkable` accessible property (:issue:`075 New messages check and checked`).

Expand Down
10 changes: 10 additions & 0 deletions protocol/specification/descriptive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ Optional SEC node properties
well below this value, i.e. this is a reply-timeout. Default: 10 sec,
*see* :issue:`004 The Timeout SEC Node Property`.

.. node-property:: systems

A JSON object of system mappings for systems contained in this SEC node, see
:ref:`systems`.

.. node-property:: schemata

A list of URLs of :ref:`YAML repositories <schemata>` describing the
structure and semantics of the node, see :ref:`schema-links`.


.. _module-description:

Expand Down
Loading