W3C · Schema
W3C Technical Report
Schema for a W3C Technical Report as returned by the W3C API
AccessibilityStandardsWebWeb Standards
Properties
| Name | Type | Description |
|---|---|---|
| shortname | string | The short name identifier for the specification (e.g., 'html', 'css-grid', 'vc-data-model-2.0') |
| title | string | Full title of the specification |
| description | string | Brief description of the specification's purpose |
| status | string | The maturity level of the specification in the W3C process |
| editorsDraftUri | string | URL of the living editor's draft |
| latestVersion | string | URL of the latest published version |
| thisVersion | string | URL of this specific version |
| date | string | Date of this publication |
| informative | boolean | Whether this is an informative (non-normative) document |
| deliverers | array | Working groups or community groups that produced this specification |
| editors | array | Editors of the specification |
| seriesShortname | string | The series this specification belongs to |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/w3c/json-schema/w3c-specification-schema.json",
"title": "W3C Technical Report",
"description": "Schema for a W3C Technical Report as returned by the W3C API",
"type": "object",
"properties": {
"shortname": {
"type": "string",
"description": "The short name identifier for the specification (e.g., 'html', 'css-grid', 'vc-data-model-2.0')"
},
"title": {
"type": "string",
"description": "Full title of the specification"
},
"description": {
"type": "string",
"description": "Brief description of the specification's purpose"
},
"status": {
"type": "string",
"enum": [
"ED",
"FPWD",
"WD",
"CR",
"CRD",
"PR",
"REC",
"SPSD",
"OBSL",
"NOTE",
"DNOTE",
"DRY",
"STMT"
],
"description": "The maturity level of the specification in the W3C process"
},
"editorsDraftUri": {
"type": "string",
"format": "uri",
"description": "URL of the living editor's draft"
},
"latestVersion": {
"type": "string",
"format": "uri",
"description": "URL of the latest published version"
},
"thisVersion": {
"type": "string",
"format": "uri",
"description": "URL of this specific version"
},
"date": {
"type": "string",
"format": "date",
"description": "Date of this publication"
},
"informative": {
"type": "boolean",
"description": "Whether this is an informative (non-normative) document"
},
"deliverers": {
"type": "array",
"description": "Working groups or community groups that produced this specification",
"items": {
"type": "object",
"properties": {
"name": { "type": "string" },
"link": { "type": "string", "format": "uri" },
"id": { "type": "integer" }
}
}
},
"editors": {
"type": "array",
"description": "Editors of the specification",
"items": {
"type": "object",
"properties": {
"name": { "type": "string" },
"affiliation": { "type": "string" },
"mailto": { "type": "string" },
"uri": { "type": "string", "format": "uri" }
}
}
},
"seriesShortname": {
"type": "string",
"description": "The series this specification belongs to"
}
},
"required": ["shortname", "title", "status"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/w3c-specification"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.