Skip to content
AIWikis.org

UAI Lexicon Schema

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

UAI Lexicon Schema 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 siteprotocol5.com
Source URLhttps://protocol5.com/
Canonical AIWikis URLhttps://aiwikis.org/protocol5/uai-system/files/protocol5-com-sitecontent-registry-uai-lexicon-schema-json-664401e3/
Source referenceProtocol5.com/SiteContent/registry/uai-lexicon.schema.json
File typejson
Content categoryindex
Last fetched2026-05-15T00:23:56.0837262Z
Last changed2026-04-15T12:19:52.2439551Z
Content hashsha256:664401e393db84b9e16c81c497cd199e2319eebd7a44c2176c4a1bbe2346ab28
Import statusunchanged
Raw source layerdata/sources/protocol5/protocol5-com-sitecontent-registry-uai-lexicon-schema-json-664401e393db.json
Normalized source layerdata/normalized/protocol5/protocol5-com-sitecontent-registry-uai-lexicon-schema-json-664401e393db.txt

Current File Content

Structure Preview

  • No Markdown headings were detected in this file.

Raw Version

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://protocol5.com/registry/uai-lexicon.schema.json",
  "title": "Protocol5 UAI-1 Canonical Lexicon",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "$schema",
    "registryId",
    "spec",
    "registry",
    "version",
    "tokenCount",
    "status",
    "canonicalPublicOrigin",
    "publicPath",
    "schemaPath",
    "description",
    "symbolPolicy",
    "distribution",
    "tokens",
    "examples"
  ],
  "properties": {
    "$schema": {
      "type": "string",
      "const": "https://protocol5.com/registry/uai-lexicon.schema.json"
    },
    "registryId": {
      "type": "string",
      "const": "uai-1.lexicon"
    },
    "spec": {
      "type": "string",
      "const": "UAI-1"
    },
    "registry": {
      "type": "string",
      "const": "uai-lexicon"
    },
    "version": {
      "type": "string",
      "const": "1.0.0"
    },
    "tokenCount": {
      "type": "integer",
      "const": 150
    },
    "status": {
      "type": "string",
      "const": "authoritative"
    },
    "canonicalPublicOrigin": {
      "type": "string",
      "format": "uri",
      "const": "https://protocol5.com"
    },
    "publicPath": {
      "type": "string",
      "const": "/registry/uai-lexicon.json"
    },
    "schemaPath": {
      "type": "string",
      "const": "/registry/uai-lexicon.schema.json"
    },
    "description": {
      "type": "string",
      "minLength": 1
    },
    "symbolPolicy": {
      "$ref": "#/$defs/symbolPolicy"
    },
    "distribution": {
      "$ref": "#/$defs/distribution"
    },
    "tokens": {
      "type": "array",
      "minItems": 150,
      "maxItems": 150,
      "items": {
        "$ref": "#/$defs/token"
      }
    },
    "examples": {
      "type": "array",
      "minItems": 1,
      "items": {
        "$ref": "#/$defs/example"
      }
    }
  },
  "$defs": {
    "category": {
      "type": "string",
      "enum": [
        "core",
        "spiralism",
        "cognition",
        "role",
        "ui",
        "structure",
        "time",
        "logic",
        "system"
      ]
    },
    "symbolPolicy": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "style",
        "rule",
        "radix63404",
        "prefixes"
      ],
      "properties": {
        "style": {
          "type": "string",
          "const": "human-designed-canonical-seed"
        },
        "rule": {
          "type": "string",
          "minLength": 1
        },
        "radix63404": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "base",
            "note"
          ],
          "properties": {
            "base": {
              "type": "integer",
              "const": 63404
            },
            "note": {
              "type": "string",
              "minLength": 1
            }
          }
        },
        "prefixes": {
          "type": "object",
          "additionalProperties": {
            "type": "string",
            "minLength": 1
          },
          "minProperties": 5
        }
      }
    },
    "distributionEntry": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "label",
        "expected",
        "actual"
      ],
      "properties": {
        "label": {
          "type": "string",
          "minLength": 1
        },
        "expected": {
          "type": "integer",
          "minimum": 1
        },
        "actual": {
          "type": "integer",
          "minimum": 1
        }
      }
    },
    "distribution": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "core",
        "spiralism",
        "cognition",
        "role",
        "ui",
        "structure",
        "time",
        "logic",
        "system"
      ],
      "properties": {
        "core": {
          "$ref": "#/$defs/distributionEntry"
        },
        "spiralism": {
          "$ref": "#/$defs/distributionEntry"
        },
        "cognition": {
          "$ref": "#/$defs/distributionEntry"
        },
        "role": {
          "$ref": "#/$defs/distributionEntry"
        },
        "ui": {
          "$ref": "#/$defs/distributionEntry"
        },
        "structure": {
          "$ref": "#/$defs/distributionEntry"
        },
        "time": {
          "$ref": "#/$defs/distributionEntry"
        },
        "logic": {
          "$ref": "#/$defs/distributionEntry"
        },
        "system": {
          "$ref": "#/$defs/distributionEntry"
        }
      }
    },
    "token": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "index",
        "id",
        "canonical",
        "category",
        "uai",
        "description",
        "aliases",
        "composable",
        "version",
        "primitives"
      ],
      "properties": {
        "index": {
          "type": "integer",
          "minimum": 1,
          "maximum": 150
        },
        "id": {
          "type": "string",
          "pattern": "^uai\\.(core|spiral|cog|role|ui|struct|time|logic|sys|spiralism|structure)\\.[a-z0-9]+(?:[.-][a-z0-9]+)*$"
        },
        "canonical": {
          "type": "string",
          "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
        },
        "category": {
          "$ref": "#/$defs/category"
        },
        "uai": {
          "type": "string",
          "minLength": 1,
          "maxLength": 8
        },
        "description": {
          "type": "string",
          "minLength": 1
        },
        "aliases": {
          "type": "array",
          "uniqueItems": true,
          "items": {
            "type": "string",
            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
          }
        },
        "composable": {
          "type": "boolean",
          "const": true
        },
        "version": {
          "type": "string",
          "const": "1.0.0"
        },
        "primitives": {
          "type": "array",
          "uniqueItems": true,
          "items": {
            "type": "string",
            "pattern": "^uai\\.core\\.[a-z0-9]+(?:-[a-z0-9]+)*$"
          }
        }
      }
    },
    "example": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "text",
        "tokenIds",
        "uai",
        "note"
      ],
      "properties": {
        "text": {
          "type": "string",
          "minLength": 1
        },
        "tokenIds": {
          "type": "array",
          "minItems": 1,
          "items": {
            "type": "string",
            "pattern": "^uai\\.(core|spiral|cog|role|ui|struct|time|logic|sys|spiralism|structure)\\.[a-z0-9]+(?:[.-][a-z0-9]+)*$"
          }
        },
        "uai": {
          "type": "string",
          "minLength": 1
        },
        "note": {
          "type": "string",
          "minLength": 1
        }
      }
    }
  }
}

Why This File Exists

This is a discovery or index file from protocol5.com. 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-05-15T00:23:56.0837262Z
  • Source origin: current-source-workspace
  • Retrieval method: local-source-workspace
  • Duplicate group: sfg-306 (primary)
  • Historical hash records are stored in data/hashes/source-file-history.jsonl.

Machine-Readable Metadata

{
    "title":  "UAI Lexicon Schema",
    "source_site":  "protocol5.com",
    "source_url":  "https://protocol5.com/",
    "canonical_url":  "https://aiwikis.org/protocol5/uai-system/files/protocol5-com-sitecontent-registry-uai-lexicon-schema-json-664401e3/",
    "source_reference":  "Protocol5.com/SiteContent/registry/uai-lexicon.schema.json",
    "file_type":  "json",
    "content_category":  "index",
    "content_hash":  "sha256:664401e393db84b9e16c81c497cd199e2319eebd7a44c2176c4a1bbe2346ab28",
    "last_fetched":  "2026-05-15T00:23:56.0837262Z",
    "last_changed":  "2026-04-15T12:19:52.2439551Z",
    "import_status":  "unchanged",
    "duplicate_group_id":  "sfg-306",
    "duplicate_role":  "primary",
    "related_files":  [

                      ],
    "generated_explanation":  true,
    "explanation_last_generated":  "2026-05-15T00:23:56.0837262Z"
}

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.
  • Protocol5.com Protocol5.com source-system overview for transparent AIWikis memory demonstration.
  • Protocol5.com Source Memory Guide AIWikis source-governed page for durable AI memory, evidence routing, and agent-readable retrieval.
  • Protocol5.com UAI System Files Real current Protocol5 UAI AI Memory, route-contract, .NET package, and distribution-boundary files.