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 graphemeslicense
ref
nyc.noirot.cad.defs#license
Optional
No description available.
manifest
ref
nyc.noirot.cad.defs#fileManifest
Optional
No description available.
moderation
ref
nyc.noirot.cad.defs#moderationContext
Optional
No description available.
projectUrl
string
uri
Optional
Canonical web URL for the project, if any.
tags
array
of
ref
nyc.noirot.cad.defs#tag
Optional
No description available.
maxLength: 32 itemsthumbnail
blob
Optional
Thumbnail image for the project.
maxSize: 1.0 MBtitle
string
Required
No description available.
maxLength: 1200 bytesmaxGraphemes: 120 graphemesupdatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
zooProject
ref
nyc.noirot.cad.defs#zooProjectRef
Optional
No description available.
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."
}