{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--AgentResource.json",
  "title": "AgentResource",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/resources/AgentResource.json",
    "sourceSha256": "72b4efb28410c2d3bc8aa95300fc3c244e5903d6b7cef63bc3b68189b11e745a"
  },
  "type": "object",
  "properties": {
    "apiVersion": {
      "title": "ApiVersion",
      "const": "server.eidolonai.com/v1alpha1"
    },
    "kind": {
      "const": "Agent",
      "default": "Agent",
      "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"
  ]
}
