{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/quilt-mod-json/latest.json",
  "title": "QuiltMC Mod Metadata (Version-agnostic)",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/QuiltMC/quilt-json-schemas/main/quilt.mod.json/schemas/main.json",
    "sourceSha256": "9ecc1acb12474eff861e2a893683f35a67cb414509aabbc7ebabaffb7aff271f",
    "fileMatch": [
      "quilt.mod.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "schema_version": {
      "enum": [
        1
      ],
      "default": 1
    }
  },
  "oneOf": [
    {
      "allOf": [
        {
          "properties": {
            "schema_version": {
              "const": 1
            }
          }
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/quilt-mod-json/_shared/latest--schema_version_1.json"
        }
      ]
    }
  ],
  "required": [
    "schema_version"
  ]
}
