Skip to main content

Report

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/Report.json
agentData
companyNamestringrequired
companyUrlstringrequired
contentMdstringrequired
createdAtdate-timerequired
createdBystringrequired
gradestringrequired
jobUuidstringrequired
scoreint64required
uuidstringrequired
Report
{
"$schema": "https://example.com/schemas/Report.json",
"agentData": {},
"companyName": "string",
"companyUrl": "string",
"contentMd": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"grade": "string",
"jobUuid": "string",
"score": 0,
"uuid": "string"
}