Skip to content
Novus Examples

Explore the test library

Find files, editable templates and browser test targets by what you need to make or test. Explore complete business kits for connected records, templates and expected results.

5297 results

Page 190 of 221; 24 results per page.

Show the canonical directory
Preview of TopoJSON, Intentionally Invalid: Arc Referenced Without Reversal
topojson
1.2 KB
Actual file preview for TopoJSON, Intentionally Invalid: Arc Referenced Without Reversal

TopoJSON, Intentionally Invalid: Arc Referenced Without Reversal

Intentionally invalid: East Field references the shared arc forwards when it should use the reversed form, so its ring no longer closes. This is the single most common hand-editing mistake in TopoJSON, and it produces a plausible-looking file that renders as a torn shape.

File
TOPOJSON · Topojson · UTF-8
Use case
GeospatialError handling+1· Conversion set
Preview of TopoJSON: Coarse 100-Step Quantization (visible rounding)
topojson
6.7 KB
Actual file preview for TopoJSON: Coarse 100-Step Quantization (visible rounding)

TopoJSON: Coarse 100-Step Quantization (visible rounding)

The same territory quantized to only 100 steps, so rounding error reaches roughly 220 m and several vertices collapse onto the same grid cell. Use it to prove that a tolerance in your comparison code is actually being applied rather than accidentally passing.

File
TOPOJSON · Topojson · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of TopoJSON: Decoded GeoJSON Reference for the Shared-Arc File
geojson
1.3 KB
Actual file preview for TopoJSON: Decoded GeoJSON Reference for the Shared-Arc File

TopoJSON: Decoded GeoJSON Reference for the Shared-Arc File

Exactly what the shared-arc topology decodes to: two polygons whose rings are stitched from arcs 0, 1 and 2 with arc 0 reversed for the eastern parcel. Because that file is unquantized, this comparison is exact rather than tolerance-based.

File
GEOJSON · Topojson · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of TopoJSON: Geometry Ids Alongside Properties
topojson
1.5 KB
Actual file preview for TopoJSON: Geometry Ids Alongside Properties

TopoJSON: Geometry Ids Alongside Properties

Five town geometries that each carry both an `id` member and a `properties` object. TopoJSON keeps these separate, and converters that fold the id into properties (or drop it) break joins against an external attribute table.

File
TOPOJSON · Topojson · UTF-8
Use case
GeospatialJSON parsing+1· Conversion set
Preview of TopoJSON: Quantized to a 10,000-Step Grid
topojson
6.8 KB
Actual file preview for TopoJSON: Quantized to a 10,000-Step Grid

TopoJSON: Quantized to a 10,000-Step Grid

The full territory quantized onto a 10,000-step grid with a transform block and delta-encoded arc positions: the default TopoJSON encoding. Rounding is bounded by the grid spacing, which over this 0.28-degree extent is about 2.2 m.

File
TOPOJSON · Topojson · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of TopoJSON: Three Named Objects in One Topology
topojson
6.6 KB
Actual file preview for TopoJSON: Three Named Objects in One Topology

TopoJSON: Three Named Objects in One Topology

One topology carrying three separately named objects (towns, roads and areas) that all index into the same arc pool. This is how a single TopoJSON file ships what would otherwise be three layers, and readers that assume exactly one object silently show only the first.

File
TOPOJSON · Topojson · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of TopoJSON: Two Parcels Sharing One Arc
topojson
1.2 KB
Actual file preview for TopoJSON: Two Parcels Sharing One Arc

TopoJSON: Two Parcels Sharing One Arc

Two adjacent parcels that share their common boundary as a single arc: West Field references it as 0 and East Field as ~0, the negative-index form that means traverse it backwards. Storing the boundary once is the whole point of TopoJSON, and it is also where naive decoders produce gaps or slivers.

File
TOPOJSON · Topojson · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of TopoJSON: Zero-Length Arc
topojson
1.5 KB
Actual file preview for TopoJSON: Zero-Length Arc

TopoJSON: Zero-Length Arc

A topology whose fourth arc repeats the same position twice, giving a line of zero length. Quantization produces these routinely when two vertices land in the same grid cell, and simplification code that divides by segment length fails on them.

File
TOPOJSON · Topojson · UTF-8
Use case
GeospatialError handling+1· Conversion set
Preview of Trace Span Table: Flat CSV Export (csv)
csv
1.4 KB
Actual file preview for Trace Span Table: Flat CSV Export (csv)

Trace Span Table: Flat CSV Export (csv)

The same 13 spans flattened to a CSV table: span and parent IDs, service, name, kind, start timestamp, duration and status. The shape a trace store exports for spreadsheet analysis, and a readable ground truth to diff the three JSON twins against.

File
CSV · Traces · 13 rows
Use case
ObservabilityCSV parsing+1· Conversion set
Preview of traffic-advice.json (private prefetch proxy opt-in)
json
144 B
Actual file preview for traffic-advice.json (private prefetch proxy opt-in)

traffic-advice.json (private prefetch proxy opt-in)

A traffic-advice document opting a fictional origin into private prefetch proxy traffic at full fraction while disallowing every other agent. For testing prefetch-proxy discovery and the JSON-array (not object) top level this format uses.

File
JSON · Well Known
Use case
Web assetsJSON parsing+1· Conversion set
Preview of Trailing Silence 1s: 440 Hz Tone
wav
258.4 KB
Actual file preview for Trailing Silence 1s: 440 Hz Tone

Trailing Silence 1s: 440 Hz Tone

A 440 Hz tone followed by exactly 1 second of digital silence. The tone should end at 2.0s: a direct fixture for testing trailing-silence trimming.

File
WAV · Silence Trim Set · 44100 Hz
Preview of Trailing Silence 3s: 440 Hz Tone
wav
430.7 KB
Actual file preview for Trailing Silence 3s: 440 Hz Tone

Trailing Silence 3s: 440 Hz Tone

A 440 Hz tone followed by exactly 3 seconds of digital silence. The tone should end at 2.0s: a direct fixture for testing trailing-silence trimming.

File
WAV · Silence Trim Set · 44100 Hz
Preview of Trailing Silence 5s: 440 Hz Tone
wav
603 KB
Actual file preview for Trailing Silence 5s: 440 Hz Tone

Trailing Silence 5s: 440 Hz Tone

A 440 Hz tone followed by exactly 5 seconds of digital silence. The tone should end at 2.0s: a direct fixture for testing trailing-silence trimming.

File
WAV · Silence Trim Set · 44100 Hz
Preview of Transitive Dependency Closure (CSV)
csv
777 B
Actual file preview for Transitive Dependency Closure (CSV)

Transitive Dependency Closure (CSV)

Every edge in the fictional dependency graph as one row (parent, child, declared range, resolved version, depth and whether the edge is direct), the form a spreadsheet or SQL import can aggregate. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
CSV · Graphs · 10 rows
Use case
CSV parsingGraph data+1· Conversion set
Preview of Travel Itinerary Template (DOCX)
docx
36.2 KB
Actual file preview for Travel Itinerary Template (DOCX)

Travel Itinerary Template (DOCX)

A day-by-day travel itinerary with timed entries for a three-day trip and a notes section for confirmations: a realistic planning document you can adapt.

File
DOCX · Itinerary
Use case
Templates
Preview of Trivy Clean Scan Report (Zero Findings)
json
518 B
Actual file preview for Trivy Clean Scan Report (Zero Findings)

Trivy Clean Scan Report (Zero Findings)

A clean scan report: the case dashboards get wrong. Trivy omits the Vulnerabilities key entirely rather than emitting an empty array, so a reader that assumes the key exists throws on a passing build. Advisory identifiers use the invented NOVUS-SAMPLE namespace with SAMPLE-CVE aliases; no identifier here refers to a published CVE, GHSA or OSV record, and no package named exists.

File
JSON · Vulnerability
Use case
JSON parsingError handling+1· Conversion set
Preview of Trivy Container Image Scan Report (JSON)
json
7.4 KB
Actual file preview for Trivy Container Image Scan Report (JSON)

Trivy Container Image Scan Report (JSON)

A Trivy-shaped image report with three result blocks (OS packages, language packages and a Dockerfile misconfiguration), so a parser must handle a Results array whose members have different keys. Advisory identifiers use the invented NOVUS-SAMPLE namespace with SAMPLE-CVE aliases; no identifier here refers to a published CVE, GHSA or OSV record, and no package named exists.

File
JSON · Vulnerability
Use case
JSON parsingSchema validation+1· Conversion set
Preview of Trivy Filesystem Scan Report (JSON)
json
6.4 KB
Actual file preview for Trivy Filesystem Scan Report (JSON)

Trivy Filesystem Scan Report (JSON)

A Trivy-shaped filesystem scan report with four SAMPLE findings against a fictional npm lockfile, one per severity band, each with a CVSS v3.1 vector, CWE class and fixed version. Advisory identifiers use the invented NOVUS-SAMPLE namespace with SAMPLE-CVE aliases; no identifier here refers to a published CVE, GHSA or OSV record, and no package named exists.

File
JSON · Vulnerability
Use case
JSON parsingSchema validation+1· Conversion set
Preview of TS: MPEG-TS H.264 Clip
ts
34 KB
Actual file preview for TS: MPEG-TS H.264 Clip

TS: MPEG-TS H.264 Clip

The clip as an MPEG transport stream (.ts): the container behind HLS streaming and broadcast. For testing TS demuxing and HLS tooling.

File
TS · Ts · 480x270
Preview of TTC: Collection of Two Variable Fonts
ttc
21.8 KB
Actual file preview for TTC: Collection of Two Variable Fonts

TTC: Collection of Two Variable Fonts

A collection whose members are themselves variable fonts, each with its own axis, fvar, gvar and STAT. The case that breaks loaders which handle collections or variations but never both at once. Original typeface, free to use.

File
TTC · Collection
Use case
Conversion testingMetadata testing· Conversion set