Derived, non-authoritative analysis facts for a CAD project or release.
Record Key
any
Any valid record key
Properties
analyzer
string
Optional
Name and optional version of the analysis system.
maxLength: 256 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
findings
array
of
ref
nyc.noirot.cad.defs#analysisFinding
Optional
No description available.
maxLength: 128 itemsgeneratedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
manifestRootSha256
string
Optional
Manifest hash this analysis was computed against.
maxLength: 64 bytesminLength: 64 bytesmetrics
ref
nyc.noirot.cad.defs#geometryMetrics
Optional
No description available.
subject
ref
nyc.noirot.cad.defs#projectRef
Required
No description available.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"metrics": {
"ref": "nyc.noirot.cad.defs#geometryMetrics",
"type": "ref"
},
"subject": {
"ref": "nyc.noirot.cad.defs#projectRef",
"type": "ref"
},
"analyzer": {
"type": "string",
"maxLength": 256,
"description": "Name and optional version of the analysis system."
},
"findings": {
"type": "array",
"items": {
"ref": "nyc.noirot.cad.defs#analysisFinding",
"type": "ref"
},
"maxLength": 128
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"generatedAt": {
"type": "string",
"format": "datetime"
},
"manifestRootSha256": {
"type": "string",
"maxLength": 64,
"minLength": 64,
"description": "Manifest hash this analysis was computed against."
}
}
},
"description": "Derived, non-authoritative analysis facts for a CAD project or release."
}