{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://json.schemastore.org/minecraft-trim-pattern.json",
  "description": "A trim pattern for a Minecraft data pack config schema",
  "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"],
  "title": "Minecraft Data Pack Trim Pattern",
  "type": "object"
}
