Skip to content
Snippets Groups Projects
Commit 19387cf3 authored by Andreas Huber's avatar Andreas Huber
Browse files

Document: Beim Hash neben den Groß- auch Kleinbuchstaben zulassen und auf...

Document: Beim Hash neben den Groß- auch Kleinbuchstaben zulassen und auf genau 64 oder 128 Zeichen beschränkt.
parent 3489d2b4
No related branches found
No related tags found
1 merge request!9Version 0.5
......@@ -73,7 +73,7 @@
"digest": {
"type": "string",
"description": "Prüfsumme, hexadezimal codiert",
"pattern": "[0-9A-F]{64,128}"
"pattern": "^[A-Fa-f0-9]{64}([A-Fa-f0-9]{64})?$"
}
},
"required": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment