commonmeta-schema 1.0.0

Commonmeta JSON Schemas and conformance fixtures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# commonmeta-schema

Shared Commonmeta schema assets for Rust consumers.

This crate currently provides:

- Embedded schema constant for Commonmeta v1.0 (`COMMONMETA_SCHEMA_V1_0`)
- Embedded conformance fixtures (`FIXTURES`, `fixture_str`, `fixture_bytes`)
- Version-based schema lookup helper

## Included assets

Published crate artifacts include:

- `schemas/**`
- `fixtures/**`

The canonical schema and fixtures live in the repository root.