Skip to content

Add Sury to Standard JSON Schema implementations - #1

Closed
DZakh wants to merge 1 commit into
mainfrom
claude/laughing-shannon-decjm1
Closed

Add Sury to Standard JSON Schema implementations#1
DZakh wants to merge 1 commit into
mainfrom
claude/laughing-shannon-decjm1

Conversation

@DZakh

@DZakh DZakh commented Jul 13, 2026

Copy link
Copy Markdown
Member

This PR adds Sury to the list of libraries that support the Standard JSON Schema specification.

Summary

Documents Sury's support for Standard JSON Schema by adding it to the implementation table and providing a usage example.

Changes

  • Added Sury (v11.0.0-alpha.10+) to the implementations table with reference to PR #267
  • Included usage documentation showing how to enable Standard JSON Schema support via S.enableStandardJSONSchema()
  • Added a code example demonstrating that Sury schemas satisfy the StandardJSONSchemaV1 type after enabling the feature

Details

The implementation allows users to leverage Sury's validation capabilities with Standard JSON Schema by calling S.enableStandardJSONSchema() before using schema objects, making them compatible with the spec.

https://claude.ai/code/session_012PAhzcd9FZBtPK5tDDka2e

Sury implements StandardJSONSchemaV1 since 11.0.0-alpha.10, via
S.enableStandardJSONSchema().

DZakh/sury#267
@DZakh DZakh closed this Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants