Skip to content

Commit 20544c0

Browse files
authored
Merge pull request #370 from dandi/remove-readOnly-on-sameAs
Remove `readOnly` JSON Schema keyword on `sameAs` field of `Dandiset`
2 parents 2e8c28c + 2cb8e45 commit 20544c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dandischema/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ def contributor_musthave_contact(
16961696
Field(
16971697
default=None,
16981698
description="Known DANDI URLs of the Dandiset at other DANDI instances.",
1699-
json_schema_extra={"readOnly": True, "nskey": "schema"},
1699+
json_schema_extra={"nskey": "schema"},
17001700
),
17011701
]
17021702

0 commit comments

Comments
 (0)