nyc.noirot.cad.project

franknoirot.co

Documentation

Metadata for a CAD project, optionally mirrored from Zoo.

main record

Metadata for a CAD project, optionally mirrored from Zoo.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 20000 bytesmaxGraphemes: 2000 graphemes
projectUrl string uri Optional

Canonical web URL for the project, if any.

thumbnail blob Optional

Thumbnail image for the project.

maxSize: 1.0 MB
title string Required

No description available.

maxLength: 1200 bytesmaxGraphemes: 120 graphemes
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "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."
}

Lexicon Garden

@