https://github.com/open-operational-state/status-conformance
Conformance definitions, validation rules, and test fixtures for verifying compliance with the Open Operational State specification.
https://github.com/open-operational-state/status-conformance
compliance conformance interoperability json-schema operational-state quality-assurance specification test-fixtures testing validation
Last synced: 2 months ago
JSON representation
Conformance definitions, validation rules, and test fixtures for verifying compliance with the Open Operational State specification.
- Host: GitHub
- URL: https://github.com/open-operational-state/status-conformance
- Owner: open-operational-state
- License: apache-2.0
- Created: 2026-04-02T17:47:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T13:11:46.000Z (2 months ago)
- Last Synced: 2026-04-03T13:22:39.174Z (2 months ago)
- Topics: compliance, conformance, interoperability, json-schema, operational-state, quality-assurance, specification, test-fixtures, testing, validation
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Status Conformance
Conformance definitions, fixtures, test taxonomy, and compatibility validation for the [Open Operational State](https://github.com/open-operational-state) standard.
## Overview
This repository contains the test fixtures and conformance definitions that validate implementations of the Open Operational State standard. If you're building a parser, emitter, or validator, these fixtures define what correct behavior looks like.
## Contents
| Document / Directory | Purpose |
|---|---|
| [CONFORMANCE.md](CONFORMANCE.md) | Conformance philosophy, levels, and strategy |
| [TAXONOMY.md](TAXONOMY.md) | Fixture classification and test taxonomy |
| [fixtures/](fixtures/) | Test fixtures and sample payloads |
| [adapters/](adapters/) | Foreign format mapping validation |
| [compatibility/](compatibility/) | Compatibility matrices |
| [reports/](reports/) | Validation reports and artifacts |
## Related Repositories
| Repository | Purpose |
|---|---|
| [status-spec](https://github.com/open-operational-state/status-spec) | Technical specification (what conformance validates against) |
| [status-tooling](https://github.com/open-operational-state/status-tooling) | Reference tooling including the validator package |
| [governance](https://github.com/open-operational-state/governance) | Charter, scope, and terminology |
## Licensing
- **Code** (test runners, validators): [Apache 2.0](LICENSE)
- **Documentation-like fixtures** (sample payloads, examples): [CC BY 4.0](LICENSE-CC-BY-4.0)
## Project Rules
See [PROJECT_RULES.md](PROJECT_RULES.md) for repo-specific constraints.