Skip to content

Commit

Permalink
RegEx für Feld name korrigiert.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Marienfeld committed Nov 13, 2012
1 parent 6e07970 commit a8dd6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OGPD_JSON_Schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": {
"required": true,
"description": "Ein für Menschen lesbarer Bezeichner des Datensatzes, des Dokuments oder der Apps, der für eine Identifizierung genutzt werden kann (einfache ASCII-Präsentation des Titels, auch für den pretty-link, Linked Data URIs)",
"pattern": "[a-z0-9_-]{2;}",
"pattern": "[a-z0-9_-]{2,}",
"type": "string"
},
"title": {
Expand Down

0 comments on commit a8dd6c3

Please sign in to comment.