is.nandi.amazing

nandi.uk

Documentation

Record declaring that nandi is amazing.

main record

Record declaring that nandi is amazing.

Record Key literal

Properties

createdAt string datetime Optional

When the declaration was made.

value boolean Required

Whether nandi is amazing. Must be true.

View raw schema
{
  "key": "literal",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "value"
    ],
    "properties": {
      "value": {
        "type": "boolean",
        "const": true,
        "description": "Whether nandi is amazing. Must be true."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the declaration was made."
      }
    }
  },
  "description": "Record declaring that nandi is amazing."
}

Lexicon Garden

@