{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/data-type",
  "kind": "dataType",
  "$id": "https://blockprotocol.org/@blockprotocol/types/data-type/value/v/1",
  "title": "Value",
  "description": "A piece of data that can be used to convey information about an attribute, quality or state of something.",
  "anyOf": [
    {
      "type": "null"
    },
    {
      "type": "boolean"
    },
    {
      "type": "number"
    },
    {
      "type": "string"
    },
    {
      "type": "array"
    },
    {
      "type": "object"
    }
  ]
}