{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/ansible-meta/latest.json",
  "title": "Ansible Meta Schema v1/v2",
  "description": "<https://docs.ansible.com/projects/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/meta.json",
    "sourceSha256": "3a6969b649232816902ba24f7223592c78a7b00fe221abfcadaa7bf4effcbf37",
    "fileMatch": [
      "**/meta/main.yml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "type": [
    "object",
    "null"
  ],
  "properties": {
    "additionalProperties": false,
    "allow_duplicates": {
      "title": "Allow Duplicates",
      "type": "boolean"
    },
    "collections": {
      "$ref": "#/$defs/collections"
    },
    "dependencies": {
      "items": {
        "anyOf": [
          {
            "type": "string"
          },
          {
            "$ref": "#/$defs/DependencyModel"
          }
        ]
      },
      "title": "Dependencies",
      "type": "array"
    },
    "galaxy_info": {
      "$ref": "#/$defs/GalaxyInfoModel"
    },
    "argument_specs": {
      "title": "Role Argument Specifications",
      "type": "object",
      "additionalProperties": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/ansible-meta/_shared/latest--role-arg-spec.json#/$defs/entry_point"
      }
    }
  },
  "$defs": {
    "AIXPlatformModel": {
      "properties": {
        "name": {
          "const": "AIX",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "6.1",
              "7.1",
              "7.2",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "AIXPlatformModel",
      "type": "object"
    },
    "AlmaLinuxPlatformModel": {
      "properties": {
        "name": {
          "const": "AlmaLinux",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "8",
              "9",
              "10",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "AlmaLinuxPlatformModel",
      "type": "object"
    },
    "AlpinePlatformModel": {
      "properties": {
        "name": {
          "const": "Alpine",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "AlpinePlatformModel",
      "type": "object"
    },
    "AmazonLinuxPlatformModel": {
      "properties": {
        "name": {
          "const": "Amazon Linux",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all",
              "1",
              "2",
              "2023"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "Amazon Linux 2PlatformModel",
      "type": "object"
    },
    "AmazonPlatformModel": {
      "properties": {
        "name": {
          "const": "Amazon",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "2013.03",
              "2013.09",
              "2014.03",
              "2014.09",
              "2015.03",
              "2015.09",
              "2016.03",
              "2016.09",
              "2017.03",
              "2017.09",
              "2017.12",
              "2018.03",
              "Candidate",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "AmazonPlatformModel",
      "type": "object"
    },
    "ArchLinuxPlatformModel": {
      "properties": {
        "name": {
          "const": "ArchLinux",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "ArchLinuxPlatformModel",
      "type": "object"
    },
    "AstraLinuxPlatformModel": {
      "properties": {
        "name": {
          "const": "Astra Linux",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "1.8",
              "1.7",
              "1.6",
              "2.12",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "AstraLinuxPlatformModel",
      "type": "object"
    },
    "ClearLinuxPlatformModel": {
      "properties": {
        "name": {
          "const": "ClearLinux",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "ClearLinuxPlatformModel",
      "type": "object"
    },
    "CumulusPlatformModel": {
      "properties": {
        "name": {
          "const": "Cumulus",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "2.5",
              "3.0",
              "3.1",
              "3.2",
              "3.3",
              "3.4",
              "3.5",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "CumulusPlatformModel",
      "type": "object"
    },
    "DebianPlatformModel": {
      "properties": {
        "name": {
          "const": "Debian",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "bookworm",
              "bullseye",
              "buster",
              "etch",
              "forky",
              "jessie",
              "lenny",
              "sid",
              "squeeze",
              "stretch",
              "trixie",
              "wheezy",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "DebianPlatformModel",
      "type": "object"
    },
    "DellOSPlatformModel": {
      "properties": {
        "name": {
          "const": "DellOS",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "10",
              "6",
              "9",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "DellOSPlatformModel",
      "type": "object"
    },
    "DependencyModel": {
      "type": "object",
      "anyOf": [
        {
          "required": [
            "role"
          ]
        },
        {
          "required": [
            "src"
          ]
        },
        {
          "required": [
            "name"
          ]
        }
      ],
      "markdownDescription": "See https://docs.ansible.com/projects/ansible/latest/playbook_guide/playbooks_reuse_roles.html#role-dependencies and https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/role/metadata.py#L79\n\nOther keys are treated as role [parameters](https://docs.ansible.com/projects/ansible/latest/user_guide/playbooks_reuse_roles.html#passing-different-parameters).",
      "properties": {
        "become": {
          "title": "Become",
          "type": "boolean"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "role": {
          "title": "Role",
          "type": "string"
        },
        "scm": {
          "enum": [
            "hg",
            "git"
          ],
          "title": "Scm",
          "type": "string"
        },
        "src": {
          "title": "Src",
          "type": "string"
        },
        "tags": {
          "items": {
            "type": "string"
          },
          "title": "Tags",
          "type": [
            "array",
            "string"
          ]
        },
        "vars": {
          "title": "Vars",
          "type": "object"
        },
        "version": {
          "title": "Version",
          "type": "string"
        },
        "when": {
          "$ref": "#/$defs/complex_conditional",
          "title": "When"
        }
      },
      "title": "Dependency entry",
      "additionalProperties": true
    },
    "DevuanPlatformModel": {
      "properties": {
        "name": {
          "const": "Devuan",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "ascii",
              "beowulf",
              "chimaera",
              "daedalus",
              "jessie",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "DevuanPlatformModel",
      "type": "object"
    },
    "DragonFlyBSDPlatformModel": {
      "properties": {
        "name": {
          "const": "DragonFlyBSD",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "5.2",
              "5.4",
              "5.6",
              "5.8",
              "6.0",
              "6.2",
              "6.4",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "DragonFlyBSDPlatformModel",
      "type": "object"
    },
    "ELPlatformModel": {
      "properties": {
        "name": {
          "const": "EL",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "5",
              "6",
              "7",
              "8",
              "9",
              "10",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "ELPlatformModel",
      "type": "object"
    },
    "FedoraPlatformModel": {
      "properties": {
        "name": {
          "const": "Fedora",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "16",
              "17",
              "18",
              "19",
              "20",
              "21",
              "22",
              "23",
              "24",
              "25",
              "26",
              "27",
              "28",
              "29",
              "30",
              "31",
              "32",
              "33",
              "34",
              "35",
              "36",
              "37",
              "38",
              "39",
              "40",
              "41",
              "42",
              "43",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "FedoraPlatformModel",
      "type": "object"
    },
    "FreeBSDPlatformModel": {
      "properties": {
        "name": {
          "const": "FreeBSD",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "10.0",
              "10.1",
              "10.2",
              "10.3",
              "10.4",
              "11.0",
              "11.1",
              "11.2",
              "11.3",
              "11.4",
              "12.0",
              "12.1",
              "12.2",
              "13.0",
              "13.1",
              "13.2",
              "14.0",
              "8.0",
              "8.1",
              "8.2",
              "8.3",
              "8.4",
              "9.0",
              "9.1",
              "9.2",
              "9.3",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "FreeBSDPlatformModel",
      "type": "object"
    },
    "GalaxyInfoModel": {
      "type": "object",
      "allOf": [
        {
          "if": {
            "properties": {
              "standalone": {
                "const": true
              }
            }
          },
          "then": {
            "$comment": "Standalone role, so we require several fields.",
            "required": [
              "author",
              "description",
              "license",
              "min_ansible_version"
            ]
          }
        },
        {
          "if": {
            "properties": {
              "standalone": {
                "const": false
              }
            }
          },
          "then": {
            "$comment": "Collection roles do not use most galaxy fields.",
            "not": {
              "required": [
                "cloud_platforms",
                "galaxy_tags",
                "min_ansible_version",
                "namespace",
                "platforms",
                "role_name",
                "video_links"
              ]
            },
            "required": [
              "description"
            ]
          }
        }
      ],
      "else": {
        "$comment": "If standalone is false, then we have a collection role and only description is required",
        "required": [
          "description"
        ]
      },
      "properties": {
        "author": {
          "title": "Author",
          "type": "string"
        },
        "cloud_platforms": {
          "markdownDescription": "Only valid for old standalone roles."
        },
        "company": {
          "title": "Company",
          "type": "string"
        },
        "description": {
          "title": "Description",
          "type": "string"
        },
        "galaxy_tags": {
          "items": {
            "type": "string"
          },
          "markdownDescription": "See https://galaxy.ansible.com/docs/contributing/creating_role.html",
          "title": "Galaxy Tags",
          "type": "array"
        },
        "github_branch": {
          "markdownDescription": "Optionally specify the branch Galaxy will use when accessing the GitHub repo for this role",
          "title": "GitHub Branch",
          "type": "string"
        },
        "issue_tracker_url": {
          "title": "Issue Tracker Url",
          "type": "string"
        },
        "license": {
          "title": "License",
          "type": "string"
        },
        "min_ansible_container_version": {
          "title": "Min Ansible Container Version",
          "type": "string"
        },
        "min_ansible_version": {
          "title": "Min Ansible Version",
          "type": "string"
        },
        "namespace": {
          "markdownDescription": "Used by molecule and ansible-lint to compute FQRN for roles outside collections",
          "minLength": 2,
          "pattern": "^[a-z][a-z0-9_-]+$",
          "title": "Namespace Name",
          "type": "string"
        },
        "platforms": {
          "$ref": "#/$defs/platforms"
        },
        "role_name": {
          "minLength": 2,
          "pattern": "^[a-z][a-z0-9_]+$",
          "title": "Role Name",
          "type": "string"
        },
        "standalone": {
          "description": "Set to true for old standalone roles, or false for new collection roles.",
          "title": "Standalone",
          "type": "boolean"
        },
        "video_links": {
          "markdownDescription": "Only valid for old standalone roles.",
          "type": "array"
        }
      },
      "title": "GalaxyInfoModel",
      "additionalProperties": false
    },
    "GenericBSDPlatformModel": {
      "properties": {
        "name": {
          "const": "GenericBSD",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "GenericBSDPlatformModel",
      "type": "object"
    },
    "GenericLinuxPlatformModel": {
      "properties": {
        "name": {
          "const": "GenericLinux",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "GenericLinuxPlatformModel",
      "type": "object"
    },
    "GenericUNIXPlatformModel": {
      "properties": {
        "name": {
          "const": "GenericUNIX",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "GenericUNIXPlatformModel",
      "type": "object"
    },
    "GentooPlatformModel": {
      "properties": {
        "name": {
          "const": "Gentoo",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "GentooPlatformModel",
      "type": "object"
    },
    "HardenedBSDPlatformModel": {
      "properties": {
        "name": {
          "const": "HardenedBSD",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "10",
              "11",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "HardenedBSDPlatformModel",
      "type": "object"
    },
    "IOSPlatformModel": {
      "properties": {
        "name": {
          "const": "IOS",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "IOSPlatformModel",
      "type": "object"
    },
    "JunosPlatformModel": {
      "properties": {
        "name": {
          "const": "Junos",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "JunosPlatformModel",
      "type": "object"
    },
    "KaliPlatformModel": {
      "properties": {
        "name": {
          "const": "Kali",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "2.0",
              "2016",
              "2017",
              "2018",
              "2019",
              "2020",
              "2021",
              "2022",
              "2023",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "KaliPlatformModel",
      "type": "object"
    },
    "MacOSXPlatformModel": {
      "properties": {
        "name": {
          "const": "MacOSX",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "10.10",
              "10.11",
              "10.12",
              "10.13",
              "10.14",
              "10.15",
              "10.7",
              "10.8",
              "10.9",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "MacOSXPlatformModel",
      "type": "object"
    },
    "MageiaPlatformModel": {
      "properties": {
        "name": {
          "const": "Mageia",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "7",
              "8",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "MageiaPlatformModel",
      "type": "object"
    },
    "NXOSPlatformModel": {
      "properties": {
        "name": {
          "const": "NXOS",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "NXOSPlatformModel",
      "type": "object"
    },
    "NetBSDPlatformModel": {
      "properties": {
        "name": {
          "const": "NetBSD",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "8.0",
              "8.1",
              "8.2",
              "9.0",
              "9.1",
              "9.2",
              "9.3",
              "10.0",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "NetBSDPlatformModel",
      "type": "object"
    },
    "OpenBSDPlatformModel": {
      "properties": {
        "name": {
          "const": "OpenBSD",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "5.6",
              "5.7",
              "5.8",
              "5.9",
              "6.0",
              "6.1",
              "6.2",
              "6.3",
              "6.4",
              "6.5",
              "6.6",
              "6.7",
              "6.8",
              "6.9",
              "7.0",
              "7.1",
              "7.2",
              "7.3",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "OpenBSDPlatformModel",
      "type": "object"
    },
    "OpenWrtPlatformModel": {
      "properties": {
        "name": {
          "const": "OpenWrt",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "17.01",
              "18.06",
              "19.07",
              "21.02",
              "22.03",
              "23.05",
              "24.10",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "OpenWrtPlatformModel",
      "type": "object"
    },
    "OracleLinuxPlatformModel": {
      "properties": {
        "name": {
          "const": "OracleLinux",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "7.0",
              "7.1",
              "7.2",
              "7.3",
              "7.4",
              "7.5",
              "7.6",
              "7.7",
              "7.8",
              "7.9",
              "8.0",
              "8.1",
              "8.2",
              "8.3",
              "8.4",
              "8.5",
              "8.6",
              "8.7",
              "8.8",
              "8.9",
              "8.10",
              "9.0",
              "9.1",
              "9.2",
              "9.3",
              "9.4",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "OracleLinuxPlatformModel",
      "type": "object"
    },
    "PAN-OSPlatformModel": {
      "properties": {
        "name": {
          "const": "PAN-OS",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "7.1",
              "8.0",
              "8.1",
              "9.0",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "PAN-OSPlatformModel",
      "type": "object"
    },
    "RockyLinuxPlatformModel": {
      "properties": {
        "name": {
          "const": "Rocky",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "8.0",
              "8.1",
              "8.2",
              "8.3",
              "8.4",
              "8.5",
              "8.6",
              "8.7",
              "8.8",
              "9.0",
              "9.1",
              "9.2",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "RockyLinuxPlatformModel",
      "type": "object"
    },
    "SLESPlatformModel": {
      "properties": {
        "name": {
          "const": "SLES",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "10SP3",
              "10SP4",
              "11",
              "11SP1",
              "11SP2",
              "11SP3",
              "11SP4",
              "12",
              "12SP1",
              "12SP2",
              "12SP3",
              "12SP4",
              "12SP5",
              "15",
              "15SP1",
              "15SP2",
              "15SP3",
              "15SP4",
              "15SP5",
              "15SP6",
              "15SP7",
              "16",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "SLESPlatformModel",
      "type": "object"
    },
    "SmartOSPlatformModel": {
      "properties": {
        "name": {
          "const": "SmartOS",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "SmartOSPlatformModel",
      "type": "object"
    },
    "SolarisPlatformModel": {
      "properties": {
        "name": {
          "const": "Solaris",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "10",
              "11.0",
              "11.1",
              "11.2",
              "11.3",
              "11.4",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "SolarisPlatformModel",
      "type": "object"
    },
    "SynologyPlatformModel": {
      "properties": {
        "name": {
          "const": "Synology",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "6.0",
              "6.1",
              "6.2",
              "7.0",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "SynologyPlatformModel",
      "type": "object"
    },
    "TMOSPlatformModel": {
      "properties": {
        "name": {
          "const": "TMOS",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "12.1",
              "13.0",
              "13.1",
              "14.0",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "TMOSPlatformModel",
      "type": "object"
    },
    "UbuntuPlatformModel": {
      "properties": {
        "name": {
          "const": "Ubuntu",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "artful",
              "bionic",
              "cosmic",
              "disco",
              "eoan",
              "focal",
              "groovy",
              "hirsute",
              "impish",
              "jammy",
              "kinetic",
              "lucid",
              "lunar",
              "mantic",
              "maverick",
              "natty",
              "noble",
              "oneiric",
              "oracular",
              "plucky",
              "precise",
              "quantal",
              "questing",
              "raring",
              "resolute",
              "saucy",
              "trusty",
              "utopic",
              "vivid",
              "wily",
              "xenial",
              "yakkety",
              "zesty",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "UbuntuPlatformModel",
      "type": "object"
    },
    "Void_LinuxPlatformModel": {
      "properties": {
        "name": {
          "const": "Void Linux",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "Void LinuxPlatformModel",
      "type": "object"
    },
    "WindowsPlatformModel": {
      "properties": {
        "name": {
          "const": "Windows",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "2008R2",
              "2008x64",
              "2008x86",
              "2012",
              "2012R2",
              "2016",
              "2019",
              "2022",
              "2025",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "WindowsPlatformModel",
      "type": "object"
    },
    "aosPlatformModel": {
      "properties": {
        "name": {
          "const": "aos",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "aosPlatformModel",
      "type": "object"
    },
    "collections": {
      "items": {
        "markdownDescription": "See [Using collections in roles](https://docs.ansible.com/projects/ansible/latest/user_guide/collections_using.html#using-collections-in-roles) and [collection naming conventions](https://docs.ansible.com/projects/ansible/latest/dev_guide/developing_modules_in_groups.html#naming-conventions)",
        "pattern": "^[a-z_]+\\.[a-z_]+$",
        "type": "string"
      },
      "title": "Collections",
      "type": "array"
    },
    "complex_conditional": {
      "oneOf": [
        {
          "type": "boolean"
        },
        {
          "type": "string"
        },
        {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      ]
    },
    "eosPlatformModel": {
      "properties": {
        "name": {
          "const": "eos",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "eosPlatformModel",
      "type": "object"
    },
    "macOSPlatformModel": {
      "properties": {
        "name": {
          "const": "macOS",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "Big-Sur",
              "Catalina",
              "High-Sierra",
              "Mojave",
              "Monterey",
              "Sierra",
              "Sonoma",
              "Ventura",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "macOSPlatformModel",
      "type": "object"
    },
    "opensusePlatformModel": {
      "properties": {
        "name": {
          "const": "opensuse",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "12.1",
              "12.2",
              "12.3",
              "13.1",
              "13.2",
              "15.0",
              "15.1",
              "15.2",
              "15.3",
              "15.4",
              "15.5",
              "42.1",
              "42.2",
              "42.3",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "opensusePlatformModel",
      "type": "object"
    },
    "os10PlatformModel": {
      "properties": {
        "name": {
          "const": "os10",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "os10PlatformModel",
      "type": "object"
    },
    "platforms": {
      "items": {
        "anyOf": [
          {
            "$ref": "#/$defs/AIXPlatformModel"
          },
          {
            "$ref": "#/$defs/AlmaLinuxPlatformModel"
          },
          {
            "$ref": "#/$defs/AlpinePlatformModel"
          },
          {
            "$ref": "#/$defs/AmazonPlatformModel"
          },
          {
            "$ref": "#/$defs/AmazonLinuxPlatformModel"
          },
          {
            "$ref": "#/$defs/aosPlatformModel"
          },
          {
            "$ref": "#/$defs/ArchLinuxPlatformModel"
          },
          {
            "$ref": "#/$defs/AstraLinuxPlatformModel"
          },
          {
            "$ref": "#/$defs/ClearLinuxPlatformModel"
          },
          {
            "$ref": "#/$defs/CumulusPlatformModel"
          },
          {
            "$ref": "#/$defs/NetBSDPlatformModel"
          },
          {
            "$ref": "#/$defs/DebianPlatformModel"
          },
          {
            "$ref": "#/$defs/DellOSPlatformModel"
          },
          {
            "$ref": "#/$defs/DevuanPlatformModel"
          },
          {
            "$ref": "#/$defs/DragonFlyBSDPlatformModel"
          },
          {
            "$ref": "#/$defs/ELPlatformModel"
          },
          {
            "$ref": "#/$defs/eosPlatformModel"
          },
          {
            "$ref": "#/$defs/FedoraPlatformModel"
          },
          {
            "$ref": "#/$defs/FreeBSDPlatformModel"
          },
          {
            "$ref": "#/$defs/GenericBSDPlatformModel"
          },
          {
            "$ref": "#/$defs/GenericLinuxPlatformModel"
          },
          {
            "$ref": "#/$defs/GenericUNIXPlatformModel"
          },
          {
            "$ref": "#/$defs/GentooPlatformModel"
          },
          {
            "$ref": "#/$defs/HardenedBSDPlatformModel"
          },
          {
            "$ref": "#/$defs/IOSPlatformModel"
          },
          {
            "$ref": "#/$defs/JunosPlatformModel"
          },
          {
            "$ref": "#/$defs/KaliPlatformModel"
          },
          {
            "$ref": "#/$defs/macOSPlatformModel"
          },
          {
            "$ref": "#/$defs/MacOSXPlatformModel"
          },
          {
            "$ref": "#/$defs/MageiaPlatformModel"
          },
          {
            "$ref": "#/$defs/NXOSPlatformModel"
          },
          {
            "$ref": "#/$defs/OpenBSDPlatformModel"
          },
          {
            "$ref": "#/$defs/opensusePlatformModel"
          },
          {
            "$ref": "#/$defs/OpenWrtPlatformModel"
          },
          {
            "$ref": "#/$defs/OracleLinuxPlatformModel"
          },
          {
            "$ref": "#/$defs/os10PlatformModel"
          },
          {
            "$ref": "#/$defs/PAN-OSPlatformModel"
          },
          {
            "$ref": "#/$defs/RockyLinuxPlatformModel"
          },
          {
            "$ref": "#/$defs/SLESPlatformModel"
          },
          {
            "$ref": "#/$defs/SmartOSPlatformModel"
          },
          {
            "$ref": "#/$defs/SolarisPlatformModel"
          },
          {
            "$ref": "#/$defs/SynologyPlatformModel"
          },
          {
            "$ref": "#/$defs/TMOSPlatformModel"
          },
          {
            "$ref": "#/$defs/UbuntuPlatformModel"
          },
          {
            "$ref": "#/$defs/vCenterPlatformModel"
          },
          {
            "$ref": "#/$defs/Void_LinuxPlatformModel"
          },
          {
            "$ref": "#/$defs/vSpherePlatformModel"
          },
          {
            "$ref": "#/$defs/WindowsPlatformModel"
          }
        ]
      },
      "title": "Platforms",
      "type": "array"
    },
    "vCenterPlatformModel": {
      "properties": {
        "name": {
          "const": "vCenter",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "5.5",
              "6.0",
              "6.5",
              "6.7",
              "7.0",
              "8.0",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "vCenterPlatformModel",
      "type": "object"
    },
    "vSpherePlatformModel": {
      "properties": {
        "name": {
          "const": "vSphere",
          "title": "Name",
          "type": "string"
        },
        "versions": {
          "default": "all",
          "items": {
            "enum": [
              "5.5",
              "6.0",
              "6.5",
              "6.7",
              "7.0",
              "8.0",
              "all"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "title": "vSpherePlatformModel",
      "type": "object"
    }
  },
  "examples": [
    "meta/main.yml"
  ]
}
