fig-schema 0.1.1

A generic, prov-agnostic schema layer over fig's value tree: field types, controlled vocabularies, and a reusable rule-matching engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fig-schema"
version = "0.1.1"
edition = "2024"
rust-version = "1.85"
license = "MIT OR Apache-2.0"
description = "A generic, prov-agnostic schema layer over fig's value tree: field types, controlled vocabularies, and a reusable rule-matching engine."
repository = "https://github.com/diaryx-org/fig-schema"
readme = "README.md"
keywords = ["fig", "schema", "frontmatter", "validation", "vocabulary"]
categories = ["config", "data-structures", "parser-implementations"]
publish = true

[dependencies]
fig = "3.0"