Tag

JSON Schema

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 9, 2025 · Backend Development

Encapsulating Data Type Handling in API Automation Testing with Python

This article explains how to encapsulate data type processing in an API automation framework by creating a Python utility class that provides conversion, validation, and assertion methods, defines JSON Schemas, and demonstrates writing and executing Pytest test cases to ensure correct data types and values.

API testingJSON SchemaPython
0 likes · 6 min read
Encapsulating Data Type Handling in API Automation Testing with Python
macrozheng
macrozheng
Mar 30, 2025 · Frontend Development

Boost Your Admin UI with DripTable: A Low‑Code React Table Solution

This article introduces DripTable, an open‑source React‑based low‑code table framework that uses JSON Schema for rapid backend‑admin list creation, outlines its advantages, explains when to adopt it, and provides step‑by‑step installation and usage instructions for both the configuration and application sides.

FrontendJSON SchemaLow-Code
0 likes · 5 min read
Boost Your Admin UI with DripTable: A Low‑Code React Table Solution
Java Architecture Diary
Java Architecture Diary
Jan 15, 2025 · Backend Development

Validate AI-Generated JSON in Spring Boot with JSON Schema – A Step-by-Step Guide

This article explains how to integrate the networknt JSON Schema validator into a Spring Boot application to enforce structured AI output, covering dependency setup, schema definition, service implementation, custom output validator, and exception handling, ensuring reliable, correctly formatted JSON responses from AI models.

AIFunction CallingJSON Schema
0 likes · 9 min read
Validate AI-Generated JSON in Spring Boot with JSON Schema – A Step-by-Step Guide
Test Development Learning Exchange
Test Development Learning Exchange
Oct 20, 2024 · Backend Development

Python Library Examples for YAML, TOML, JSON Schema, XML, HTML, and CSS Processing

This article provides concise Python code examples demonstrating how to read, write, and manipulate data using popular libraries such as PyYAML, toml, jsonschema, xmltodict, lxml, BeautifulSoup4, html5lib, and cssutils, covering scenarios from configuration files to XML/HTML parsing and CSS styling.

CSSJSON SchemaPython
0 likes · 8 min read
Python Library Examples for YAML, TOML, JSON Schema, XML, HTML, and CSS Processing
macrozheng
macrozheng
Aug 23, 2024 · Backend Development

Validate JSON in Spring Boot with JSON Schema: Step‑by‑Step Guide

This article explains how to integrate JSON Schema validation into a Spring Boot application, covering dependency setup, schema definition, bean configuration, service implementation, controller exposure, and testing with curl to ensure JSON payloads conform to the defined rules.

APIJSON SchemaJava
0 likes · 7 min read
Validate JSON in Spring Boot with JSON Schema: Step‑by‑Step Guide
Test Development Learning Exchange
Test Development Learning Exchange
Jul 21, 2024 · Backend Development

10 Python JSON Schema Validation Examples Using jsonschema Library

The article provides ten code examples demonstrating how to validate JSON data with Python's jsonschema library, covering basic validation, required fields, nested schemas, arrays, uniqueness, enums, ranges, pattern matching, conditional logic, and custom error messages.

JSON SchemaSchema Validationdata validation
0 likes · 7 min read
10 Python JSON Schema Validation Examples Using jsonschema Library
Architect's Guide
Architect's Guide
Sep 3, 2023 · Frontend Development

Introducing DripTable: An Efficient Open‑Source Enterprise‑Level Table Visualization Solution

DripTable is an open‑source, React‑based enterprise table visualization tool that uses JSON Schema for low‑code, configurable, and extensible dynamic list pages, offering fast development, theming flexibility, and a visual schema generator for backend CMS and low‑code table scenarios.

DripTableJSON SchemaLow-Code
0 likes · 4 min read
Introducing DripTable: An Efficient Open‑Source Enterprise‑Level Table Visualization Solution
Architect's Tech Stack
Architect's Tech Stack
Jul 31, 2023 · Frontend Development

DripTable: An Open‑Source, High‑Performance Enterprise Table Solution for React

This article introduces DripTable, a JD‑open‑source, React‑based enterprise table framework that uses JSON Schema for low‑code configuration, outlines its features, advantages, usage scenarios, and provides step‑by‑step installation and code examples for both the visual configuration side and the runtime side.

FrontendJSON SchemaLow-Code
0 likes · 5 min read
DripTable: An Open‑Source, High‑Performance Enterprise Table Solution for React
Architecture Digest
Architecture Digest
Jul 13, 2023 · Frontend Development

Introducing DripTable: An Efficient Enterprise‑Level Visual Table Builder for React

DripTable is an open‑source, React‑based enterprise table solution that uses JSON Schema for low‑code configuration, offering fast, configurable, and extensible dynamic list rendering with visual generators and easy integration for backend and frontend developers.

FrontendJSON SchemaLow-Code
0 likes · 5 min read
Introducing DripTable: An Efficient Enterprise‑Level Visual Table Builder for React
High Availability Architecture
High Availability Architecture
Jun 26, 2023 · Backend Development

Design and Implementation of an Automated Backend Interface Testing System

This article presents a comprehensive backend automated testing framework that unifies HTTP and RPC access, introduces a parameter‑pool concept, leverages JSON Schema and JSONPath for validation, and outlines coverage metrics, test case generation, discovery, and continuous improvement to achieve near‑100% API test coverage.

API testingJSON SchemaJsonPath
0 likes · 21 min read
Design and Implementation of an Automated Backend Interface Testing System
Tencent Cloud Developer
Tencent Cloud Developer
Jun 20, 2023 · Artificial Intelligence

Automating Visual Form Generation with AI‑Generated DSL

The article shows how to automate low‑code visual‑form creation by using AI to parse a one‑sentence requirement, split the task into summarizing components and few‑shot prompting, generate a JSON‑Schema DSL, and ensure smooth real‑time delivery via SSE and proper proxy configuration.

AIDSLJSON Schema
0 likes · 11 min read
Automating Visual Form Generation with AI‑Generated DSL
Tencent Cloud Developer
Tencent Cloud Developer
Jun 19, 2023 · Backend Development

Design and Implementation of an Automated Backend Interface Testing System

The article presents a language‑agnostic, low‑maintenance automated backend interface testing system that unifies HTTP and RPC calls, uses a parameter pool, JSON Schema and JSONPath for assertions, generates test cases from live traffic, measures coverage, and continuously updates suites to achieve near‑full coverage.

JSON SchemaJsonPathMQ scheduling
0 likes · 22 min read
Design and Implementation of an Automated Backend Interface Testing System
ByteDance Data Platform
ByteDance Data Platform
Aug 24, 2022 · Big Data

How ByteDance Guarantees Real‑Time Data Point Quality with Scalable Validation

This article explains ByteDance's end‑to‑end data‑point (埋点) validation system, covering its technical challenges—usability, accuracy, real‑time visibility, stability, and extensibility—along with SDK integration, QR‑code workflow, JSON‑Schema verification, push‑service architecture, SLA metrics, and future automation plans.

Big DataJSON SchemaSDK
0 likes · 11 min read
How ByteDance Guarantees Real‑Time Data Point Quality with Scalable Validation
JD Retail Technology
JD Retail Technology
Dec 21, 2021 · Frontend Development

Introducing DripForm: An Open‑Source React Dynamic Form Solution

DripForm is an open‑source React form component from JD Retail iPaaS that offers configurable rendering, validation, and visual editing, enabling developers to efficiently build complex, dynamic forms with unified front‑end/back‑end validation, extensibility, and low‑code visual generation.

Dynamic FormsFrontendJSON Schema
0 likes · 11 min read
Introducing DripForm: An Open‑Source React Dynamic Form Solution
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 29, 2021 · Databases

Using MySQL 8.0 JSON Schema Validation Functions

This article explains how MySQL 8.0 introduces strict JSON schema validation, demonstrates the json_schema_valid and json_schema_validation_report functions with array and object examples, and shows how to enforce schema checks in tables using CHECK constraints.

DatabaseJSON SchemaMySQL
0 likes · 11 min read
Using MySQL 8.0 JSON Schema Validation Functions
HelloTech
HelloTech
Jun 20, 2021 · Frontend Development

Low-Code Platform Development: Concepts, Market Landscape, Architecture, and Implementation

The talk outlines low‑code’s evolution and booming market, explains how visual, schema‑driven platforms like Poseidon Builder let developers of any skill rapidly create and maintain middle‑office web pages with minimal code, dramatically cut development time, and aim toward future auto‑code generation.

JSON SchemaLow-CodePlatform Architecture
0 likes · 13 min read
Low-Code Platform Development: Concepts, Market Landscape, Architecture, and Implementation
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Aug 20, 2020 · Frontend Development

JSON-Based Form Solution for Complex B-end Scenarios in NetEase Cloud Music

NetEase Cloud Music’s frontend team created a JSON‑based form framework that extends Ant Design, offering async validation with error and warning states, reverse‑listener field linking, four exclusive form modes, flexible option loading, and performance‑optimized core‑render separation for complex B‑end applications.

Ant DesignB-end ApplicationComponent Design
0 likes · 12 min read
JSON-Based Form Solution for Complex B-end Scenarios in NetEase Cloud Music
JD Retail Technology
JD Retail Technology
Jun 3, 2020 · Frontend Development

Design and Implementation of a Frontend Configuration Engine for Component‑Based Page Development

This article explains how a frontend configuration engine can be designed to boost page development efficiency by using component‑based architecture, detailing attribute definitions, data requests, hierarchical relationships, and cross‑component interactions, and illustrates the approach with JSON schemas and React code examples.

FrontendJSON SchemaReact
0 likes · 16 min read
Design and Implementation of a Frontend Configuration Engine for Component‑Based Page Development
政采云技术
政采云技术
Apr 12, 2020 · Frontend Development

Frontend Building System: Architecture, Deployment, and JSON Schema Practices

This article introduces a frontend building system covering its motivation, business scenarios, core modules, architecture diagram, deployment strategy, JSON Schema usage, data configuration, and visualisation, while also sharing the speaker's background and recruitment information for the team.

ComponentDeploymentEngineering
0 likes · 11 min read
Frontend Building System: Architecture, Deployment, and JSON Schema Practices