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 9 of 18; 24 results per page.

Show the canonical directory
Preview of INI Configuration
ini
158 B
Actual file preview for INI Configuration

INI Configuration

A classic INI configuration file with sections and key/value pairs — for testing INI parsers.

File
INI · Config · UTF-8
Preview of Intentionally Invalid JSON
json
165 B
Actual file preview for Intentionally Invalid JSON

Intentionally Invalid JSON

An intentionally invalid JSON file with a trailing comma and a missing closing brace — for testing parser error handling and messages. Not valid JSON by design.

File
JSON · JSON
Preview of Inventory Item JSON Schema
json
328 B
Actual file preview for Inventory Item JSON Schema

Inventory Item JSON Schema

Draft-07 JSON Schema describing a SAMPLE inventory item object for domain-specific validator tests.

File
JSON · Schema
Preview of Inventory Purchase Order (JSON)
json
147 B
Actual file preview for Inventory Purchase Order (JSON)

Inventory Purchase Order (JSON)

Synthetic purchase order JSON for procurement workflow tests.

File
JSON · Inventory
Use case
Data import
Preview of Inventory Stock Levels (CSV)
csv
62 B
Actual file preview for Inventory Stock Levels (CSV)

Inventory Stock Levels (CSV)

Per-warehouse stock quantities for inventory reconciliation tests.

File
CSV · Inventory · 2 rows
Use case
Data import
Preview of Invoice JSON Schema
json
390 B
Actual file preview for Invoice JSON Schema

Invoice JSON Schema

Draft-07 JSON Schema describing a SAMPLE invoice object for domain-specific validator tests.

File
JSON · Schema
Preview of IOT — Sensor Readings Mini (CSV)
csv
425 B
Actual file preview for IOT — Sensor Readings Mini (CSV)

IOT — Sensor Readings Mini (CSV)

Synthetic iot dataset (sensor-readings-mini) as CSV — for ETL and warehouse loader tests.

File
CSV · Iot · 12 rows
Use case
Data importCSV parsing· Conversion set
Preview of IoT Sensor Readings (CSV, 1440 rows)
csv
68.8 KB
Actual file preview for IoT Sensor Readings (CSV, 1440 rows)

IoT Sensor Readings (CSV, 1440 rows)

A day of IoT sensor readings (temperature, humidity, pressure) at one-minute intervals from three sensors, with a realistic daily cycle plus noise — for testing time-series ingestion and downsampling. JSON twin included.

File
CSV · Iot · 1,440 rows
Use case
Data importTime-series data+1· Conversion set
Preview of ISO 20022 Credit Transfer — pain.001 (XML)
xml
1.2 KB
Actual file preview for ISO 20022 Credit Transfer — pain.001 (XML)

ISO 20022 Credit Transfer — pain.001 (XML)

A sample ISO 20022 customer credit-transfer initiation (pain.001.001.09) — a single payment with debtor/creditor parties, IBANs, BICs, amount, and remittance info. IBANs are published documentation examples; a fixture for testing payment-message parsers and bank integrations.

File
XML · Banking
Preview of Java Stack Trace (log)
log
916 B
Actual file preview for Java Stack Trace (log)

Java Stack Trace (log)

A realistic Java stack trace — a Spring-style NullPointerException with a nested 'Caused by' chain and '... N more' elision. A fixture for testing stack-trace parsers, error groupers, and log viewers.

File
LOG · Logs · 8 frames
Use case
Log parsingError handling· Conversion set
Preview of JSON Feed 1.1
json
1.3 KB
Actual file preview for JSON Feed 1.1

JSON Feed 1.1

A JSON Feed 1.1 document — the JSON alternative to RSS/Atom — with a feed header and three items using content_html, content_text, tags, and publish dates, for testing JSON Feed parsers and readers.

File
JSON · Feeds
Preview of JSON Lines (JSONL)
jsonl
595 B
Actual file preview for JSON Lines (JSONL)

JSON Lines (JSONL)

A JSON Lines file with one object per line — for testing streaming/newline-delimited JSON parsers.

File
JSONL · JSON · 10 records