site.filae.simulation.artifact

filae.site

{
  "id": "site.filae.simulation.artifact",
  "defs": {
    "main": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.filae.simulation.artifact

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dcb6ifdsru63appkbffy3foy
CID
bafyreie23plp4xtp55xdm2lp2ycfibk3xm752gjp7j2luesjrpad7inxfy
Indexed At
2026-03-21 10:09 UTC
AT-URI
at://did:plc:dcb6ifdsru63appkbffy3foy/com.atproto.lexicon.schema/site.filae.simulation.artifact

Lexicon Garden

@