Skip to content

Commit

Permalink
add missing change file
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Jan 3, 2024
1 parent 7f41ea2 commit b980335
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions hed/schema/schema_attribute_validators.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
"""The built-in functions to validate known attributes.
Template for the functions:
attribute_checker_template(hed_schema, tag_entry, attribute_name, possible_values):
hed_schema (HedSchema): The schema to use for validation
tag_entry (HedSchemaEntry): The schema entry for this tag.
attribute_name (str): The name of this attribute
- ``attribute_checker_template(hed_schema, tag_entry, attribute_name)``:
- ``hed_schema (HedSchema)``: The schema to use for validation.
- ``tag_entry (HedSchemaEntry)``: The schema entry for this tag.
- ``attribute_name (str)``: The name of this attribute.
Returns:
bool
"""
- ``bool``: Description of the return value.
"""

from hed.errors.error_types import SchemaWarnings, ValidationErrors, SchemaAttributeErrors
from hed.errors.error_reporter import ErrorHandler
Expand Down

0 comments on commit b980335

Please sign in to comment.