Henry AndrewsforModern JSON Schema (and APIs)handrews.hashnode.net·Nov 10, 2022FeaturedWhat is "Modern" JSON Schema?Welcome to the Modern JSON Schema (& APIs) blog! My name is Henry, and I'm the H. Andrews who co-authored all drafts of JSON Schema from 2017 to the present. With this blog, I want to help you use JSON Schema to the full extent of its capabilities!...Discuss·32 likes·1.2K readsjson
Manuel SpigolonforBackend Cafebackend-1634412935050.hashnode.net·Jul 21, 2022Becoming a Fastify JSON Schema GURUby Manuel Spigolon Fastify v4.3.0 has landed with new features! In detail, there are new functions available to the request and reply objects that allow you to easily work with JSON Schema. Let's see what has changed! The issue Many developers have c...Discuss·9 likes·5.2K readsFastifybackend
Henry AndrewsforModern JSON Schema (and APIs)handrews.hashnode.net·Nov 11, 2022JSON Schema is a constraint systemDid you come to JSON Schema with an object-oriented programming (OOP) background? Do think of writing a schema as analogous to writing a class? These expectations are both common and understandable, but incorrect. In this article, you'll learn: What...Discuss·4 likes·649 readsjson-schema
Nikhil AkkiforNikhil Akki's blognikhilakki.hashnode.net·Apr 22, 2023What is JSON Schema?I recently used JSON Schema in one of my projects for API request validation on AWS API gateway. I found it overwhelming at first, but quite powerful as it fit our use case quite well. Validating request before it hits your back-end system can filter...Discussjson-schema
La Rebelion LabsforLa Rebelionla-rebelion.hashnode.net·Apr 12, 2023Say Goodbye to Data Model Hassles with This Ingenious JSON Schema Conversion Tool for StrapiAre you tired of spending hours creating data models for your Strapi content types? JSON Schemas can help simplify the process and save you time and effort. In this post, we'll explore what JSON Schemas are, why they're essential for developers, and ...DiscussStrapi
Agnivesh ChaubeyforTech Blogsagnivesh.hashnode.net·Apr 4, 2023Mastering JSON Schema: From Basics to Advanced FeaturesIntroduction JSON Schema is a powerful tool that allows you to validate and define rules for your JSON data. Whether you're working with APIs, databases, or configuration files, creating a schema can ensure that your data is structured correctly. In ...DiscussWeMakeDevs
Agnivesh ChaubeyforTech Blogsagnivesh.hashnode.net·Apr 1, 2023Bowtie: Simplify Your JSON Data ValidationAre you tired of feeling like you're in a never-ending battle with data validation in your web app? Are you tired of staring at a screen full of indecipherable error messages, wondering where you went wrong? Well, fear not, my fellow developers! Bowt...Discuss·58 readsWeMakeDevs
Sparkle.SelectforSparkle.Selectsparkleselect.hashnode.net·Apr 1, 2023Derive an OWL Ontology from JSON SchemaThere was some content I needed to inject into an RDF graph where the original data was in JSON files. I first noted the surprisingly well-defined form of the JSON data. Attached was a "schema.json" file which contained stuff similar to an ontology a...Discussjson-schema
Prabhakar Yadavforprabhakar810.hashnode.net·Mar 29, 2023Python Libraries for DevOps#90DaysOfDevOps Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, be it txt, json, yaml, etc. You should know what all libraries one should use in Python for DevOps. Python has numerous libraries like os, sys...DiscussYAML
QuinnforAutonode Blogaidev.hashnode.net·Mar 28, 2023Using Django to Create Rich Text resultsI recently went through the process of learning about Schema markup and how to use it and figured I would share what I ended up with. For our website, we built a feature where users can search for different car shows that are going on in their area b...DiscussSEO
Abhiraj GhoshforDeveloper's Library by Abhirajabhirajblogs.hashnode.net·Mar 23, 2023Creating CRUD API's in Node.js and ExpressIn this blog, we'll walk you through creating a basic API using Node.js and Express that performs CRUD operations (Create, Read, Update, Delete) on a simple dataset. By the end of this tutorial, you should have a good understanding of how to build a ...DiscussREST API
ThamforTham XYZtham.hashnode.net·Feb 12, 2023JSON Schema Generator is available in airbox.devairbox - Tools & utility platform for developers, that was launched on 8-Feb-2023. I am so grateful to announce that, we are releasing the JSON Schema Generator support today. This is freely available to everyone. JSON Schema Generator is a developer...DiscussProgramming TipsProgramming Blogs
Alexandre Guimarães BragafordevGodevgo.hashnode.net·Jan 20, 2023Introdução à validação de schema JSON utilizando o PostmanEste artigo tem por objetivo orientar sobre o processo de validação das respostas de uma API utilizando o Postman. Através de tal processo é possível comparar, de forma automatizada, as respostas recebidas com as regras de um schema previamente defin...Discuss·1 like·209 readsPostman