{"$schema":"http:\/\/json-schema.org\/draft-06\/schema#","$ref":"#\/definitions\/bug","definitions":{"bug":{"type":"object","additionalProperties":false,"properties":{"title":{"type":"string","description":"The headline of the bug."},"description":{"type":"string","description":"A longer description of the bug."},"date":{"type":"string","format":"date","description":"The date of the bug. Format YYYY-MM-DD."},"time":{"type":["string","null"],"format":"time","description":"The time of day of the bug in UTC (can be null if unknown). Format hh:mm:ss."},"link":{"type":"string","description":"The title of the bug link."},"url":{"type":"string","format":"uri","qt-uri-protocols":["https","http"],"description":"The URL of the bug link."}},"required":["date","description","link","time","title","url"]}}}