6 Reasons why JSON Schema is worth your time

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • react-jsonschema-form

    A React component for building Web forms from JSON Schema.

  • Sometimes you might know the data you want to collect, but you need to create a UI to facilitate collecting it. By starting with a JSON schema you can use React JSON schema Form (Rjsf) to automatically generate forms with prebuilt client and server-side validation against the provided schema.

  • typescript-json-schema

    Generate json-schema from your Typescript sources

  • Typescript to JSON Schema

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • json-schema-to-openapi-schema

    Due to the OpenAPI v3.0 and JSON Schema discrepancy, you can use this JS library to convert JSON Schema objects to OpenAPI Schema.

  • OpenAPI, like JSON schema can seem like a drag to implement if you're not using it already. However, if you start with JSON schema you can use this handy library to generate the OpenAPI Schema Object which is used to define the input and output data types.

  • ajv

    The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)

  • In the JavaScript ecosystem you can use the excellent AJV package to validate any JavaScript object against a JSON schema. This is especially useful to ensure that API contracts are maintained when communicating with other services.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Server Sent UI Schema Driven UIs

    4 projects | /r/reactjs | 20 Dec 2022
  • Forced to move away from Django template because of nested forms ?

    2 projects | /r/django | 7 Jul 2022
  • Crafting Forms in React: Vanilla vs. React Hook Form vs. Formik

    3 projects | dev.to | 12 Apr 2024
  • Popular Libraries For Building Type-safe Web Application APIs

    6 projects | dev.to | 7 Apr 2024
  • Making a web UI from Haskell/Servant

    1 project | /r/haskell | 29 Aug 2023