Sub-issue of #389 — tracks handling `Impossible to generate slot usage entry` complaints about changes in the `pattern` metadata slot. Remaining instance in `dandischema/models.yaml` on `linkml-auto-converted`: - `PublishedDandiset.id` (parent pattern replaced with the stricter `DANDI_PUBID_PATTERN`). ## Update: 1. The wording of the complaint is now "Cannot express in a slot_usage entry a value for the `pattern`" after `pydantic2linkml` allows partial `slot_usage` entry generation through https://github.com/dandi/pydantic2linkml/pull/71. 2. Once https://github.com/dandi/dandi-schema/pull/419 is merged, this complaint should cease to exist in the generate `models.yaml` ## Test plan: - [ ] After the merge of https://github.com/dandi/dandi-schema/pull/419, ensure that there is no complaint with the text of "Cannot express in a slot_usage entry a value for the `pattern`" in the generated `models.yaml` file.
Sub-issue of #389 — tracks handling
Impossible to generate slot usage entrycomplaints about changes in thepatternmetadata slot.Remaining instance in
dandischema/models.yamlonlinkml-auto-converted:PublishedDandiset.id(parent pattern replaced with the stricterDANDI_PUBID_PATTERN).Update:
pattern" afterpydantic2linkmlallows partialslot_usageentry generation through Emit partial slot_usage entry with notes instead of raising pydantic2linkml#71.models.yamlTest plan:
pattern" in the generatedmodels.yamlfile.