Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions schema/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,6 @@
"language": {
"$ref": "#/$defs/languageProp"
},
"referred_to_by": {
"$ref": "#/$defs/referred_to_byProp"
},
"part": {
"description": "A list of one or more `Name` structures, which are parts of this `Name`",
"type": "array",
Expand Down Expand Up @@ -1372,12 +1369,10 @@
{
"title": "Linked Art with Extensions",
"type": "array",
"items": [
{
"type": "string",
"format": "uri"
}
]
"items": {
"type": "string",
"format": "uri"
}
}
]
},
Expand Down