dandi / dandi/dandi-schema

examples "migrated" between entries for Name

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.