{
  "$schema": "http://json-schema.org/draft-06/schema#",
  "anyOf": [
    {
      "type": "string",
      "maxLength": 1024
    },
    {
      "type": "boolean"
    },
    {
      "type": "number"
    },
    {
      "type": "null"
    }
  ]
}