{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--IOUnit.json",
  "title": "IOUnit",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/IOUnit/IOUnit.json",
    "sourceSha256": "47a35e379df43050b7f317849c10cf8fb61e7935afe943316f0afda2f1c770d9"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "IOUnit",
      "title": "Implementation"
    }
  },
  "additionalProperties": true,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.apu.agent_io.IOUnit",
    "groups": [
      "IOUnit"
    ],
    "name": "IOUnit",
    "overrides": {}
  }
}
