From 722f7aa67c2b6ead0d883fbd40a7cb321c57a7fa Mon Sep 17 00:00:00 2001 From: Akwatype <136994188+pmbret01@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:26:46 +0200 Subject: [PATCH] Add Okyline to similar technologies I'm the author/maintainer of Okyline. As this page invites suggestions of other technologies with similar goals, I'm proposing to add it. Okyline is an open, example-driven language for describing and validating JSON data, expressing structure and cross-field business invariants in a single contract. --- pages/overview/similar-technologies.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/overview/similar-technologies.md b/pages/overview/similar-technologies.md index 88603abe5..0c024379e 100644 --- a/pages/overview/similar-technologies.md +++ b/pages/overview/similar-technologies.md @@ -19,6 +19,8 @@ While we think that JSON Schema has a unique value proposition, we'd like to pro * **CBOR Data Definition Language (Cddl):** While not strictly focused on constraints, Cddl allows defining the structure of CBOR data. Check out the Cddl IETF draft: [https://tools.ietf.org/html/draft-greevenbosch-appsawg-cbor-cddl-08](https://tools.ietf.org/html/draft-greevenbosch-appsawg-cbor-cddl-08) for more information. +* * **Okyline:** a declarative, example-driven language that expresses both the structure and the cross-field business invariants of JSON data in a single contract, with built-in versioning and cross-schema composition. Open specification, CC BY-SA 4.0: [https://github.com/Okyline/okyline-spec](https://github.com/Okyline/okyline-spec). + ## Contributing to the Community Do you know of any other relevant technologies that we should add to this list? Please submit a pull request. We encourage contributions!