Skip to content
AIWikis.org

Openapi

Publication Warning This page is marked noindex and should not be treated as canonical public authority.

Openapi is a machine-readable index source record exposed by AIWikis.org with provenance, content hash, bounded public preview, and source-boundary metadata.

Metadata

FieldValue
Source siteuaix.org
Source URLhttps://uaix.org/.well-known/openapi.json
Canonical AIWikis URLhttps://aiwikis.org/uaix/files/well-known-openapi-json-e636ae96/
Source reference.well-known/openapi.json
File typejson
Content categoryindex
Last fetched2026-06-22T01:56:21.9510185Z
Last changed2026-06-10T22:14:58.6228032Z
Content hashsha256:e636ae967ca6528da4cbe94ed5afbebcca6494059892b581784d62f2ea8faa66
Import statusunchanged
Raw source layerdata/sources/uaix/well-known-openapi-json-e636ae967ca6.json
Normalized source layerdata/normalized/uaix/well-known-openapi-json-e636ae967ca6.txt

Current File Content

Structure Preview

  • No Markdown headings were detected in this file.

Raw Version

{
  "openapi": "3.1.0",
  "jsonSchemaDialect": "https://json-schema.org/draft/2020-12/schema",
  "info": {
    "title": "UAIX Well-Known OpenAPI Discovery",
    "version": "1.0",
    "summary": "Well-known OpenAPI entry for the UAIX / UAI-1 V1.0 public machine surface.",
    "description": "This document is a stable low-hop discovery document. The canonical generated OpenAPI export remains https://uaix.org/wp-json/uaix/v1/openapi.json.",
    "contact": {
      "name": "UAIX",
      "url": "https://uaix.org/en-us/about/contact-and-review/"
    }
  },
  "servers": [
    {
      "url": "https://uaix.org/wp-json/uaix/v1",
      "description": "Canonical UAIX REST base."
    }
  ],
  "externalDocs": {
    "description": "Canonical generated OpenAPI export",
    "url": "https://uaix.org/wp-json/uaix/v1/openapi.json"
  },
  "x-uaix-current-release": "UAI-1",
  "x-uaix-uai-version": "1.0",
  "x-uaix-generated-at-utc": "2026-06-10T00:00:00Z",
  "x-uaix-low-capability-fallbacks": {
    "llms_txt": "https://uaix.org/llms.txt",
    "llms_full_txt": "https://uaix.org/llms-full.txt",
    "uaix_json": "https://uaix.org/.well-known/uaix.json",
    "schema_index": "https://uaix.org/schemas/index.json",
    "example_index": "https://uaix.org/examples/index.json"
  },
  "x-uaix-problem-details": {
    "json_media_type": "application/problem+json",
    "schema_profile": "uai.error.v1",
    "error_registry_url": "https://uaix.org/wp-json/uaix/v1/error-registry",
    "safe_harbor_url": "https://uaix.org/en-us/about/contact-and-review/"
  },
  "paths": {
    "/catalog": {
      "get": {
        "summary": "Resolve the current UAIX standards catalog.",
        "responses": {
          "200": {
            "description": "Catalog response."
          },
          "default": {
            "description": "RFC 9457 UAIX problem detail.",
            "content": {
              "application/problem+json": {
                "schema": {
                  "$ref": "#/components/schemas/UAIXProblemDetails"
                }
              }
            }
          }
        }
      }
    },
    "/discovery": {
      "get": {
        "summary": "Resolve the machine-readable discovery manifest.",
        "responses": {
          "200": {
            "description": "Discovery manifest response."
          }
        }
      }
    },
    "/schemas": {
      "get": {
        "summary": "List published schemas.",
        "responses": {
          "200": {
            "description": "Schema collection."
          }
        }
      }
    },
    "/field-registry": {
      "get": {
        "summary": "Resolve the published field registry and compact/keyless field order maps.",
        "responses": {
          "200": {
            "description": "Field registry response."
          }
        }
      }
    },
    "/transport-bindings": {
      "get": {
        "summary": "Resolve published transport bindings.",
        "responses": {
          "200": {
            "description": "Transport binding guidance."
          }
        }
      }
    },
    "/trust-channels": {
      "get": {
        "summary": "Resolve published trust channels and optional trust metadata guidance.",
        "responses": {
          "200": {
            "description": "Trust-channel guidance, metadata field descriptors, status values, and support boundary."
          }
        }
      }
    },
    "/examples": {
      "get": {
        "summary": "List published examples.",
        "responses": {
          "200": {
            "description": "Example collection."
          }
        }
      }
    },
    "/validate": {
      "post": {
        "summary": "Validate a candidate UAI message.",
        "responses": {
          "200": {
            "description": "Validation result."
          },
          "default": {
            "description": "RFC 9457 UAIX problem detail.",
            "content": {
              "application/problem+json": {
                "schema": {
                  "$ref": "#/components/schemas/UAIXProblemDetails"
                }
              }
            }
          }
        }
      }
    },
    "/conformance-levels": {
      "get": {
        "summary": "Resolve UAIX conformance levels and declaration schema.",
        "responses": {
          "200": {
            "description": "Conformance level and declaration model."
          }
        }
      }
    },
    "/error-registry": {
      "get": {
        "summary": "Resolve UAIX problem-detail and validator error taxonomy.",
        "responses": {
          "200": {
            "description": "Error registry."
          }
        }
      }
    },
    "/openapi.json": {
      "get": {
        "summary": "Resolve the canonical generated OpenAPI export.",
        "responses": {
          "200": {
            "description": "Generated OpenAPI 3.1 document."
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "UAIXProblemDetails": {
        "type": "object",
        "additionalProperties": true,
        "required": [
          "type",
          "title",
          "status",
          "detail",
          "instance",
          "uaixCode",
          "uaixCategory",
          "uaixSeverity",
          "retryable",
          "documentationUrl",
          "traceId",
          "correlationId",
          "evidenceRecommended",
          "suspensionRecommended",
          "redactionApplied"
        ],
        "properties": {
          "type": { "type": "string", "format": "uri" },
          "title": { "type": "string" },
          "status": { "type": "integer" },
          "detail": { "type": "string" },
          "instance": { "type": "string", "format": "uri" },
          "uaixCode": { "type": "string" },
          "uaixCategory": { "type": "string" },
          "uaixSeverity": { "type": "string" },
          "retryable": { "type": "boolean" },
          "retryAfterUtc": { "type": "string", "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$" },
          "rateLimit": { "type": "object", "additionalProperties": true },
          "blockedByPolicy": { "type": "boolean" },
          "blockedByNetwork": { "type": "boolean" },
          "constraintViolation": { "type": "string" },
          "schemaPointer": { "type": "string" },
          "payloadPointer": { "type": "string" },
          "field": { "type": "string" },
          "line": { "type": "integer" },
          "column": { "type": "integer" },
          "expected": { "type": "string" },
          "actual": { "type": "string" },
          "allowedValues": { "type": "array", "items": { "type": "string" } },
          "documentationUrl": { "type": "string", "format": "uri" },
          "safeHarborUrl": { "type": "string", "format": "uri" },
          "supportReference": { "type": "string" },
          "traceId": { "type": "string" },
          "correlationId": { "type": "string" },
          "evidenceRecommended": { "type": "boolean" },
          "suspensionRecommended": { "type": "boolean" },
          "redactionApplied": { "type": "boolean" }
        }
      }
    }
  }
}

Why This File Exists

This is a discovery or index file from uaix.org. It is shown here because AIWikis.org is demonstrating the real source files that make the UAIX / LLM Wiki memory system work, not only summarizing those systems after the fact.

Role

This file is an index or discovery record. It helps crawlers, agents, and maintainers find the right routes or machine-readable surfaces without guessing from the whole site.

Structure

The file has no Markdown headings, so its path, frontmatter, file type, and provenance metadata carry most of the retrieval meaning.

Prompt-Size And Retrieval Benefit

Keeping this material in a separate file reduces prompt pressure because an agent can load this exact unit only when its role, source site, category, or hash is relevant. The surrounding index pages point to it, while this page preserves the full content for audit and exact recall.

How To Use It

  • Humans should read the metadata first, then inspect the raw content when they need exact wording or provenance.
  • LLMs and agents should use the source site, category, hash, headings, and related files to decide whether this file belongs in the active prompt.
  • Crawlers should treat the AIWikis page as transparent evidence and follow the source URL/source reference for authority boundaries.
  • Future maintainers should regenerate this page whenever the source hash changes, then review the explanation if the role or structure changed.

Update Requirements

When this source file changes, update the raw source layer, normalized source layer, hash history, this rendered page, generated explanation, source-file inventory, changed-files report, and any source-section index that links to it.

Related Pages

Provenance And History

  • Current observation: 2026-06-22T01:56:21.9510185Z
  • Source origin: current-source-workspace
  • Retrieval method: local-source-workspace
  • Duplicate group: sfg-1115 (primary)
  • Historical hash records are stored in data/hashes/source-file-history.jsonl.

Machine-Readable Metadata

{
    "title":  "Openapi",
    "source_site":  "uaix.org",
    "source_url":  "https://uaix.org/.well-known/openapi.json",
    "canonical_url":  "https://aiwikis.org/uaix/files/well-known-openapi-json-e636ae96/",
    "source_reference":  ".well-known/openapi.json",
    "file_type":  "json",
    "content_category":  "index",
    "content_hash":  "sha256:e636ae967ca6528da4cbe94ed5afbebcca6494059892b581784d62f2ea8faa66",
    "last_fetched":  "2026-06-22T01:56:21.9510185Z",
    "last_changed":  "2026-06-10T22:14:58.6228032Z",
    "import_status":  "unchanged",
    "duplicate_group_id":  "sfg-1115",
    "duplicate_role":  "primary",
    "related_files":  [

                      ],
    "generated_explanation":  true,
    "explanation_last_generated":  "2026-06-22T01:56:21.9510185Z"
}

Next Useful Routes

  • Start Here A task-first reading path for AIWikis.org, separating newcomer learning, source-memory lookup, maintainer workflow, and AI-agent retrieval.
  • Topic Index A tag-oriented index for LLM Wiki, AI memory, UAI, source governance, crawling, and retrieval topics.
  • Source Map AIWikis source-governed page for durable AI memory, evidence routing, and agent-readable retrieval.
  • UAIX.org UAIX.org source-system overview for transparent AIWikis memory demonstration.
  • UAIX.org Source Memory Guide AIWikis source-governed page for durable AI memory, evidence routing, and agent-readable retrieval.
  • UAIX.org Files Site-scoped current-source file index for UAIX.org.