Commit 5a90e5d3 authored by Sven Franck's avatar Sven Franck Committed by GitHub

Add validation Pt 1

parent 186c8cf7
......@@ -43,7 +43,7 @@
"description": "Entity address"
},
"postal-code": {
"description": "Entity postal",
"description": "Entity postal code",
"type": "string"
},
"city": {
......@@ -60,8 +60,8 @@
"type": "string"
},
"mail_contact": {
"anyOf": [{
"description": "Entity email contact",
"anyOf": [{
"type": "string",
"pattern": "^\\S+@\\S+\\.\\S+$",
"format": "email",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment