> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aigoframework.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI System Schema

> Machine-readable representation of AI systems in AIGO.

# AI System Schema

The AI System Schema provides the machine-readable structural representation of an AI system within the AIGO Framework.

## Purpose

The schema supports consistent recording of AI system information needed for governance and lifecycle management.

It provides the structural foundation for information that may be used by:

* registration
* classification
* risk management
* control management
* approval
* monitoring
* assurance
* change management
* incident management
* retirement
* governance evaluation

## Role in the AIGO architecture

The AI System Schema represents the governed AI system itself.

Other AIGO schemas represent related governance objects and can establish relationships to the system.

This creates a layered model:

**AI System → Risks → Controls → Assessments → Evidence → Decisions → Assurance**

The exact relationships are represented through the AIGO machine-readable relationship and governance structures.

## Typical information

A governed AI system record may include information about:

* system identity
* ownership
* accountability
* intended use
* deployment context
* lifecycle status
* governance context
* stakeholders
* classification
* risk relationships
* control relationships
* related governance records

The precise permitted structure and data types are defined by the canonical JSON Schema rather than by this overview page.

## Relationship to evaluation

The AI System Schema provides the entity context for governance evaluation.

The evaluation layer defines rules separately from the system schema. This allows an AI system record to remain a representation of the governed entity while evaluation rules define what should be checked about that entity.

The current repository includes:

* machine-readable evaluation rules
* evaluation fixtures
* evaluation validation
* orchestration validation

This establishes the foundation for applying defined governance evaluation logic to an AI system.

## Validation

The repository validates machine-readable artifacts as part of its broader validation framework.

Current repository validation includes:

* schema validation
* reference validation
* traceability validation
* control coverage validation
* evidence coverage validation
* framework consistency validation
* document integrity validation
* repository health validation
* rule validation
* evaluation fixture validation
* evaluation orchestration validation

A passing repository validation result indicates that the tested repository and artifacts satisfy the implemented validation checks. It does not establish legal compliance, certification, accreditation, or regulatory conformity.

## Canonical source

Machine-readable schema:

`schemas/01-ai-system/01-AIGO-AI-System-Schema-v0.1.json`

Schema documentation:

`schemas/01-ai-system/01-AIGO-AI-System-Schema-Documentation-v0.1.md`

Framework profile material:

`framework/09-profiles/AIGO-AI-System-Profiles-v0.1.md`
