open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
🌐
English Italiano
github linkedin rss
  • Data Driven Form in angular

    calendar Feb 4, 2022 · 1 min read
     en knowledgebase  · angular
     ·
    Share on: twitter facebook linkedin copy
    Data Driven Form in angular

     

    JSON Schema is a vocabulary that allows you to annotate and validate JSON documents.

    Benefits

    • Describes your existing data format(s).
    • Provides clear human- and machine- readable documentation.
    • Validates data which is useful for:
      • Automated testing.
      • Ensuring quality of client submitted data.
    On top of it you can run JSON Forms, a  data driven forms library:
    1. Declare your forms as JSON based on a JSON Schema
    2. Fully-featured forms including data-binding, input validation, and rule-based visibility out-of-the-box
    3. Designed for customizability - from custom styling to custom widgets

Giovanni Giorgi

Master Solution Architect, father and free spirit.
Read More

Recent Posts

  • Anubis: DDos Protection
  • KarmaKit and Watchtower
  • FatLama for GenAI: The comeback!
  • Caciaball Extreamer

Latest comments

    Disclaimer

    Gioorgi is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for website owners to earn advertising fees by advertising and linking to amazon.com, audible.com, and any other website that may be affiliated with Amazon Service LLC Associates Program. As an Amazon Associate we earn from qualifying purchases.
    Last updated:2025-05-25 02:00
    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top