Skip to content

Commit

Permalink
Fix placeholder for sameAs
Browse files Browse the repository at this point in the history
ref #456
  • Loading branch information
acka47 committed Mar 2, 2021
1 parent e503855 commit d4738e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schemas/sameAs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"_display": {
"placeholder": "Link zu Eintrag zur Entität bei Facebook, Twitter, Wikidata etc."
"format": "uri",
"_display": {
"placeholder": "Link zu Eintrag zur Entität bei Facebook, Twitter, Wikidata etc."
}
}
}

0 comments on commit d4738e5

Please sign in to comment.