{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/uv/python-list.json",
  "title": "uv/python-list",
  "description": "uv python list, the Python interpreters uv finds or can download",
  "x-jsonize": {
    "definition": "uv/python-list",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "key": {
        "type": "string"
      },
      "implementation": {
        "type": "string"
      },
      "version": {
        "type": "string"
      },
      "variant": {
        "type": [
          "string",
          "null"
        ]
      },
      "os": {
        "type": "string"
      },
      "arch": {
        "type": "string"
      },
      "libc": {
        "type": "string"
      },
      "path": {
        "type": [
          "string",
          "null"
        ]
      },
      "target": {
        "type": [
          "string",
          "null"
        ]
      }
    },
    "required": [
      "key",
      "implementation",
      "version",
      "variant",
      "os",
      "arch",
      "libc",
      "path",
      "target"
    ]
  }
}
