glam/schemas
kempersc 0cf93587fb fix(schema): Normalize custodian_types annotation YAML quoting
YAML arrays in LinkML annotations must be quoted strings to ensure
proper parsing. This change quotes all custodian_types annotations
from the raw array format to quoted string format.

Before: custodian_types: ["A", "G"]
After:  custodian_types: '["A", "G"]'

Affected: 50+ class files in modules/classes/
Also updates: manifest.json, 01_custodian_name_modular.yaml
2025-12-16 20:19:45 +01:00
..
20251121 fix(schema): Normalize custodian_types annotation YAML quoting 2025-12-16 20:19:45 +01:00
initial add new entries 2025-12-07 00:26:01 +01:00
web_enrichment_provenance.yaml Refactor code structure for improved readability and maintainability 2025-11-29 12:27:39 +01:00