Dryad · Schema
Dc Metadata
Research DataOpen ScienceData RepositoryDatasetsBiologyEcologyOpen Access
Properties
| Name | Type | Description |
|---|---|---|
| title | string | |
| authors | array | |
| abstract | string | An abstract introducing the dataset. |
| funders | array | |
| keywords | array | |
| fieldOfScience | string | A term from the FOS (Fields of Science and Technology) controlled vocabulary. The main category of the dataset. |
| hsiStatement | string | A statement explaining the de-identification of any human subject data in the dataset. |
| methods | string | The methods by which the data was produced. Not required for publication. |
| usageNotes | string | Usage notes for the dataset (Deprecated; It is preferred for this content to appear in the README file for the dataset). If the dataset has been retracted, the retraction statement will appear here. |
| locations | array | |
| relatedWorks | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/dc_metadata.json",
"title": "Dc Metadata",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/author"
}
},
"abstract": {
"type": "string",
"description": "An abstract introducing the dataset."
},
"funders": {
"type": "array",
"items": {
"$ref": "#/components/schemas/funder"
}
},
"keywords": {
"type": "array",
"items": {
"type": "string"
}
},
"fieldOfScience": {
"type": "string",
"description": "A term from the FOS (Fields of Science and Technology) controlled vocabulary. The main category of the dataset."
},
"hsiStatement": {
"type": "string",
"description": "A statement explaining the de-identification of any human subject data in the dataset."
},
"methods": {
"type": "string",
"description": "The methods by which the data was produced. Not required for publication."
},
"usageNotes": {
"type": "string",
"description": "Usage notes for the dataset (Deprecated; It is preferred for this content to appear in the README file for the dataset). If the dataset has been retracted, the retraction statement will appear here."
},
"locations": {
"type": "array",
"items": {
"$ref": "#/components/schemas/geolocation"
}
},
"relatedWorks": {
"type": "array",
"items": {
"$ref": "#/components/schemas/relatedWork"
}
}
},
"required": [
"title",
"authors",
"abstract"
]
}
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/dc_metadata"
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.