ParentEntry#
- class ParentEntry(schema: dict, path: Tuple[str, ...], active_validation: bool = True)[source]#
Bases:
ParentNode
Parent entry of the CommandTable.
The parent can have both properties and child properties.
- Parameters:
schema (dict) – JSON schema of the node.
path (Tuple[str, ...]) – Path representation of the node.
active_validation (bool) – Enable active validation.
Methods