{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://json.schemastore.org/cibuildwheel.json", "description": "cibuildwheel's toml file, uses the same source as pyproject.toml.", "type": "object", "additionalProperties": false, "properties": { "tool": { "type": "object", "additionalProperties": false, "properties": { "cibuildwheel": { "$ref": "https://json.schemastore.org/partial-cibuildwheel.json" } } } } }