{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/minecraft-data-pack-trim-pattern/latest.json",
  "title": "Minecraft Data Pack Trim Pattern",
  "description": "A trim pattern for a Minecraft data pack config schema",
  "x-lintel": {
    "source": "https://www.schemastore.org/minecraft-trim-pattern.json",
    "sourceSha256": "ee1e0dc998e71c495f0035daec5428a195347ed14f520ae4a06f99f2c3080886",
    "fileMatch": [
      "**/data/*/trim_pattern/*.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "asset_id": {
      "type": "string"
    },
    "description": {
      "type": "object",
      "properties": {
        "color": {
          "type": "string"
        },
        "translate": {
          "type": "string"
        }
      },
      "required": [
        "translate"
      ]
    },
    "template_item": {
      "type": "string"
    }
  },
  "required": [
    "asset_id",
    "description",
    "template_item"
  ]
}
