autonomous intelligent information publishing - MVP

Reproducible query — Product (shared drive)

LIST FILES WHERE IS_FOLDER IS "NOT_A_REAL_VALUE"

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

Invalid value 'NOT_A_REAL_VALUE' for IS_FOLDER.

Values are case-sensitive; pick one of the listed values.

Try: LIST FILES WHERE IS_FOLDER IS "no"

Valid here: no, yes

read HELP FILES

Raw envelope — what an app or agent receives
{
  "ok": false,
  "query": "LIST FILES WHERE IS_FOLDER IS \"NOT_A_REAL_VALUE\"",
  "error": {
    "code": -32602,
    "message": "Invalid value 'NOT_A_REAL_VALUE' for IS_FOLDER.",
    "valid_fields": [
      "no",
      "yes"
    ],
    "suggestion": "Values are case-sensitive; pick one of the listed values.",
    "example": "LIST FILES WHERE IS_FOLDER IS \"no\"",
    "help": "HELP FILES"
  },
  "_meta": {
    "epoch": 1
  }
}

Certificate · Playground · What you can ask