{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/cibuildwheel/latest.json",
  "description": "cibuildwheel's toml file, uses the same source as pyproject.toml.",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/cibuildwheel.json",
    "sourceSha256": "0c256620d6d22dc2c0c52af91d7beb419950ecf12bf6e8fdd02c1a31b439bcb2",
    "fileMatch": [
      "cibuildwheel.toml",
      ".cibuildwheel.toml"
    ],
    "parsers": [
      "toml"
    ]
  },
  "type": "object",
  "properties": {
    "tool": {
      "type": "object",
      "properties": {
        "cibuildwheel": {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/cibuildwheel/_shared/latest--partial-cibuildwheel.json"
        }
      },
      "additionalProperties": false
    }
  },
  "additionalProperties": false
}
