glam/schemas/20251121/linkml/modules
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
..
classes fix(schema): Normalize custodian_types annotation YAML quoting 2025-12-16 20:19:45 +01:00
enums feat(schema): Add LinkedIn profile and person modeling schema 2025-12-16 20:04:59 +01:00
examples update enriched entries 2025-12-03 17:38:46 +01:00
mappings update enriched entries 2025-12-03 17:38:46 +01:00
slots fix(schema): Normalize custodian_types annotation YAML quoting 2025-12-16 20:19:45 +01:00
metadata.yaml added web annotations 2025-12-06 19:50:04 +01:00