{ "additionalProperties": false, "id": "StructuredData", "properties": { "audit": { "required": true, "title": "Audit flag of the log", "type": "string" }, "comp": { "required": true, "title": "Component value of the log", "type": "string" }, "ent_id": { "required": false, "title": "Entity Id value of the log", "type": "string" }, "ereq_id": { "required": false, "title": "External request Id value of the log", "type": "string" }, "error_code": { "required": false, "title": "Error Code value of the log", "type": "string" }, "level": { "required": false, "title": "Level value of the log", "type": "string" }, "req_id": { "required": false, "title": "Request Id value of the log", "type": "string" }, "s2comp": { "required": false, "title": "Sub-subcomponent value of the log", "type": "string" }, "security": { "required": false, "title": "Security flag of the log", "type": "string" }, "subcomp": { "required": true, "title": "Subcomponent value of the log", "type": "string" }, "username": { "required": false, "title": "Username value of the log", "type": "string" } }, "title": "Structured data entry in RFC5424 log format", "type": "object" }