examples "migrated" between entries for Name
- Dominant language
- Python
- Stars
- 7
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
probably nothing/intended
But comparing produced json schema for 0.2.0 against some state in #6 before I tried to add metaclass, I spotted that
```
(git)lena:~/proj/dandi/dandischema[tags/0.2.0^0]git
$> diff -Naur /tmp/schema-{orig,metaclass}/0.4.0/published-dandiset.json | grep -B1 -A4 'title": "Name"'
+ "name": {
+ "title": "Name",
"nskey": "schema",
- "minLength": 1,
- "maxLength": 1000,
- "format": "uri",
--
"name": {
"title": "Name",
+ "description": "Use the format: familyname, given names ...",
"nskey": "schema",
+ "examples": [
+ "Lovelace, Augusta Ada",
--
"name": {
"title": "Name",
- "description": "Use the format: familyname, given names ...",
"nskey": "schema",
- "examples": [
- "Lovelace, Augusta Ada",
```
so some name lost it and some got it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.