make email and timezone optional.
Email if entered must be vaild, but is not required
Timezone if entered must be match regex, but is not required
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I1266c43edabed7fdb3882b8fc335bd8b3942699c
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
--- /dev/null
+---
+fixes:
+ - |
+ Due to privacy concerns Email and Timezone in the INFO.yaml schema check
+ are now optional