{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/minecraft-resource-pack-lang/latest.json",
  "title": "Minecraft Resource Pack Lang",
  "description": "A language for a Minecraft resource pack config schema",
  "x-lintel": {
    "source": "https://www.schemastore.org/minecraft-lang.json",
    "sourceSha256": "b73855f73012491949b1496f3e60fc4350fc99ceecfca41598639ff6ddcd8b6e",
    "fileMatch": [
      "**/assets/*/lang/*.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "additionalProperties": {
    "type": "string"
  }
}
