{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://json.schemastore.org/minecraft-particle.json",
  "description": "A particle for a Minecraft resource pack config schema",
  "properties": {
    "textures": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": ["textures"],
  "title": "Minecraft Resource Pack Particle",
  "type": "object"
}
