Article Schema Markup Generator - Online JSON‑LD for Blogs
Generate an Article or BlogPosting structured data with headline, author, and image. For rich blog results.
UD5 Toolkit
Paste your YAML data and instantly infer its JSON Schema structure — ideal for OpenAPI specs, config validation & API documentation.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {}
}
oneOf schema. Optional features include automatic required field detection, examples inclusion, and format detection for dates and emails.
true/false), null values, arrays/lists, and nested objects/mappings. It also intelligently detects common formats like ISO 8601 dates (format: date or format: date-time) and email addresses (format: email), adding appropriate format annotations to the generated schema.
properties blocks with their own type definitions. Arrays are analyzed to determine the type of their items — if all items share the same type, a single items schema is generated. If items have different types, the tool creates a oneOf array to accurately represent the possible item types. Empty arrays generate an empty items: {} schema.
http://json-schema.org/draft-07/schema#) and Draft 2020-12 (https://json-schema.org/draft/2020-12/schema). You can switch between them using the Draft selector. Draft-07 is the most widely compatible version across tools and libraries, while Draft 2020-12 introduces newer features like $dynamicRef and unevaluatedProperties.
ajv (JavaScript), jsonschema (Python), json-schema-validator (Java), or online validators. Simply copy the output and use it in your validation pipeline. The schema accurately reflects the structure, types, and constraints inferred from your YAML data.
Generate an Article or BlogPosting structured data with headline, author, and image. For rich blog results.
Parse an iCalendar file and output the events as a clean JSON array. For developers integrating calendar data. Client‑side only.
Paste CSV data and instantly get a formatted MediaWiki table code. Ideal for Wikipedia editors and internal wikis.
Paste a MySQL ENUM definition and get a TypeScript union type string literal. For type‑safe database schemas.
Paste the content of an XML sitemap and extract a plain list of all the URLs. For further analysis. Local.
Transliterate English text into Anglo‑Saxon runes (Futhorc). Different from Elder Futhark. For history and art.
Convert between scientific notation (a Ă— 10^n) and decimal form. Also supports engineering notation. Instant, local.
Check if a number of the form 2^p‑1 is a Mersenne prime. Quick Lucas‑Lehmer test simulation for small p.
View thousands of digits of Euler's number (e). Click to copy a block. For math enthusiasts.
Convert any PNG image into a proper .ico favicon file with multiple sizes embedded. For website icons. Local.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Paste a human‑readable date (like 'next Friday' or 'March 5, 2023') and convert it to ISO 8601 format. Quick and tolerant.
Paste a list of words or lines and convert all to UPPERCASE or lowercase at once. Also supports title case.
Select multiple images, arrange their order, and merge them into a single PDF document. Works offline in your browser.
Paste an HTML `<table>` snippet and instantly get a clean Markdown table. Supports colspan and alignment hints. Local.
Convert between Gregorian and Hijri (Islamic) dates. Approximate visual reference. Local algorithm.
Convert a Gregorian calendar date to its Julian Day Number and vice versa. Used in astronomy and mainframe computing.
Paste your Swagger/OpenAPI YAML and see a rendered API documentation preview with expandable endpoints. All local rendering.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Convert a decimal number to 32-bit single precision IEEE 754 format. See sign, exponent, mantissa bits. Developer tool.
Convert any date into Roman numerals (day‑month‑year) for tattoos or special occasions. Clean and local.
Upload a logo and generate a pack of favicon sizes plus a .ico file. All conversion in your browser.
Convert between units of absorbed dose and equivalent dose (Gray, Rad, Rem, Sievert). Educational and reference. Local calculation.
Convert power units: watt, kilowatt, horsepower, BTU/h. Quick reference for electrical and mechanical engineering. Browser-based.
Convert torque units between Newton-meter, foot-pound, inch-pound, and more. Essential for mechanics and engineers. Instant local conversion.
Trim a video clip and convert it into an animated GIF. Adjust frame rate and size. Processing stays on your computer for privacy.
Convert audio files between popular formats like WAV, MP3, and OGG directly in the browser. No upload, fast encoding using WebAudio and ffmpeg wasm.
Strip HTML tags and convert web content to plain Markdown. Preserve headings, lists, and links. Perfect for content migration. All processing in browser.
Easily convert JSON data arrays into CSV format for Excel or database import. Handles nested structures with flattening options. All conversions happen locally, no data uploaded.