{ "$id": "blockception.minecraft.resource.particle.1.8.0", "type": "object", "additionalProperties": false, "description": "A particle definition file", "title": "Particle 1.8.0", "properties": { "format_version": { "type": "string", "const": "1.8.0", "description": "A version that tells minecraft what type of data format can be expected when reading this file.", "title": "Format Version" }, "particle_effect": { "type": "object", "additionalProperties": false, "properties": { "description": { "additionalProperties": false, "type": "object", "properties": { "identifier": { "type": "string", "description": "UNDOCUMENTATED: identifier", "title": "Identifier", "$ref": "../../../general/particle/identifier.json" } }, "description": "UNDOCUMENTATED: description", "title": "Description" }, "components": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED: components", "title": "Components" } }, "description": "UNDOCUMENTATED: particle effect", "title": "Particle Effect" } } }