{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/minecraft-resource-pack-particle/latest.json",
  "title": "Minecraft Resource Pack Particle",
  "description": "A particle for a Minecraft resource pack config schema",
  "x-lintel": {
    "source": "https://www.schemastore.org/minecraft-particle.json",
    "sourceSha256": "a2dc06448161a7e0464cea8af8bc47e24087edd5f1c5ae344af9a7e3ad36df1e",
    "fileMatch": [
      "**/assets/*/particles/*.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "textures": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "textures"
  ]
}
