nyc.noirot.cad.project

franknoirot.co

{
  "id": "nyc.noirot.cad.project",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "ref": "nyc.noirot.cad.defs#tag",
              "type": "ref"
            },
            "maxLength": 32
          },
          "title": {
            "type": "string",
            "maxLength": 1200,
            "maxGraphemes": 120
          },
          "license": {
            "ref": "nyc.noirot.cad.defs#license",
            "type": "ref"
          },
          "manifest": {
            "ref": "nyc.noirot.cad.defs#fileManifest",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "thumbnail": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000,
            "description": "Thumbnail image for the project."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "moderation": {
            "ref": "nyc.noirot.cad.defs#moderationContext",
            "type": "ref"
          },
          "projectUrl": {
            "type": "string",
            "format": "uri",
            "description": "Canonical web URL for the project, if any."
          },
          "zooProject": {
            "ref": "nyc.noirot.cad.defs#zooProjectRef",
            "type": "ref"
          },
          "description": {
            "type": "string",
            "maxLength": 20000,
            "maxGraphemes": 2000
          }
        }
      },
      "description": "Metadata for a CAD project, optionally mirrored from Zoo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A mutable CAD project metadata record."
}

Validate Record

Validate a record against nyc.noirot.cad.project

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:5dwcnpy3p6afki4rwv7gqegd
CID
bafyreihs5duvvac4sk42jwj3pprofjtcixf255a7dygv6vhacchl5phzvy
Indexed At
2026-06-20 15:22 UTC
AT-URI
at://did:plc:5dwcnpy3p6afki4rwv7gqegd/com.atproto.lexicon.schema/nyc.noirot.cad.project

Referenced Schemas (5)

Lexicon Garden

@