Figshare · Schema
ProjectComplete
Figshare ProjectComplete schema
Research DataData RepositoryOpen ScienceDOIDatasetsAcademicFile StorageOpen Access
Properties
| Name | Type | Description |
|---|---|---|
| funding | string | Project funding |
| funding_list | array | Full Project funding information |
| description | string | Project description |
| collaborators | array | List of project collaborators |
| custom_fields | array | Project custom fields |
| modified_date | string | Date when project was last modified |
| created_date | string | Date when project was created |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ProjectComplete",
"description": "Figshare ProjectComplete schema",
"required": [
"collaborators",
"created_date",
"custom_fields",
"description",
"funding",
"funding_list",
"modified_date"
],
"properties": {
"funding": {
"type": "string",
"description": "Project funding",
"example": ""
},
"funding_list": {
"type": "array",
"description": "Full Project funding information",
"items": {
"$ref": "#/components/schemas/FundingInformation"
}
},
"description": {
"type": "string",
"description": "Project description",
"example": "description"
},
"collaborators": {
"type": "array",
"description": "List of project collaborators",
"items": {
"$ref": "#/components/schemas/Collaborator"
}
},
"custom_fields": {
"type": "array",
"description": "Project custom fields",
"items": {
"$ref": "#/components/schemas/CustomArticleField"
}
},
"modified_date": {
"type": "string",
"description": "Date when project was last modified",
"example": "2017-05-16T14:52:54Z"
},
"created_date": {
"type": "string",
"description": "Date when project was created",
"example": "2017-05-16T14:52:54Z"
}
},
"allOf": [
{
"$ref": "#/components/schemas/Project"
}
],
"x-tag": "projects"
}
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/figshare-projectcomplete"
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.