Schema
Introduction
A composition-oriented schema system for processing, extracting, and validating data.
- Focused on enabling decoupled contracts between systems.
- All behavior is composed rather than hard-coded, even fundamental types.
- Supports unions, conditionals, cross-references, recursion, async value processing, dynamic resolution, and more.
Requirements
- Node.js 19+ or any modern browser
- ESM only
License
Copyright 2026 Version Zero | github.com/argh
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this library except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.