Dataset Docs
Data Cards dataset
Date-stamped news cards that keep vendor and technology knowledge fresh for AI ingestion and retrieval.
Records
210
Format
JSONL
Schema Version
1.0.0
Last Updated
2026-09-02
Contract
Each record exposes a stable `slug` plus `_meta` provenance describing the source file, dataset name, canonical path, API path, license, and schema version. That is the main contract intended for downstream AI systems.
https://learn.idtechwire.com/datasets/cards.jsonl
https://learn.idtechwire.com/datasets/schemas/cards.schema.json
Usage
- Use the raw JSONL file for bulk ingestion and fine-tuning pipelines.
- Use the API for targeted retrieval when you already know the entity or slug.
- License: CC BY 4.0
- Generated from Markdown files in content/cards/YYYY/MM.
Field guide
| Field | Type | Required | Description |
|---|---|---|---|
| slug | string | Yes | Stable card identifier including a date suffix. |
| title | string | Yes | Headline for the card. |
| summary | string | Yes | Short machine-readable summary. |
| datePublished | string | Yes | ISO publication date. |
| about | object[] | Yes | Technology references attached to the card. |
| mentions | object[] | No | Vendor references attached to the card. |
| sources | string[] | No | External source URLs supporting the card. |
| _meta | object | Yes | Provenance and contract metadata for this record. |
Preview records
This is a human-friendly preview only. The raw file remains newline-delimited JSON.
{
"title": "Australia to let people switch off their own identity documents",
"slug": "australia-idlock-credential-control-2026-08-31",
"summary": "Australia announced IDLock, a myGov feature letting citizens block and unblock their own passports and driver licences against verification requests.",
"datePublished": "2026-08-31",
"about": [
{
"type": "Technology",
"slug": "digital-id"
},
{
"type": "Technology",
"slug": "mobile-id"
}
],
"keyFacts": [
"Holders can block and unblock credentials through myGov.",
"The underlying Credential Protection Register has blocked more than 830,000 fraudulent verification attempts since 2022.",
"Testing begins later in 2026 with national deployment planned for 2027."
],
"sources": [
"https://idtechwire.com/australia-will-let-people-switch-off-their-own-identity-documents/"
],
"license": "CC-BY-4.0",
"tags": [
"idlock",
"credential-revocation",
"mygov",
"australia"
],
"content": "Treating a credential as something the holder can suspend borrows the freeze model from consumer credit and applies it to identity documents. It addresses the period after a data breach when a document is compromised but not yet reissued, which existing processes handle poorly.",
"createdAt": "2026-09-01T19:33:05.237Z",
"updatedAt": "2026-09-01T19:33:05.238Z",
"_meta": {
"dataset": "cards",
"schemaVersion": "1.0.0",
"license": "CC-BY-4.0",
"sourceType": "markdown",
"sourcePath": "content/cards/2026/08/australia-idlock-credential-control-2026-08-31.md",
"canonicalPath": "/cards/australia-idlock-credential-control-2026-08-31",
"apiPath": "/api/cards/australia-idlock-credential-control-2026-08-31"
}
}{
"title": "California exempts open-source operating systems from age-signal duty",
"slug": "california-ab-1856-open-source-exemption-2026-08-31",
"summary": "California's legislature passed AB 1856, which would exempt openly licensed operating systems from the age-signal obligations created by the Digital Age Assurance Act. It awaits the governor's signature.",
"datePublished": "2026-08-31",
"about": [
{
"type": "Technology",
"slug": "age-assurance"
}
],
"keyFacts": [
"The exemption covers operating systems under GPL, MIT, BSD, and Apache licences.",
"It amends AB 1043, the Digital Age Assurance Act, which takes effect January 1, 2027; the Senate passed AB 1856 39-0 and the Assembly concurred 69-0.",
"Proposed mandates on web browsers and website operators were removed."
],
"sources": [
"https://idtechwire.com/california-legislature-exempts-open-source-operating-systems-from-age-signal-duty/"
],
"license": "CC-BY-4.0",
"tags": [
"ab-1043",
"age-signals",
"open-source",
"california"
],
"content": "Device-level age signalling assumes an identifiable operator who can be held accountable, which does not map onto community-maintained software. The carve-out is an early example of age assurance rules being narrowed to where enforcement is actually feasible.",
"createdAt": "2026-09-01T19:33:05.235Z",
"updatedAt": "2026-09-02T21:06:39.691Z",
"_meta": {
"dataset": "cards",
"schemaVersion": "1.0.0",
"license": "CC-BY-4.0",
"sourceType": "markdown",
"sourcePath": "content/cards/2026/08/california-ab-1856-open-source-exemption-2026-08-31.md",
"canonicalPath": "/cards/california-ab-1856-open-source-exemption-2026-08-31",
"apiPath": "/api/cards/california-ab-1856-open-source-exemption-2026-08-31"
}
}{
"title": "Croatia puts online alcohol sales behind a state digital ID check",
"slug": "croatia-online-alcohol-digital-id-check-2026-08-31",
"summary": "Croatia's parliament unanimously passed amendments requiring online alcohol buyers to verify age through the m-Gradani state digital identity system.",
"datePublished": "2026-08-31",
"about": [
{
"type": "Technology",
"slug": "age-assurance"
},
{
"type": "Technology",
"slug": "national-eid"
}
],
"keyFacts": [
"QR code verification via m-Gradani replaces self-declared birthdate checkboxes.",
"Authorised retailers must integrate with the state identity system by September 15.",
"Delivery workers are additionally required to inspect physical identification at the door."
],
"sources": [
"https://idtechwire.com/croatia-puts-online-alcohol-sales-behind-a-state-digital-id-check/"
],
"license": "CC-BY-4.0",
"tags": [
"croatia",
"age-verification",
"m-gradani",
"e-commerce"
],
"content": "Routing age checks through an existing national eID avoids building a parallel verification market, which is the approach several EU states are converging on. The retained doorstep identity check shows regulators still treating remote assurance as incomplete for controlled goods.",
"createdAt": "2026-09-01T19:33:05.233Z",
"updatedAt": "2026-09-01T19:33:05.234Z",
"_meta": {
"dataset": "cards",
"schemaVersion": "1.0.0",
"license": "CC-BY-4.0",
"sourceType": "markdown",
"sourcePath": "content/cards/2026/08/croatia-online-alcohol-digital-id-check-2026-08-31.md",
"canonicalPath": "/cards/croatia-online-alcohol-digital-id-check-2026-08-31",
"apiPath": "/api/cards/croatia-online-alcohol-digital-id-check-2026-08-31"
}
}What the preview shows
The first preview record demonstrates the stable entity fields plus the `_meta` provenance block. Downstream systems should treat `_meta.schemaVersion` as the contract version and `_meta.sourcePath` as the origin indicator.