Universal AI Orchestration Layer (UAOL) provides a vendor-neutral, event-driven specification for interoperable AI workflows, documents, state, and governance across organizations.
- Full JSON Schemas (cloudevents, entities, state)
- Curated examples (events, state snapshots, workflow definitions)
- Tools guidance (validation, registry, workflow checks)
- Explore schemas under
schemas/and examples underexamples/. - Validate example payloads against schemas using any JSON Schema validator.
- Start with
specs/uaol-specifications.mdfor a concise overview.
specs/– simplified specification docs (umbrella spec, glossary, taxonomy, architecture)schemas/– JSON Schemas grouped by domain (cloudevents/,entities/,state/)examples/– sample events, state snapshots, and workflowstools/– schema and workflow validation guidance
This repository is licensed under CC BY‑SA 4.0. See LICENSE.md.
When reusing, attribute “UAOL Specifications” and include a link to this repository.
- Update
VERSION - Validate JSON schemas and examples
- Check internal links across Markdown files
- Tag release in git (e.g.,
v1.0.0)