computer.haha.san.app

san.haha.computer

Documentation

A sandbox app: Lua source plus metadata, published by its author. The record key is a slug derived from the name, so re-publishing a name is an edit rather than a new app.

main record

A sandbox app: Lua source plus metadata, published by its author. The record key is a slug derived from the name, so re-publishing a name is an edit rather than a new app.

Record Key any Any valid record key

Properties

code string Required

The Lua source, inline.

maxLength: 65536 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

One line on what the app does.

maxLength: 2000 bytes
name string Required

Human-readable name. The record key is derived from it.

maxLength: 640 bytes
updatedAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "code",
      "createdAt",
      "updatedAt"
    ],
    "properties": {
      "code": {
        "type": "string",
        "maxLength": 65536,
        "description": "The Lua source, inline."
      },
      "name": {
        "type": "string",
        "maxLength": 640,
        "description": "Human-readable name. The record key is derived from it."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 2000,
        "description": "One line on what the app does."
      }
    }
  },
  "description": "A sandbox app: Lua source plus metadata, published by its author. The record key is a slug derived from the name, so re-publishing a name is an edit rather than a new app."
}

Lexicon Garden

@