RWTH Aachen University · Schema
ProjectDto
A Coscine research project. Derived from the Coscine Web API OpenAPI description (ProjectDto).
EducationHigher EducationUniversityTechnical UniversityResearch DataResearch RepositoryOpen AccessIdentity FederationResearch ComputingOAI-PMHTU9GermanyEurope
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the project. |
| pid | string | Persistent identifier for the project. |
| name | string | Name of the project. |
| description | string | Description of the project. |
| startDate | string | Start date of the project. |
| endDate | string | End date of the project. |
| keywords | arraynull | Collection of keywords associated with the project. |
| displayName | stringnull | Display name of the project. |
| principleInvestigators | stringnull | Principal investigators involved in the project. |
| grantId | stringnull | Grant ID associated with the project. |
| visibility | object | Visibility setting of the project (VisibilityDto). |
| disciplines | array | Disciplines related to the project (DisciplineDto). |
| organizations | array | Organizations associated with the project (ProjectOrganizationDto). |
| slug | string | Slug for the project. |
| creationDate | stringnull | Date of creation of the project. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://coscine.rwth-aachen.de/schemas/project.schema.json",
"title": "ProjectDto",
"description": "A Coscine research project. Derived from the Coscine Web API OpenAPI description (ProjectDto).",
"type": "object",
"required": [
"id",
"pid",
"name",
"description",
"startDate",
"endDate",
"slug",
"visibility",
"disciplines",
"organizations"
],
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique identifier for the project."
},
"pid": {
"type": "string",
"description": "Persistent identifier for the project."
},
"name": {
"type": "string",
"description": "Name of the project."
},
"description": {
"type": "string",
"description": "Description of the project."
},
"startDate": {
"type": "string",
"format": "date-time",
"description": "Start date of the project."
},
"endDate": {
"type": "string",
"format": "date-time",
"description": "End date of the project."
},
"keywords": {
"type": ["array", "null"],
"items": { "type": "string" },
"description": "Collection of keywords associated with the project."
},
"displayName": {
"type": ["string", "null"],
"description": "Display name of the project."
},
"principleInvestigators": {
"type": ["string", "null"],
"description": "Principal investigators involved in the project."
},
"grantId": {
"type": ["string", "null"],
"description": "Grant ID associated with the project."
},
"visibility": {
"type": "object",
"description": "Visibility setting of the project (VisibilityDto)."
},
"disciplines": {
"type": "array",
"description": "Disciplines related to the project (DisciplineDto).",
"items": { "type": "object" }
},
"organizations": {
"type": "array",
"description": "Organizations associated with the project (ProjectOrganizationDto).",
"items": { "type": "object" }
},
"slug": {
"type": "string",
"description": "Slug for the project."
},
"creationDate": {
"type": ["string", "null"],
"format": "date-time",
"description": "Date of creation of the project."
}
}
}
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/rwth-aachen-university-project"
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.