Skip to content

Commit

Permalink
Schema validation - add missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyaksenov committed Sep 12, 2024
1 parent e676fec commit f159ddd
Showing 1 changed file with 46 additions and 3 deletions.
49 changes: 46 additions & 3 deletions doc/reference/reference_lua/config/utils_schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -502,15 +502,30 @@ API Reference
* - **schema_node_object**
-

* - :ref:`schema_node_object.allowed_values <config-schema_node_object-allowed_values>`
- TODO

* - :ref:`schema_node_object.apply_default_if <config-schema_node_object-apply_default_if>`
- TODO

* - :ref:`schema_node_object.computed.annotations <config-schema_node_object-computed-annotations>`
- TODO

* - :ref:`schema_node_object.default <config-schema_node_object-default>`
- TODO

* - :ref:`schema_node_object.fields <config-schema_node_object-fields>`
- TODO

* - :ref:`schema_node_object.items <config-schema_node_object-items>`
- TODO

* - :ref:`schema_node_object.type <config-schema_node_object-type>`
- TODO

* - :ref:`schema_node_object.validate <config-schema_node_object-validate>`
- TODO




Expand Down Expand Up @@ -777,13 +792,29 @@ schema_node_annotation
schema_node_object
~~~~~~~~~~~~~~~~~~

TODO: add missing fields

.. class:: schema_node_object

.. _config-schema_node_object-allowed_values:

.. data:: allowed_values

TODO

.. _config-schema_node_object-apply_default_if:

.. data:: apply_default_if

TODO

.. _config-schema_node_object-computed-annotations:

.. data:: schema_node_object.computed.annotations
.. data:: computed.annotations

TODO

.. _config-schema_node_object-default:

.. data:: default

TODO

Expand All @@ -793,8 +824,20 @@ TODO: add missing fields

TODO

.. _config-schema_node_object-items:

.. data:: items

TODO

.. _config-schema_node_object-type:

.. data:: type

TODO

.. _config-schema_node_object-validate:

.. data:: validate

TODO

0 comments on commit f159ddd

Please sign in to comment.