{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/latest.json",
  "title": "Resource",
  "description": "Overview of Resource components",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/resources/overview.json",
    "sourceSha256": "c200255ed4d334de86bc81a22bfdcb947e1538794634dd42a1580c56eb785573",
    "fileMatch": [
      "*.eidolon.yaml",
      "*.eidolon.yml",
      "**/eidolon_resources/**/*.yaml",
      "**/eidolon_resources/**/*.yml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "anyOf": [
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--AgentResource.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--MachineResource.json"
    }
  ],
  "reference_group": {
    "type": "Resource"
  }
}
