{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--MachineResource.json",
  "title": "MachineResource",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/resources/MachineResource.json",
    "sourceSha256": "10368b5a737fcae2cd0d7c4ea848f1e62fe620d60dc7154d5a5fbf6be0964521"
  },
  "type": "object",
  "properties": {
    "apiVersion": {
      "title": "ApiVersion",
      "const": "server.eidolonai.com/v1alpha1"
    },
    "kind": {
      "const": "Machine",
      "default": "Machine",
      "title": "Kind"
    },
    "metadata": {
      "$ref": "#/$defs/Metadata"
    },
    "spec": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    }
  },
  "$defs": {
    "Metadata": {
      "type": "object",
      "properties": {
        "name": {
          "title": "Name",
          "type": "string"
        }
      },
      "required": [
        "name"
      ],
      "title": "Metadata",
      "additionalProperties": true
    }
  },
  "required": [
    "apiVersion",
    "kind",
    "metadata",
    "spec"
  ]
}
