Utilize value of `dandischema.conf.Config.instance_identifier` in `dandischema.models.PublishedDandiset`
- Dominant language
- Python
- Stars
- 7
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
ATM, the models defined in `dandischema.models` are independent of the value of the `instance_identifier` field of the instance config defined in `dandischema.conf`. This value is only used for the generation of DataCite metadata in the `to_datacite()` function.
Utilize the value of the `instance_identifier` field of the instance config defined in `dandischema.conf` in the definition of `PublishedDandiset`. One can formulate utilization based on the definition of `doi` field in `PublishedDandiset`.
**Note**
This issue created in response to the post at https://github.com/dandi/dandi-schema/pull/323#issuecomment-3258425912
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.