Marek Skopowskiblog.skopow.ski·Jan 24, 2025How to validate a payload schemaProblem Incoming request payloads in JSON format often requires validation. Validators might get complex and messy. We don’t want our codebase to be messy - at least we try not to. Solution JSON schema The best way is to convert our JSON representati...Programming Blogs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Need to Verify Your JSON Schema? Here's a Few Ways to Do It!If you work with APIs or any form of data exchange, you've likely encountered JSON (JavaScript Object Notation). JSON is a popular format for transmitting structured data because it is lightweight and easily understandable. However, as your projects ...APIs
Daniel Olahdanielolah.hashnode.dev·Dec 15, 2024How to Build Flexible Data Models in Django with JSONField and PydanticTraditional relational databases have long struggled with storing semi-structured data. This inflexibility comes from the need for a predefined schema, which can require upfront planning. But in recent years, RDBMS have evolved, offering more flexibi...11 likes·72 readsDjango
SharathchandarKsharathchandark.hashnode.dev·Dec 6, 2024JSON Formatter and Beautifier in HTML CSS and JavaScript | JSON Minify#Week 11 of 52 Weeks in JavaScript Projects Overview: Welcome to our JavaScript JSON Formatter and Beautifier Coding Tutorials. How to Build a JSON Formatter and Beautifier using HTML, CSS and JavaScript | JSON Beautifier JavaScript | Own JSON Format...1 likejson
Priyansh KhodiyarforDatazipdatazip.io·Oct 18, 2024How to Flatten Object Types and Query Arrays in Semi-Structured Nested JSON for Effective Data ExtractionFlattening nested JSON or MongoDB’s BSON or normalizing semi-structured data and writing queries on it for analytics or regular queries, is a common challenge in data processing. In this article, we’ll explore multiple methods for extracting data fro...1.9K readsFlatbreadflatten
Henry Andrewsmodern-json-schema.com·Sep 21, 2024Analyzing the OpenAPI Tooling EcosystemWelcome to a new series of posts that will take you on a visual journey through the OpenAPI Specification (OAS) and its tooling ecosystem! Why diagram the OAS ecosystem? As part of the efforts to design OAS 3.2 and 4.0 “Moonwalk”, I wanted to figure ...8 likes·18.1K readsOpenApi
Vitali Haradkouvitalicset.hashnode.dev·Sep 16, 2024Ajv-ts got 0.9. What's new?The latest Release 0.9 of the Schema Validation Toolkit - ajv-ts brings a suite of enhancements to improve developer productivity and ensure better validation accuracy. Whether you're building complex data models or just handling basic input, these u...Ajv-ts library updatesajv-ts
Shiv Iyershiviyer.hashnode.dev·Aug 16, 2024Implementing Calculated Columns in MongoDB: Techniques and Best PracticesIn MongoDB, calculated or derived columns (sometimes referred to as computed fields) are not natively supported as part of the schema like in traditional relational databases. However, you can implement calculated fields using several techniques, dep...53 readsMongoDB
Stephen Collinssteve555.hashnode.dev·Aug 12, 2024Introducing JSON Schemas for AI Data IntegrityAs AI models, particularly large language models (LLMs), become integrated into business critical applications, developers face the challenge of managing and validating data structures effectively and reliably. This is where JSON Schemas come into pl...llm
Esther Okaforestherokafor.com·Jun 25, 2024Beyond Basics: Leveraging JSON Schema for API Security TestingSecurity testing is critical, yet many resources overlook the specifics of API testing. This gap poses challenges for QA engineers tasked with securing these crucial interfaces. This article delves into how JSON Schema can help QA professionals test ...305 readsjson-schema