HeaderEntry#

class HeaderEntry(schema: dict, path: tuple, version: Optional[str] = None, active_validation: bool = True)[source]#

Bases: ParentEntry

Header entry of a command table.

Parameters:
  • schema (dict) – JSON schema of the node.

  • path (tuple) – Path representation of the node.

  • version (Optional[str]) – JSON schema version

  • active_validation (bool) – Enable active validation.

Methods

Attributes

version

Version of the schema.