autonomous intelligent information publishing - MVP

Reproducible query — Product (shared drive)

LIST DRIVES WHERE MADE_UP_FIELD IS "x"

Anyone opening this link re-runs the same query against epoch 1, so it returns the same answer — that is what makes a number in a report checkable later.

refused

Unknown field: MADE_UP_FIELD for entity DRIVES.

Use HELP SCHEMA before committing an unfamiliar filter.

Try: LIST DRIVES LIMIT 10

Valid here: CREATED, DRIVE_KIND, ID, NAME

read HELP DRIVES

Raw envelope — what an app or agent receives
{
  "ok": false,
  "query": "LIST DRIVES WHERE MADE_UP_FIELD IS \"x\"",
  "error": {
    "code": -32602,
    "message": "Unknown field: MADE_UP_FIELD for entity DRIVES.",
    "unknown_fields": [
      "MADE_UP_FIELD"
    ],
    "valid_fields": [
      "CREATED",
      "DRIVE_KIND",
      "ID",
      "NAME"
    ],
    "suggestion": "Use HELP SCHEMA before committing an unfamiliar filter.",
    "example": "LIST DRIVES LIMIT 10",
    "help": "HELP DRIVES"
  },
  "_meta": {
    "epoch": 1
  }
}

Certificate · Playground · What you can ask