schema_validation_util_deprecated¶
Legacy validation for terms and descriptions prior to 8.3.0.
Functions
|
Check the description of a single schema entry. |
|
Check short tag for capitalization and illegal characters. |
|
Extremely basic check to block curly braces |
- validate_schema_description(hed_entry)[source]¶
Check the description of a single schema entry.
- Parameters:
hed_entry (HedSchemaEntry) – A single schema entry
- Returns:
A list of all formatting issues found in the description.
- Return type:
list