nyc.noirot.cad.analysis

franknoirot.co

Documentation

Derived, non-authoritative analysis facts for a CAD project or release.

main record

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 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

generatedAt string datetime Optional

An RFC 3339 formatted timestamp.

manifestRootSha256 string Optional

Manifest hash this analysis was computed against.

maxLength: 64 bytesminLength: 64 bytes
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."
}

Lexicon Garden

@