JSON Schema Builder
The goal was to make a builder form that can create json schema with custom key names and value as datatype name string while supporting real time editting and nesting structure.
Schema Fields
Field Type
Field Type
Field Type
Field Type
Field Type
Field Type
Field Type
Field Type
Schema Json
{
  "Name": {
    "First Name": "string",
    "Middle Name": "string",
    "Last Name": "string"
  },
  "Phone": "number",
  "Address": {
    "City": "string",
    "State": "string"
  }
}
Twitter
Discord
Medium
Github
CommunityJoin Barely Dev, our growing dev community on Discord and collaborate, ask questions, or share ideas.
Join Barely Dev
SupportFound a bug or have a suggestion? Open an issue on the GitHub repository.
Report Issues
CollaborationThis project is open-source. You can contribute by adding feature or improving the existing ones.
Github Repo