RISC-V International · Schema
RISC-V Specification
A RISC-V International specification or technical standard
C APICompilerHardwareInstruction Set ArchitectureLinux FoundationOpen HardwareOpen-SourceProcessorRISC-VSimulator
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Specification identifier (e.g., riscv-isa-manual) |
| title | string | Full specification title |
| category | string | Specification category |
| status | string | Ratification status |
| version | string | Current version string |
| githubRepository | string | GitHub repository URL |
| pdfUrl | string | PDF download URL for the specification |
| htmlUrl | string | HTML version URL |
| workingGroup | string | RISC-V International working group responsible for the spec |
| relatedSpecs | array | Related specification identifiers |
| implementations | array | Known reference implementations |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/api-evangelist/risc-v/blob/main/json-schema/risc-v-specification-schema.json",
"title": "RISC-V Specification",
"description": "A RISC-V International specification or technical standard",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Specification identifier (e.g., riscv-isa-manual)"
},
"title": {
"type": "string",
"description": "Full specification title",
"example": "The RISC-V Instruction Set Manual, Volume I: Unprivileged ISA"
},
"category": {
"type": "string",
"description": "Specification category",
"enum": ["ISA Specification", "Non-ISA Specification", "Profile", "Extension", "Platform Specification"]
},
"status": {
"type": "string",
"description": "Ratification status",
"enum": ["Draft", "Development", "Stable", "Frozen", "Ratified"]
},
"version": {
"type": "string",
"description": "Current version string",
"example": "20240411"
},
"githubRepository": {
"type": "string",
"format": "uri",
"description": "GitHub repository URL"
},
"pdfUrl": {
"type": "string",
"format": "uri",
"description": "PDF download URL for the specification"
},
"htmlUrl": {
"type": "string",
"format": "uri",
"description": "HTML version URL"
},
"workingGroup": {
"type": "string",
"description": "RISC-V International working group responsible for the spec"
},
"relatedSpecs": {
"type": "array",
"description": "Related specification identifiers",
"items": {
"type": "string"
}
},
"implementations": {
"type": "array",
"description": "Known reference implementations",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"url": {
"type": "string",
"format": "uri"
},
"language": {
"type": "string"
}
}
}
}
},
"required": ["id", "title", "category", "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/risc-v-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.