Skip to content

Commit

Permalink
Complete example for the subtree condition
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Nov 21, 2019
1 parent 597f37f commit 82bce28
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,24 @@
- **required**: ``false``
- **default**: not defined

bla bla
Examples:

.. code-block:: yaml

# identical to the example below
subtree: '/1/2/42'

.. code-block:: yaml

subtree:
eq: '/1/2/42'

.. code-block:: yaml

# identical to the example below
subtree: ['/1/2/5', '/1/2/24', '/1/2/42']

.. code-block:: yaml

subtree:
in: ['/1/2/5', '/1/2/24', '/1/2/42']

0 comments on commit 82bce28

Please sign in to comment.