{
  "description": "AzureASOManagedMachinePool is the Schema for the azureasomanagedmachinepools API.",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "AzureASOManagedMachinePoolSpec defines the desired state of AzureASOManagedMachinePool.",
      "properties": {
        "providerIDList": {
          "description": "ProviderIDList is the list of cloud provider IDs for the instances. It fulfills Cluster API's machine\npool infrastructure provider contract.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "resources": {
          "description": "Resources are embedded ASO resources to be managed by this resource.",
          "items": {
            "type": "object",
            "x-kubernetes-preserve-unknown-fields": true
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "AzureASOManagedMachinePoolStatus defines the observed state of AzureASOManagedMachinePool.",
      "properties": {
        "ready": {
          "description": "Ready represents whether or not the infrastructure is ready to be used. It fulfills Cluster API's\nmachine pool infrastructure provider contract.",
          "type": "boolean"
        },
        "replicas": {
          "description": "Replicas is the current number of provisioned replicas. It fulfills Cluster API's machine pool\ninfrastructure provider contract.",
          "format": "int32",
          "type": "integer"
        },
        "resources": {
          "items": {
            "description": "ResourceStatus represents the status of a resource.",
            "properties": {
              "ready": {
                "type": "boolean"
              },
              "resource": {
                "description": "StatusResource is a handle to a resource.",
                "properties": {
                  "group": {
                    "type": "string"
                  },
                  "kind": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  },
                  "version": {
                    "type": "string"
                  }
                },
                "required": [
                  "group",
                  "kind",
                  "name",
                  "version"
                ],
                "type": "object",
                "additionalProperties": false
              }
            },
            "required": [
              "ready",
              "resource"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
