{ "id": "pageType", "description": "Exported web page", "optional": true, "properties": { "startedDateTime": { "type": "string", "format": "date-time", "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))", "required": true }, "id": { "type": "string", "unique": true, "required": true }, "title": { "type": "string", "required": true }, "pageTimings": { "$ref": "pageTimingsType", "required": true }, "comment": { "type": "string" } } }