ListEntry#
- class ListEntry(schema: dict, index_schema: dict, path: Tuple[str, ...], active_validation: bool = True)[source]#
Bases:
ParentNode
List entry of a command table.
- Parameters:
schema (dict) – JSON schema of the node.
path (Tuple[str, ...]) – Path representation of the node.
active_validation (bool) – Enable active validation.
index_schema (dict) –
Methods
as_list
()Return a list representation of the table.
Attributes
Get the range for number of minimum and maximum items in the table.