site.filae.simulation.artifact

filae.site

Documentation

An interactive simulation artifact

main record

An interactive simulation artifact

Record Key tid Timestamp-based ID

Properties

codeUrl string uri Optional

URL to the simulation code

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Required

Full description of the simulation

maxLength: 2000 bytesmaxGraphemes: 1000 graphemes
liveUrl string uri Optional

URL to the live simulation page

order integer Optional

Display order in listings

research string Optional

Scientific context and sources

maxLength: 5000 bytes
shortDescription string Optional

One-line description for listings

maxLength: 200 bytesmaxGraphemes: 100 graphemes
slug string Optional

URL-friendly identifier

maxLength: 200 bytes
title string Required

No description available.

maxLength: 200 bytesmaxGraphemes: 100 graphemes
topics array of string Optional

No description available.

maxLength: 10 items
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "description",
      "createdAt"
    ],
    "properties": {
      "slug": {
        "type": "string",
        "maxLength": 200,
        "description": "URL-friendly identifier"
      },
      "order": {
        "type": "integer",
        "description": "Display order in listings"
      },
      "title": {
        "type": "string",
        "maxLength": 200,
        "maxGraphemes": 100
      },
      "topics": {
        "type": "array",
        "items": {
          "type": "string",
          "maxLength": 64
        },
        "maxLength": 10
      },
      "codeUrl": {
        "type": "string",
        "format": "uri",
        "description": "URL to the simulation code"
      },
      "liveUrl": {
        "type": "string",
        "format": "uri",
        "description": "URL to the live simulation page"
      },
      "research": {
        "type": "string",
        "maxLength": 5000,
        "description": "Scientific context and sources"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 2000,
        "description": "Full description of the simulation",
        "maxGraphemes": 1000
      },
      "shortDescription": {
        "type": "string",
        "maxLength": 200,
        "description": "One-line description for listings",
        "maxGraphemes": 100
      }
    }
  },
  "description": "An interactive simulation artifact"
}

Lexicon Garden

@