Commit 6ddbb27
Add required
The schema-gap-analysis skill (PR #68) flagged 4 of 5 files under
data/isolates/ as missing the required `id` slot
(`'id' is a required property`). The schema defines `id` on
MicrobialCommunity as `identifier: true, required: true,
pattern: "^CommunityMech:\\d{6}$"`.
Assigned the next four available IDs (max in use was 000270):
- Aspergillus_Indium_LED_Recovery.yaml → CommunityMech:000271
- BioModels_MODEL2204300002_Kefir_Rothia_Model → CommunityMech:000272
- Chromobacterium_Gold_Biocyanidation.yaml → CommunityMech:000273
- Methylobacterium_REE_Ewaste_Platform.yaml → CommunityMech:000274
All 5 isolates now validate clean under
linkml-validate -C MicrobialCommunity
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>id slot to 4 isolate YAMLs (#72)1 parent ca8668a commit 6ddbb27
4 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments