Skip to content

Commit f159ddd

Browse files
committed
Schema validation - add missing fields
1 parent e676fec commit f159ddd

File tree

1 file changed

+46
-3
lines changed

1 file changed

+46
-3
lines changed

doc/reference/reference_lua/config/utils_schema.rst

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,15 +502,30 @@ API Reference
502502
* - **schema_node_object**
503503
-
504504

505+
* - :ref:`schema_node_object.allowed_values <config-schema_node_object-allowed_values>`
506+
- TODO
507+
508+
* - :ref:`schema_node_object.apply_default_if <config-schema_node_object-apply_default_if>`
509+
- TODO
510+
505511
* - :ref:`schema_node_object.computed.annotations <config-schema_node_object-computed-annotations>`
506512
- TODO
507513

514+
* - :ref:`schema_node_object.default <config-schema_node_object-default>`
515+
- TODO
516+
508517
* - :ref:`schema_node_object.fields <config-schema_node_object-fields>`
509518
- TODO
510519

520+
* - :ref:`schema_node_object.items <config-schema_node_object-items>`
521+
- TODO
522+
511523
* - :ref:`schema_node_object.type <config-schema_node_object-type>`
512524
- TODO
513525

526+
* - :ref:`schema_node_object.validate <config-schema_node_object-validate>`
527+
- TODO
528+
514529

515530

516531

@@ -777,13 +792,29 @@ schema_node_annotation
777792
schema_node_object
778793
~~~~~~~~~~~~~~~~~~
779794

780-
TODO: add missing fields
781-
782795
.. class:: schema_node_object
783796

797+
.. _config-schema_node_object-allowed_values:
798+
799+
.. data:: allowed_values
800+
801+
TODO
802+
803+
.. _config-schema_node_object-apply_default_if:
804+
805+
.. data:: apply_default_if
806+
807+
TODO
808+
784809
.. _config-schema_node_object-computed-annotations:
785810

786-
.. data:: schema_node_object.computed.annotations
811+
.. data:: computed.annotations
812+
813+
TODO
814+
815+
.. _config-schema_node_object-default:
816+
817+
.. data:: default
787818

788819
TODO
789820

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

794825
TODO
795826

827+
.. _config-schema_node_object-items:
828+
829+
.. data:: items
830+
831+
TODO
832+
796833
.. _config-schema_node_object-type:
797834

798835
.. data:: type
799836

800837
TODO
838+
839+
.. _config-schema_node_object-validate:
840+
841+
.. data:: validate
842+
843+
TODO

0 commit comments

Comments
 (0)