Modify info-schema
[releng/global-jjb.git] / schema / info-schema.yaml
index 55f99b5..5bf7fc3 100644 (file)
@@ -53,14 +53,14 @@ properties:
       name:
         type: "string"
       email:
-        type: "string"
+        required: false
         format: "email"
       id:
         type: "string"
       company:
         type: "string"
       timezone:
-        type: "string"
+        required: false
         pattern: '([A-Z][a-z]*\s*)+\/([A-Za-z_-])+'
     additionalProperties: false
   primary_contact: *user_object