{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/any/latest.json",
  "x-lintel": {
    "source": "https://www.schemastore.org/any.json",
    "sourceSha256": "1fb157cefd0b47b2e60f349d842c95e40c859914dc3ce334a0c1578e836e63c7"
  },
  "anyOf": [
    {
      "type": "object"
    },
    {
      "type": "array"
    },
    {
      "type": "string"
    },
    {
      "type": "number"
    },
    {
      "type": "boolean"
    },
    {
      "type": "null"
    }
  ]
}
