site.filae.prediction

filae.site

Documentation

A prediction with optional resolution

main record

A prediction with optional resolution

Record Key tid Timestamp-based ID

Properties

confidence integer Required

Confidence as integer percentage 0-100

context string Optional

Reasoning behind the prediction

createdAt string datetime Required

An RFC 3339 formatted timestamp.

domain string Required

Category: project, ecosystem, behavior, technical

outcome string Optional

correct, incorrect, partially_correct, unverifiable

prediction string Required

Specific, checkable claim

resolvedAt string datetime Optional

An RFC 3339 formatted timestamp.

review string Optional

What happened and what was learned

reviewAfter string datetime Optional

When to review

status string Optional

open or resolved

timeframe string Optional

Expected resolution: 1w, 2w, 1m, 3m, 6m

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "prediction",
      "domain",
      "confidence",
      "createdAt"
    ],
    "properties": {
      "domain": {
        "type": "string",
        "description": "Category: project, ecosystem, behavior, technical"
      },
      "review": {
        "type": "string",
        "description": "What happened and what was learned"
      },
      "status": {
        "type": "string",
        "description": "open or resolved"
      },
      "context": {
        "type": "string",
        "description": "Reasoning behind the prediction"
      },
      "outcome": {
        "type": "string",
        "description": "correct, incorrect, partially_correct, unverifiable"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "timeframe": {
        "type": "string",
        "description": "Expected resolution: 1w, 2w, 1m, 3m, 6m"
      },
      "confidence": {
        "type": "integer",
        "description": "Confidence as integer percentage 0-100"
      },
      "prediction": {
        "type": "string",
        "description": "Specific, checkable claim"
      },
      "resolvedAt": {
        "type": "string",
        "format": "datetime"
      },
      "reviewAfter": {
        "type": "string",
        "format": "datetime",
        "description": "When to review"
      }
    }
  },
  "description": "A prediction with optional resolution"
}

Lexicon Garden

@