Skip to content
Novus Examples

Explore the test library

Search files, editable visual templates, and live browser targets from one registry-backed directory. Filtered query views stay crawlable for links but are deliberately noindex; the stable taxonomy pages below remain the canonical search surfaces.

430 results

Page 10 of 18; 24 results per page.

Show the canonical directory
Preview of JSON Schema (User)
json
397 B
Actual file preview for JSON Schema (User)

JSON Schema (User)

A draft-07 JSON Schema describing a user object — for testing schema validators and schema-aware tooling.

File
JSON · JSON · UTF-8
Preview of JSON Schema allOf Merge
json
432 B
Actual file preview for JSON Schema allOf Merge

JSON Schema allOf Merge

JSON Schema allOf merging id and name requirements — tests composite schema validation.

File
JSON · Schema
Preview of JSON Schema oneOf Union
json
593 B
Actual file preview for JSON Schema oneOf Union

JSON Schema oneOf Union

JSON Schema with a oneOf union over string vs number tagged objects — for testing union validation.

File
JSON · Schema
Preview of JSON with Duplicate Keys
json
234 B
Actual file preview for JSON with Duplicate Keys

JSON with Duplicate Keys

A JSON object that repeats several member names (name, tags, timeout, active). RFC 8259 permits duplicate keys but leaves the result parser-defined — most keep the last. A fixture for testing how a JSON parser resolves duplicates.

File
JSON · Edge Cases
Preview of JSON-Lines Application Log
jsonl
351 B
Actual file preview for JSON-Lines Application Log

JSON-Lines Application Log

A structured application log with one JSON object per line at info/debug/warn/error levels — for testing log ingestion.

File
JSONL · Logs · 4 records
Use case
Log parsing
Preview of Jupyter Notebook (IPYNB)
ipynb
1.7 KB
Actual file preview for Jupyter Notebook (IPYNB)

Jupyter Notebook (IPYNB)

A valid Jupyter notebook (nbformat 4.5) with markdown cells, code cells, and real outputs (stdout stream and an execute result) — for testing notebook parsers, nbconvert, and JSON tooling.

File
IPYNB · Notebooks
Preview of KML Places
kml
364 B
Actual file preview for KML Places

KML Places

A KML document with named placemarks — for testing Google Earth / mapping importers.

File
KML · Geospatial · UTF-8
Use case
Geospatial
Preview of Kubernetes Component Log — klog (log)
log
2.5 KB
Actual file preview for Kubernetes Component Log — klog (log)

Kubernetes Component Log — klog (log)

A Kubernetes-component log in the klog/glog format — a severity letter, timestamp, thread id, and source location prefix followed by the message. A fixture for testing klog parsers and severity extraction.

File
LOG · Logs