UNPKG

fortify-schema

Version:

A modern TypeScript validation library designed around familiar interface syntax and powerful conditional validation. Experience schema validation that feels natural to TypeScript developers while unlocking advanced runtime validation capabilities.

18 lines 629 B
<div id="schema-playground"> <h1>User Schema Playground</h1> <div class="playground-container"> <div class="schema-panel"> <h2>Schema</h2> <pre id="schema-display"></pre> </div> <div class="input-panel"> <h2>Test Data</h2> <textarea id="test-input" placeholder="Enter JSON data to validate..."></textarea> <button id="validate-btn">Validate</button> </div> <div class="result-panel"> <h2>Result</h2> <div id="validation-result"></div> </div> </div> </div>